Skip to content

Commit

Permalink
Merge pull request #1042 from Meetpidev/nav-fixed
Browse files Browse the repository at this point in the history
Nav fixed
  • Loading branch information
ankit071105 authored Nov 9, 2024
2 parents a79c9ff + a649d15 commit 51a6a3f
Showing 1 changed file with 4 additions and 13 deletions.
17 changes: 4 additions & 13 deletions contactus.html
Original file line number Diff line number Diff line change
Expand Up @@ -393,16 +393,14 @@

<!-- Navigation -->
<nav class="navbar">
<img src="https://ticket-booking-blue.vercel.app/images/4.jpeg" alt="" style="border-radius: 50%; height: 35px; width: 35px;">
<div class="logo" style="font-size: 20px;">Ticket Marketplace</div>

<!-- Toggle Button (Visible on Small Screens) -->
<!-- Toggle Button (Visible on Small Screens) -->
<button id="navToggle"></button>

<!-- Navbar Links -->
<div id="navLinks">
<div class="logo" style="margin-right: 200px; font-size: 20px;">Ticket Marketplace</div>
<div>
<img src="https://ticket-booking-blue.vercel.app/images/4.jpeg" alt="" style="border-radius: 50%; height: 35px; width: 35px;">
<h1 class="logo" style="margin-right: 200px; font-size: 20px; flex-basis: auto;">Ticket Marketplace</h1>
<div tyle="margin-left: 24rem;">
<a href="index.html"><i class="fas fa-home"></i> Home</a>
<a href="about.html"><i class="fas fa-info-circle"></i> About</a>
<a href="buy.html"><i class="fas fa-ticket-alt"></i> Buy Ticket</a>
Expand All @@ -411,17 +409,10 @@
<a href="contributor.html"><i class="fas fa-users"></i> Contributors</a>
<a href="client/login.html"><i class="fas fa-sign-in-alt"></i> Login</a>
</div>

<!-- Dark Mode Button -->
<button id="darkModeToggle" style="width: 40px; height: 40px;">🌙</button>
</nav>
<a href="#contact"><i class="fas fa-envelope"></i> Contact</a>
<a href="contributor.html"><i class="fas fa-users"></i> Contributors</a>
<a href="register.html"><i class="fas fa-sign-in-alt"></i> Login</a>

</div>
<button id="darkModeToggle" style="width: 40px; height: 40px;">🌙</button>

</nav>
<!-- Contact Form Section -->
<section class="container">
Expand Down

0 comments on commit 51a6a3f

Please sign in to comment.