Skip to content

Commit

Permalink
Merge branch 'imp-issue' of https://github.com/meetarora10/Travel_Web…
Browse files Browse the repository at this point in the history
…site into imp-issue
  • Loading branch information
meetarora10 committed Jul 14, 2024
2 parents 7bffa0a + 0893718 commit c362522
Show file tree
Hide file tree
Showing 12 changed files with 657 additions and 492 deletions.
25 changes: 13 additions & 12 deletions faq.html
Original file line number Diff line number Diff line change
@@ -1,8 +1,4 @@
<!DOCTYPE html>




<html lang="en">
<head>
<meta charset="UTF-8">
Expand Down Expand Up @@ -159,14 +155,14 @@

<ul class="navLinks">

<li class="link" data-aos=""><a href="#Home">Home</a></li>
<li class="link" data-aos=""><a href="#AboutUs"> AboutUs</a></li>
<li class="link" data-aos=""><a href="#Destinations">Destinations</a></li>
<li class="link" data-aos=""><a href="#trip">Pricing</a></li>
<li class="link" data-aos=""><a href="#ReviewGallery">Trip Gallery</a></li>
<li class="link" data-aos=""><a href="#testimonials">Testimonials</a></li>
<li class="link" data-aos=""><a href="index.html#Home">Home</a></li>
<li class="link" data-aos=""><a href="index.html#AboutUs"> AboutUs</a></li>
<li class="link" data-aos=""><a href="index.html#Destinations">Destinations</a></li>
<li class="link" data-aos=""><a href="index.html#trip">Pricing</a></li>
<li class="link" data-aos=""><a href="index.html#ReviewGallery">Trip Gallery</a></li>
<li class="link" data-aos=""><a href="index.html#testimonials">Testimonials</a></li>
<li class="link" data-aos=""><a href="feedback.html">Rate Us?</a></li>
<li class="link" data-aos=""><a href="#cnt-form">Contact Us</a></li>
<li class="link" data-aos=""><a href="index.html#cnt-form">Contact Us</a></li>


</ul>
Expand Down Expand Up @@ -291,7 +287,7 @@ <h2>Have More questions?</h2>
<p>Feel Free to Email us!</p>
</div>
<div>
<button class="moreemail">Send Email</button>
<button class="moreemail" onclick="sendEmail()">Send Email</button>
</div>
</div>

Expand Down Expand Up @@ -367,6 +363,11 @@ <h2>Have More questions?</h2>
logoutButton.disabled = true;
}
});


function sendEmail() {
window.location.href = "mailto:[email protected]";
}
</script>
</body>
</html>
Binary file added img/bg video term3.mp4
Binary file not shown.
Binary file added img/bg video terms.mp4
Binary file not shown.
Binary file added img/bg video terms2.mp4
Binary file not shown.
Loading

0 comments on commit c362522

Please sign in to comment.