Initial commit
This commit is contained in:
69
parts/about.php
Normal file
69
parts/about.php
Normal file
@ -0,0 +1,69 @@
|
||||
<!-- About Section Start -->
|
||||
<section class="about-section fix section-padding pt-0">
|
||||
<div class="container">
|
||||
<div class="about-wrapper">
|
||||
<div class="row g-4">
|
||||
<div class="col-lg-6">
|
||||
<div class="about-image-items">
|
||||
<div class="color-shape">
|
||||
<img src="img/about/secondary-shape-color-full.png" alt="shape-img">
|
||||
</div>
|
||||
<div class="car-shape wow fadeInUp" data-wow-delay=".7s">
|
||||
<img src="img/about/car-shape.png" alt="shape-img">
|
||||
</div>
|
||||
<div class="counter-content wow fadeInLeft" data-wow-delay=".4s">
|
||||
<h2 class="text-white"><span class="count">15</span></h2>
|
||||
<p class="text-white">
|
||||
Years of <br>
|
||||
Experience
|
||||
</p>
|
||||
</div>
|
||||
<div class="about-image-1 wow fadeInDown" data-wow-delay=".3s">
|
||||
<img src="img/about/01.jpg" alt="about-image">
|
||||
</div>
|
||||
<div class="about-image-2 wow fadeInLeft" data-wow-delay=".5s">
|
||||
<img src="img/about/02.jpg" alt="about-image">
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<div class="col-lg-6">
|
||||
<div class="about-content">
|
||||
<div class="section-title">
|
||||
<img src="img/sub-icon.png" alt="icon-img" class="wow fadeInUp">
|
||||
<span class="wow fadeInUp" data-wow-delay=".2s">Get to know us</span>
|
||||
<h2 class="wow fadeInUp" data-wow-delay=".4s">
|
||||
Services with a Wide
|
||||
Range of Cars
|
||||
</h2>
|
||||
</div>
|
||||
<h4 class="mt-3 mt-md-0 wow fadeInUp" data-wow-delay=".3s">
|
||||
committed to providing our customers with exceptional service.
|
||||
</h4>
|
||||
<p class="wow fadeInUp" data-wow-delay=".5s">
|
||||
Our mission is to provide safe, reliable, and personalized transportation services that leave lasting memories. Whether you're a tourist, a professional, or an adventurer, we are here to ensure your journey is seamless and enjoyable.
|
||||
</p>
|
||||
<div class="about-list-item wow fadeInUp" data-wow-delay=".7s">
|
||||
<ul>
|
||||
<li>
|
||||
Many Pickup Locations
|
||||
</li>
|
||||
<li>
|
||||
Offering Low Prices
|
||||
</li>
|
||||
</ul>
|
||||
<ul>
|
||||
<li>
|
||||
Many Pickup Locations
|
||||
</li>
|
||||
<li>
|
||||
Offering Low Prices
|
||||
</li>
|
||||
</ul>
|
||||
</div>
|
||||
<a href="about.php" class="theme-btn wow fadeInUp" data-wow-delay=".8s">Discover More</a>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</section>
|
Reference in New Issue
Block a user