Skip to content

Commit

Permalink
Merge pull request #497 from saimohan11/mohan
Browse files Browse the repository at this point in the history
login page ui enhanced
  • Loading branch information
ankit071105 authored Oct 20, 2024
2 parents 1845ee9 + 73c36a6 commit 5a2d5a2
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions client/login.html
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
</head>
<body class="bg-white">
<div class="relative flex items-top justify-center min-h-screen bg-white sm:items-center sm:pt-0">
<div class="w-screen mx-auto sm:px-6 lg:px-8">
<div class="w-3/4 mx-auto sm:px-6 lg:px-8">
<div class="mt-8 overflow-hidden">
<div class="grid grid-cols-1 md:grid-cols-2">
<div class="p-6 mr-2 bg-gray-100 sm:rounded-lg">
Expand Down Expand Up @@ -68,12 +68,12 @@ <h2 class="text-3xl sm:text-4xl text-gray-800 font-extrabold tracking-tight">
class="md:w-32 bg-orange-700 hover:bg-orange-600 text-white font-bold py-3 px-6 rounded-lg mt-3 transition ease-in-out duration-300">
SignIn
</button>
<a href="/client/forgot_password.html" class="text-orange-700 ml-0 py-5 hover:underline mt-0">Forgot Password?</a>
<button id="googleSignin" class="w-full mt-2 flex items-center justify-center bg-white border border-gray-400 text-gray-800 font-semibold py-3 px-6 rounded-lg transition ease-in-out duration-300 hover:bg-gray-100">
<img src="../images/googleLogo.png" alt="Google Logo" class="w-5 h-5 mr-2">
Continue with Google
</button>
</form>
<a href="/client/forgot_password.html" class="text-orange-700 ml-7 hover:underline mt-0">Forgot Password?</a>
<button id="googleSignin" class="w-full mt-2 flex items-center justify-center bg-white border border-gray-400 text-gray-800 font-semibold py-3 px-6 rounded-lg transition ease-in-out duration-300 hover:bg-gray-100">
<img src="../images/googleLogo.png" alt="Google Logo" class="w-5 h-5 mr-2">
Continue with Google
</button>
</div>
</div>
</div>
Expand Down

0 comments on commit 5a2d5a2

Please sign in to comment.