From 0b4912277d6427c5d52b0daf139958675f7250f7 Mon Sep 17 00:00:00 2001 From: ashwin-athappan Date: Mon, 23 Sep 2024 23:45:15 -0500 Subject: [PATCH] Sign In and Register page update --- .gitignore | 1 + index.html | 124 +++++++++++++++++++++++++++++++++++++++++++++----- register.html | 119 ++++++++++++++++++++++++++++++++++++++++++++++++ style.css | 10 ++-- 4 files changed, 240 insertions(+), 14 deletions(-) create mode 100644 .gitignore create mode 100644 register.html diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..723ef36 --- /dev/null +++ b/.gitignore @@ -0,0 +1 @@ +.idea \ No newline at end of file diff --git a/index.html b/index.html index 0df2d86..a5131e5 100644 --- a/index.html +++ b/index.html @@ -1,14 +1,116 @@ - - - ACM Login - - - - ACM - + + + ACM Login + + + + + +
+
+ +
+
+
+ ACM Create +
+

Sign in

+
+
+ +
+ + + + + + + + +
+
+ +
+ +
+ + + + + + + + +
+
+ +
+
+ + +
+ +
+ +
+ +
+

Don't have an account? Register here +

+
+
+
+
+
+ + diff --git a/register.html b/register.html new file mode 100644 index 0000000..100788f --- /dev/null +++ b/register.html @@ -0,0 +1,119 @@ + + + + + ACM Register + + + + + +
+
+
+
+
+ ACM Create +
+

Register

+
+
+ +
+ + + + + + + + +
+
+ +
+ +
+ + + + + + + + +
+
+ +
+ +
+ + + + + + + + +
+
+ +
+ +
+

Already have an account? Sign In here +

+
+
+
+
+
+ + + \ No newline at end of file diff --git a/style.css b/style.css index ca0cc78..251be9b 100644 --- a/style.css +++ b/style.css @@ -1,4 +1,8 @@ -body { - background-color: rgb(90, 90, 208); - padding: 200px; +#register-password-eye:hover { + cursor: pointer; } + +#sign-in-password-eye:hover { + cursor: pointer; +} +