From 653650045d816fd105b6740b0a48be141a92d5ee Mon Sep 17 00:00:00 2001 From: Prachi Ikhar Date: Mon, 28 Oct 2024 19:51:57 +0530 Subject: [PATCH] Removed the giltch from login, and enhanced signup button --- views/login.ejs | 499 ++++++++++++++++++++++++------------------------ 1 file changed, 251 insertions(+), 248 deletions(-) diff --git a/views/login.ejs b/views/login.ejs index deb11766..79f95138 100644 --- a/views/login.ejs +++ b/views/login.ejs @@ -1,251 +1,254 @@ -<%- include('includes/PRE.ejs') %> -<%- include('includes/header.ejs') %> -<%- include('includes/sidebar.ejs') %> - - - - - -<%- include('includes/navbar.ejs') %> - -
-
-
-

SIGN IN

- -
- - - -
- -
- -
- - visibility_off -
- -

Forgot Password?

-
- -
- -
-
- autorenew - -
- -
- -
Sign In using
- - - -
- +
+ +
Sign In using
+ + + +
+ -
- -
-

No account? Signup

-
-
- -
-
-
-
- -<%- include('includes/footer.ejs') %> - - -
- - - - + + +
+

No account? Signup

+
+ + +
+
+ + + + <%- include('includes/footer.ejs') %> + + +
+ + + + \ No newline at end of file