-
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 pull request #251 from ratnojitsaha/FIXING_MESS
TEST MERGE!!
- Loading branch information
Showing
3 changed files
with
289 additions
and
34 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 |
---|---|---|
|
@@ -5,7 +5,6 @@ | |
<meta name="viewport" content="width=device-width, initial-scale=1.0"> | ||
<title>Tourguide</title> | ||
<link rel="stylesheet" href="./tour.css"> | ||
<link rel="stylesheet" href="/styles.css"> | ||
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.5.1/css/all.min.css"> | ||
</head> | ||
<body> | ||
|
@@ -29,20 +28,20 @@ | |
<a href="#" class="nav__logo" data-aos="fade-right">Tourguide<span>.</span></a> | ||
|
||
<ul class="navLinks"> | ||
<li class="link" data-aos="fade-down"><a href="/index.html#Home">Home</a></li> | ||
<li class="link home" data-aos="fade-down"><a href="/index.html#Home">Home</a></li> | ||
<li class="link" data-aos="fade-down"><a href="/index.html#Destinations">Destinations</a></li> | ||
<li class="link" data-aos="fade-down"><a href="/index.html#trip">Pricing</a></li> | ||
<li class="link" data-aos="fade-down"><a href="/index.html#testimonials">Testimonials</a></li> | ||
<li class="link" data-aos="fade-down"><a href="/index.html#ReviewGallery">Reviews</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="/login.html">Login</a></li> | ||
</ul> | ||
<button id="toggle" data-aos="fade-down" style="display: inline-block;" class="aos-init aos-animate" fdprocessedid="4jppko">Dark Theme</button> | ||
<a href="#contact" class="contact-btn"> | ||
|
||
<a href="/index.html#contact" class="contact-btn"> | ||
<button class="btn aos-init aos-animate" id="btn-style" style="margin: 0;" data-aos="fade-down" fdprocessedid="kglas">Contact Us</button> | ||
</a> | ||
<div class="hamburger" data-aos="fade-down"> | ||
<div class="line"></div> | ||
<div class="line"></div> | ||
<div class="line"></div> | ||
<div class="line"></div> | ||
</div> | ||
|
@@ -110,8 +109,64 @@ <h1><u>Description</u></h1> <br> | |
|
||
</section> | ||
|
||
|
||
</body> | ||
<footer class="footer" data-aos="fade-up"> | ||
<div class="section__container footer__container"> | ||
<div class="footer__col"> | ||
<h3>Tourguide<span>.</span></h3> | ||
<p> | ||
Explore your suitable and dream places around the world. Here you | ||
can find your right destination. | ||
</p> | ||
</div> | ||
<div class="footer__col"> | ||
<h4>Support</h4> | ||
<a href="./faq.html" style="color: inherit; text-decoration: none;"> | ||
<p style="color: inherit;">FAQs</p> | ||
</a> | ||
<a href="./tnc.html"><p>Terms & Conditions</p></a> | ||
<a href="./privacy.html"><p>Privacy Policy</p></a> | ||
<p>Contact Us</p> | ||
</div> | ||
<div class="footer__col"> | ||
<h4>Address</h4> | ||
<div class="mapouter"> | ||
<div class="gmap_canvas"><iframe width="200" height="200" id="gmap_canvas" | ||
src="https://maps.google.com/maps?q=wellington%20street%20kolkata&t=k&z=11&ie=UTF8&iwloc=&output=embed" | ||
frameborder="0" scrolling="no" marginheight="0" marginwidth="0"></iframe><a | ||
href="https://embedgooglemap.net/124/">invincible 123movies</a><br> | ||
<style> | ||
.mapouter { | ||
position: relative; | ||
text-align: right; | ||
height: 200px; | ||
width: 200px; | ||
} | ||
</style><a href="https://www.embedgooglemap.net">embed google map on website</a> | ||
<style> | ||
.gmap_canvas { | ||
overflow: hidden; | ||
background: none !important; | ||
height: 200px; | ||
width: 200px; | ||
} | ||
</style> | ||
</div> | ||
</div> | ||
</div> | ||
<div class="footer__col"> | ||
<h4>Reach Out To Us</h4> | ||
<p><span>Email:</span> [email protected]</p> | ||
<p><span>Phone:</span> +91 8562145852</p> | ||
</div> | ||
</div> | ||
<div class="footer__bar"> | ||
Copyright © 2023 Arpan Chowdhury. All rights reserved. | ||
</div> | ||
</footer> | ||
|
||
<script src="main.js"></script> | ||
|
||
</body> | ||
|
||
|
||
</html> |
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
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