From 50028cf19a37a9f194845614b6e8d69e91fc91a0 Mon Sep 17 00:00:00 2001 From: ABHISEK PANDA <117925314+abhisek2004@users.noreply.github.com> Date: Tue, 7 Jul 2026 21:23:59 +0530 Subject: [PATCH] Add authentication screens with responsive design --- .../Auth_Screens/auth_screens/index.html | 100 ----------------- DAY 1021 TO 1040/Auth_Screens/index.html | 101 ++++++++++++++++++ .../{Auth_Screens/auth_screens => }/style.css | 0 3 files changed, 101 insertions(+), 100 deletions(-) delete mode 100644 DAY 1021 TO 1040/Auth_Screens/Auth_Screens/auth_screens/index.html create mode 100644 DAY 1021 TO 1040/Auth_Screens/index.html rename DAY 1021 TO 1040/Auth_Screens/{Auth_Screens/auth_screens => }/style.css (100%) diff --git a/DAY 1021 TO 1040/Auth_Screens/Auth_Screens/auth_screens/index.html b/DAY 1021 TO 1040/Auth_Screens/Auth_Screens/auth_screens/index.html deleted file mode 100644 index 5d8c2dbf..00000000 --- a/DAY 1021 TO 1040/Auth_Screens/Auth_Screens/auth_screens/index.html +++ /dev/null @@ -1,100 +0,0 @@ - - - - - - Sign In/Up Form - - - - - -
-
-
-

Create Account

- - or use your email for registration - - - - -
-

Already have an account?

- -
-
-
-
-
-

Sign In

- - or use your account - - - Forgot your password? - -
-

Don't have an account?

- -
-
-
-
-
-
-

Welcome Back!

-

Stay connected by logging in with your credentials and continue your experience

- -
-
-

Hey There!

-

Begin your amazing journey by creating an account with us today

- -
-
-
-
- - - - - \ No newline at end of file diff --git a/DAY 1021 TO 1040/Auth_Screens/index.html b/DAY 1021 TO 1040/Auth_Screens/index.html new file mode 100644 index 00000000..41f06f5f --- /dev/null +++ b/DAY 1021 TO 1040/Auth_Screens/index.html @@ -0,0 +1,101 @@ + + + + + + + Sign In/Up Form + + + + + +
+
+
+

Create Account

+ + or use your email for registration + + + + +
+

Already have an account?

+ +
+
+
+
+
+

Sign In

+ + or use your account + + + Forgot your password? + +
+

Don't have an account?

+ +
+
+
+
+
+
+

Welcome Back!

+

Stay connected by logging in with your credentials and continue your experience

+ +
+
+

Hey There!

+

Begin your amazing journey by creating an account with us today

+ +
+
+
+
+ + + + + \ No newline at end of file diff --git a/DAY 1021 TO 1040/Auth_Screens/Auth_Screens/auth_screens/style.css b/DAY 1021 TO 1040/Auth_Screens/style.css similarity index 100% rename from DAY 1021 TO 1040/Auth_Screens/Auth_Screens/auth_screens/style.css rename to DAY 1021 TO 1040/Auth_Screens/style.css