-
Notifications
You must be signed in to change notification settings - Fork 607
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'imp-issue' of https://github.com/meetarora10/Travel_Web…
…site into imp-issue
- Loading branch information
Showing
12 changed files
with
657 additions
and
492 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,8 +1,4 @@ | ||
<!DOCTYPE html> | ||
|
||
|
||
|
||
|
||
<html lang="en"> | ||
<head> | ||
<meta charset="UTF-8"> | ||
|
@@ -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> | ||
|
@@ -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> | ||
|
||
|
@@ -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 not shown.
Binary file not shown.
Binary file not shown.
Oops, something went wrong.