Access_Website/destination.php

105 lines
3.6 KiB
PHP
Raw Normal View History

2024-08-29 11:59:20 +00:00
<?php include('header.php');?>
<!-- start wpo-page-title -->
<section class="wpo-breadcumb-area">
<div class="container">
<div class="row">
<div class="col col-xs-12">
<div class="wpo-breadcumb-wrap">
<h2>Internation Logistics</h2>
<h3>Shop Single</h3>
2024-08-29 11:59:20 +00:00
</div>
</div>
</div>
</div>
</section>
<!-- end page-title -->
<!-- start of Country Ssection -->
<section class="wpo-project-section section-padding">
<div class="container">
<div class="row align-items-center">
<div class="col-lg-8 col-12">
<div class="wpo-section-title">
<h3>Explore Your Global Study Destinations</h3>
2024-08-29 11:59:20 +00:00
</div>
</div>
<div class="col-lg-4 col-12">
<div class="project-all"> <a href="destination.php" class="theme-btn">Know More</a> </div>
</div>
</div>
<div class="project-slider">
<div class="row">
<div class="col-lg-3 col-md-6 col-12">
<div class="project-card"> <img src="assets/images/access-images/study-australia.png" alt="">
<div class="content">
<h2><a href="australia.php">Australia</a></h2>
2024-08-29 11:59:20 +00:00
</div>
</div>
</div>
<div class="col-lg-3 col-md-6 col-12">
<div class="project-card"> <img src="assets/images/access-images/study-newzealand.png" alt="">
<div class="content">
<h2><a href="newzealand.php">New Zealand</a></h2>
2024-08-29 11:59:20 +00:00
</div>
</div>
</div>
<div class="col-lg-3 col-md-6 col-12">
<div class="project-card"> <img src="assets/images/access-images/study-canada.png" alt="">
<div class="content">
<h2><a href="canada.php">Canada</a></h2>
2024-08-29 11:59:20 +00:00
</div>
</div>
</div>
<div class="col-lg-3 col-md-6 col-12">
<div class="project-card"> <img src="assets/images/access-images/study-usa.png" alt="">
<div class="content">
<h2><a href="usa.php">USA</a></h2>
2024-08-29 11:59:20 +00:00
</div>
</div>
</div>
</div>
</div>
</div>
<div class="side-img"> <img src="assets/images/access-images/abroad-study.png" alt=""> </div>
</section>
<!-- end of Country Section -->
<!--start of map-section -->
<section class="wpo-map-section">
<h2 class="hidden">Contact map</h2>
<div class="wpo-map">
<iframe
2024-08-29 11:59:20 +00:00
src="https://www.google.com/maps/embed?pb=!1m18!1m12!1m3!1d193595.9147703055!2d-74.11976314309273!3d40.69740344223377!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x89c24fa5d33f083b%3A0xc80b8f06e177fe62!2sNew+York%2C+NY%2C+USA!5e0!3m2!1sen!2sbd!4v1547528325671"
allowfullscreen></iframe>
</div>
</section>
<!--end of map-section -->
<!--start of cta-section-s2 -->
<div class="wpo-cta-section-s2">
<div class="container">
<div class="cta-wrapr">
<div class="wpo-section-title">
<h2>Trusted transport service</h2>
<h3>Transport & Logistics
proejcts that we providde</h3>
<a href="contact.html" class="theme-btn">Contact support</a> </div>
<div class="contact-info">
<div class="item">
<div class="icon"> <i class="flaticon-phone-call"></i> </div>
<div class="text"> <span>Call For Inquiry</span>
<p>+236 (456) 896 22</p>
2024-08-29 11:59:20 +00:00
</div>
</div>
<div class="item">
<div class="icon"> <i class="flaticon-email"></i> </div>
<div class="text"> <span>Send Us Email</span>
<p>contact@logistika.com</p>
2024-08-29 11:59:20 +00:00
</div>
</div>
</div>
</div>
</div>
</div>
<!--end of cta-section-s2 -->
<?php include('footer.php');?>