Skip to content

Commit

Permalink
Update contactus.html
Browse files Browse the repository at this point in the history
  • Loading branch information
Meetpidev authored Nov 7, 2024
1 parent 2aeec70 commit d24f623
Showing 1 changed file with 3 additions and 9 deletions.
12 changes: 3 additions & 9 deletions contactus.html
Original file line number Diff line number Diff line change
Expand Up @@ -393,15 +393,13 @@

<!-- 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>
<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>
<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>
Expand All @@ -411,17 +409,13 @@
<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 d24f623

Please sign in to comment.