Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 4 additions & 5 deletions events.html
Original file line number Diff line number Diff line change
Expand Up @@ -81,10 +81,9 @@ <h1 class="text-4xl">
<!-- Navigation Links -->
<ul id="menu"
class="hidden lg:flex flex-col lg:flex-row lg:gap-8 lg:items-center text-lg font-medium transition-all duration-300 ease-in-out overflow-hidden">
<li><a href="#home" class="hover:text-cyan-400">Home</a></li>
<li><a href="#about" class="hover:text-cyan-400">About</a></li>
<li><a href="#schedule" class="hover:text-cyan-400">Schedule</a></li>
<li><a href="events.html#album" class="hover:text-cyan-400">Events</a></li>
<li><a href="index.html#home" class="hover:text-cyan-400">Home</a></li>
<li><a href="index.html#about" class="hover:text-cyan-400">About</a></li>
<li><a href="index.html#schedule" class="hover:text-cyan-400">Schedule</a></li>
<li><a href="#footer" class="hover:text-cyan-400">Contact Us</a></li>
</ul>
</div>
Expand Down Expand Up @@ -382,4 +381,4 @@ <h5 class="text-lg font-bold mb-2">Contact Us</h5>
</div>
</body>

</html>
</html>