Skip to content

Commit

Permalink
Update sell.html
Browse files Browse the repository at this point in the history
Fix the duplicated nav bar in the sell section
  • Loading branch information
Ankul8471 committed Oct 27, 2024
1 parent a1e355a commit b52109a
Showing 1 changed file with 1 addition and 14 deletions.
15 changes: 1 addition & 14 deletions sell.html
Original file line number Diff line number Diff line change
Expand Up @@ -527,20 +527,7 @@
<button class="chatbot-button" id="chatbot-button"><i class="fa-brands fa-telegram"></i></button>
</div>

<!-- Navbar -->
<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="margin-right: 200px; font-size: 20px;">Ticket Marketplace</div>
<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>
<a href="buy.html"><i class="fas fa-ticket-alt"></i> Buy Ticket</a>
<a href="sell.html"><i class="fas fa-tags"></i> Sell</a>
<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>
</nav>



<!-- cursor ends -->
Expand Down

0 comments on commit b52109a

Please sign in to comment.