Skip to content

Commit

Permalink
Merge pull request #938 from sayanp607/signup
Browse files Browse the repository at this point in the history
login page resolved
  • Loading branch information
ankit071105 authored Nov 10, 2024
2 parents 87034c4 + 9a2bdea commit 0d3a7ad
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 0 deletions.
8 changes: 8 additions & 0 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -564,6 +564,14 @@ <h2>What type of transportation do you prefer for your travels?</h2>
</a>
<div>

<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="register.html"><i class="fas fa-sign-in-alt"></i> Login</a>
<a href="index.html" style="text-decoration: none;"><i class="fas fa-home"></i> Home</a>
<a href="about.html" style="text-decoration: none;"><i class="fas fa-info-circle"></i> About</a>
<a href="buy.html" style="text-decoration: none;"><i class="fas fa-ticket-alt"></i> Buy Ticket</a>
Expand Down
2 changes: 2 additions & 0 deletions login.html
Original file line number Diff line number Diff line change
Expand Up @@ -80,6 +80,8 @@ <h2 class="text-2xl font-bold text-center text-gray-800 mb-6">Login to Your Acco
<!-- Google Sign-in Button -->
<button type="button" class="w-full py-2 mt-4 flex items-center justify-center bg-white border border-gray-300 text-gray-700 font-semibold rounded-lg hover:bg-gray-100 transition duration-300">
<img src="google-logo.png" alt="Google Logo" class="w-5 h-5 mr-2">
Continue with Google
</button>
<a href="./google.html">Continue with Google</a>
</button>
</form>
Expand Down

0 comments on commit 0d3a7ad

Please sign in to comment.