Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Removed the DOUBLE MENU Bars and also added AI Suggestion to MENU BAR #1001

Closed
wants to merge 4 commits into from
Closed
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
39 changes: 39 additions & 0 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -552,8 +552,39 @@ <h2>What type of transportation do you prefer for your travels?</h2>
<div id="progress-container">
<div id="progress-bar"></div>
</div>
harshmain
<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) -->
<button id="navToggle">☰</button>

<!-- Navbar Links -->
<div id="navLinks">
<a href="index.html"><i class="fas fa-home"></i> Home</a>
<a href="AI suggestions.html"><i class="fas fa-robot"></i> AI Suggestions</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="contactus.html"><i class="fas fa-envelope"></i> Contact</a>
<a href="contributor.html"><i class="fas fa-users"></i> Contributors</a>
<a href="login.html"><i class="fas fa-sign-in-alt"></i> Login</a>
<a href="AI suggestions.html"><i class="fas fa-robot"></i> AI Suggestions</a>
</div>

<!-- Dark Mode Button -->
<button id="darkModeToggle" style="width: 40px; height: 40px;">🌙</button>
</nav>
harshmain






main

<nav class="navbar">
<a href="index.html"
Expand All @@ -571,6 +602,7 @@ <h2>What type of transportation do you prefer for your travels?</h2>
<a href="contactus.html" style="text-decoration: none;"><i class="fas fa-envelope"></i> Contact</a>
<a href="contributor.html" style="text-decoration: none;"><i class="fas fa-users"></i> Contributors</a>
<a href="register.html" style="text-decoration: none;"><i class="fas fa-sign-in-alt"></i> Login</a>
main


</div>
Expand Down Expand Up @@ -638,6 +670,11 @@ <h2>What type of transportation do you prefer for your travels?</h2>
</script>


harshmain
harshmain

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

<!-- <button id="darkModeToggle" style="width: 40px; height: 40px;">🌙</button> -->
<!-- for maintaining profile icon -->
<div class="profile-darkMode2">
Expand All @@ -647,6 +684,7 @@ <h2>What type of transportation do you prefer for your travels?</h2>
</a>
</li>
</div>
main

</nav>

Expand All @@ -660,6 +698,7 @@ <h2>What type of transportation do you prefer for your travels?</h2>
</nav> -->


main
<!-- <div class="slider"> -->
<div class="slide active">
<img src="images/6.jpeg" alt="Slide 1">
Expand Down