-
Notifications
You must be signed in to change notification settings - Fork 601
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
6 changed files
with
251 additions
and
21 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -5,6 +5,9 @@ | |
<meta charset="UTF-8" /> | ||
<meta http-equiv="X-UA-Compatible" content="IE=edge" /> | ||
<meta name="viewport" content="width=device-width, initial-scale=1.0" /> | ||
<!-- Link Swiper's CSS --> | ||
<link rel="stylesheet" href="https://unpkg.com/swiper/swiper-bundle.min.css"> | ||
|
||
<link rel="stylesheet" href="./loader.css"> | ||
<link rel="stylesheet" href="https://unpkg.com/aos@next/dist/aos.css" /> | ||
<link href="https://cdn.jsdelivr.net/npm/[email protected]/dist/css/bootstrap.min.css" rel="stylesheet" | ||
|
@@ -55,6 +58,7 @@ | |
} | ||
</style> | ||
|
||
<link href="https://cdn.jsdelivr.net/npm/[email protected]/fonts/remixicon.css" rel="stylesheet"> | ||
</head> | ||
|
||
|
||
|
@@ -95,14 +99,14 @@ <h1>TourGuide . . .</h1> | |
<a href="#" class="nav__logo" data-aos="fade-right">Tourguide<span>.</span></a> | ||
|
||
<ul class="navLinks"> | ||
<li class="link home" data-aos="fade-down"><a href="#Home">Home</a></li> | ||
<li class="link" data-aos="fade-down"><a href="#AboutUs">AboutUs</a></li> | ||
<li class="link" data-aos="fade-down"><a href="#Destinations">Destinations</a></li> | ||
<li class="link" data-aos="fade-down"><a href="#trip">Pricing</a></li> | ||
<li class="link" data-aos="fade-down"><a href="#ReviewGallery">Trip Gallery</a></li> | ||
<li class="link" data-aos="fade-down"><a href="#testimonials">Testimonials</a></li> | ||
<li class="link" data-aos="fade-down"><a href="feedback.html">Rate Us?</a></li> | ||
<li class="link" data-aos="fade-down"><a href="#contact">Contact Us</a></li> | ||
<li class="link home" data-aos="fade-down"><a href="#Home"><i class="ri-home-fill"></i> Home</a></li> | ||
<li class="link" data-aos="fade-down"><a href="#AboutUs"><i class="ri-user-3-fill"></i> AboutUs</a></li> | ||
<li class="link" data-aos="fade-down"><a href="#Destinations"><i class="ri-landscape-fill"></i> Destinations</a></li> | ||
<li class="link" data-aos="fade-down"><a href="#trip"><i class="ri-price-tag-3-fill"></i> Pricing</a></li> | ||
<li class="link" data-aos="fade-down"><a href="#ReviewGallery"><i class="ri-gallery-fill"></i> Gallery</a></li> | ||
<li class="link" data-aos="fade-down"><a href="#testimonials"><i class="ri-layout-2-fill"></i> Testimonials</a></li> | ||
<li class="link" data-aos="fade-down"><a href="feedback.html"><i class="ri-service-fill"></i> RateUs?</a></li> | ||
<li class="link" data-aos="fade-down"><a href="#contact"><i class="ri-customer-service-2-fill"></i> ContactUs</a></li> | ||
|
||
</ul> | ||
<a href="newLogin.html" class="contact-btn"><button class="btn" id="btn-style" style="margin: 0;" | ||
|
@@ -512,7 +516,7 @@ <h2 class="section__title" data-aos="zoom-in"> | |
|
||
<!-- Testimonials Section --> | ||
|
||
<section class="testimonials" id="testimonials"> | ||
<!-- <section class="testimonials" id="testimonials"> | ||
<h2 class="testimonial-heading section__title" align-items="center" data-aos="fade-in">Testimonials</h2> | ||
<div class="testimonial-container"> | ||
<div class="testimonial-user" data-aos="fade-up"> | ||
|
@@ -555,8 +559,139 @@ <h3>Katie</h3> | |
</div> | ||
</div> | ||
</div> | ||
</section> --> | ||
|
||
|
||
<h2 class="testimonial-heading section__title" >Testimonials</h2> | ||
<section class="testimonials" id="testimonials"> | ||
<!-- Swiper --> | ||
<div class="swiper-container"> | ||
<div class="swiper-wrapper"> | ||
|
||
|
||
<div class="swiper-slide"> | ||
<div class="testimonialBox"> | ||
<img src="/img/quote.png" class="quote"> | ||
<div class="testimonialContent"> | ||
<p>TourGuide made our dream vacation a reality! From the | ||
breathtaking landscapes to the seamless logistics, every moment was a new adventure. The personalized | ||
itinerary and expert guides added a special touch to our journey. We can't wait to book our next trip with | ||
TourGuide!</p> | ||
<div class="details"> | ||
<div class="imgBX"> | ||
<img src="/img/testimonial1.jpg" alt=""> | ||
</div> | ||
<h3>Joseph <br> <span>Certified User </span></h3> | ||
</div> | ||
</div> | ||
</div> | ||
</div> | ||
|
||
|
||
<div class="swiper-slide"> | ||
<div class="testimonialBox"> | ||
<img src="/img/quote.png" class="quote"> | ||
<div class="testimonialContent"> | ||
<p>Our cultural tour with TourGuide exceeded all expectations. | ||
The | ||
immersive experiences, knowledgeable guides, and carefully curated activities allowed us to connect with | ||
the | ||
local culture in a way we never thought possible. Thanks to TourGuide.</p> | ||
<div class="details"> | ||
<div class="imgBX"> | ||
<img src="/img/testimonial2.jpg" alt=""> | ||
</div> | ||
<h3>Katie <br> <span>Certified User </span></h3> | ||
</div> | ||
</div> | ||
</div> | ||
</div> | ||
|
||
|
||
<div class="swiper-slide"> | ||
<div class="testimonialBox"> | ||
<img src="/img/quote.png" class="quote"> | ||
<div class="testimonialContent"> | ||
<p>Tourguide exceeded my expectations! Seamless booking process, knowledgeable guides, and unforgettable experiences. | ||
A must for any traveler seeking authentic adventures. Highly recommend for a memorable journey!</p> | ||
<div class="details"> | ||
<div class="imgBX"> | ||
<img src="/img/danial.jpg" alt=""> | ||
</div> | ||
<h3>Danial<br> <span>Certified User </span></h3> | ||
</div> | ||
</div> | ||
</div> | ||
</div> | ||
|
||
|
||
|
||
<div class="swiper-slide"> | ||
<div class="testimonialBox"> | ||
<img src="/img/quote.png" class="quote"> | ||
<div class="testimonialContent"> | ||
<p>An exceptional experience! The tour guides were knowledgeable, friendly, and made our trip unforgettable. | ||
Seamless organization and personalized attention. Highly recommend for any traveler seeking an immersive journey!</p> | ||
<div class="details"> | ||
<div class="imgBX"> | ||
<img src="/img/robin.jpg" alt=""> | ||
</div> | ||
<h3>Robin <br> <span>Certified User </span></h3> | ||
</div> | ||
</div> | ||
</div> | ||
</div> | ||
|
||
<div class="swiper-slide"> | ||
<div class="testimonialBox"> | ||
<img src="/img/quote.png" class="quote"> | ||
<div class="testimonialContent"> | ||
<p>Traveling with the family has never been easier! TourGuide | ||
took | ||
care of every detail, ensuring a stress-free and enjoyable vacation for all. The kid-friendly activities | ||
and | ||
family-oriented guides made our trip unforgettable.</p> | ||
|
||
<div class="details"> | ||
|
||
<div class="imgBX"> | ||
<img src="/img/Abhisek Tamang.jpg" alt=""> | ||
</div> | ||
|
||
<h3>Charles <br> <span>Certified User </span></h3> | ||
</div> | ||
|
||
</div> | ||
</div> | ||
</div> | ||
|
||
|
||
|
||
</div> | ||
</div> | ||
</section> | ||
|
||
<!-- Swiper JS --> | ||
<script src="https://unpkg.com/swiper/swiper-bundle.min.js"></script> | ||
|
||
<!-- Initialize Swiper --> | ||
<script> | ||
var swiper = new Swiper(".swiper-container", { | ||
effect: 'coverflow', | ||
grabCursor: true, | ||
centeredSlides: true, | ||
slidesPerView: 'auto', | ||
coverflowEffect: { | ||
rotate: 0, | ||
stretch: 0, | ||
depth: 100, | ||
modifier: 2, | ||
slideShadows : true, | ||
}, | ||
loop:true, | ||
}); | ||
</script> | ||
|
||
<!--------------------------------------- Updated Contact Us Section -----------------------------------------------> | ||
|
||
<!-- <section class="contact" id="contact"> | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters