Skip to content

Commit

Permalink
Merge pull request #595 from poojitha-ch/main
Browse files Browse the repository at this point in the history
Arrangement of navbar contents and linking home tag to home section
  • Loading branch information
samarth-6 authored Oct 13, 2024
2 parents eb6de05 + d7ebc21 commit 054db35
Showing 1 changed file with 8 additions and 7 deletions.
15 changes: 8 additions & 7 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -246,7 +246,7 @@
});
</script>
<main>
<section class="hero">
<section class="hero" id="home">
<h2>Travel Beyond Limits</h2>
<h3>
Connect, Explore, and Discover Together. <br />
Expand All @@ -267,7 +267,7 @@ <h2>The Perfect Travel Experience!</h2>
<nav>
<div class="logo">
<img src="img/logo.png" id="logo-web">
<h1 id="logo">BuddyTrail</h1>
<h1 id="logo"><a href="#home">BuddyTrail</a></h1>
</div>

<!-- Hamburger button for mobile -->
Expand All @@ -277,14 +277,15 @@ <h1 id="logo">BuddyTrail</h1>
<!-- Close button for dropdown -->
<span class="dropdown-close-btn" id="closeBtn">×</span>
<li><a href="#home" class="navhover">Home</a></li>
<li><a href="#About" class="navhover">About</a></li>
<li><a href="#locations" class="navhover">Location</a></li>
<li><a href="#itineraries" class="navhover">Travel Itineraries</a></li>
<li><a href="#reviews" class="navhover">Reviews</a></li>
<li><a href="#benefits" class="navhover">Benefits</a></li>
<li><a href="#About" class="navhover">About</a></li>
<li><a href="#itineraries" class="navhover">Travel Itineraries</a></li>

<li><a href="#contact" class="navhover">Contact</a></li>
<li><a href="#reviews" class="navhover">Reviews</a></li>
<li><a href="auth.html" class="navhover">Sign In</a></li>
<li><a href="reviews.html" class="navhover">Share Experience</a></li>

</ul>

<!-- Toggle Button -->
Expand Down Expand Up @@ -734,7 +735,7 @@ <h3>Share Your Experiences</h3>
</style>

<!-- Map Section -->
<section class="map-section">
<section class="map-section" id="explore">
<h2>Explore Popular Destinations</h2>
<p>Click on the markers to learn more about each destination.</p>
<div id="map"></div>
Expand Down

0 comments on commit 054db35

Please sign in to comment.