From b8eabb363875e2325f8bc56424ba234de8ea0650 Mon Sep 17 00:00:00 2001
From: Rajeev Kumar <97542658+beRajeevKumar@users.noreply.github.com>
Date: Tue, 8 Oct 2024 02:29:30 +0530
Subject: [PATCH] Revert "Sign up and login functionality implemented"
---
index.html | 29 ----------------
login.html | 89 ------------------------------------------------
signUp.css | 35 -------------------
signUp.html | 98 -----------------------------------------------------
4 files changed, 251 deletions(-)
delete mode 100644 login.html
delete mode 100644 signUp.css
delete mode 100644 signUp.html
diff --git a/index.html b/index.html
index 68a45c8e..a783509d 100644
--- a/index.html
+++ b/index.html
@@ -27,34 +27,6 @@
Fronten Projects | Rajeev
-
-
-
-
-
-
diff --git a/login.html b/login.html
deleted file mode 100644
index 667ece09..00000000
--- a/login.html
+++ /dev/null
@@ -1,89 +0,0 @@
-
-
-
-
-
-
- Sign In
-
-
-
-
-
-
-
diff --git a/signUp.css b/signUp.css
deleted file mode 100644
index fe94e18d..00000000
--- a/signUp.css
+++ /dev/null
@@ -1,35 +0,0 @@
-.container{
- text-align: center;
- border:2px solid black;
- padding: 10px;
-
-
-
-}
-.buttons{
- margin-top: 10px;
-}
-h1{
- font-size: 1.2rem;
-}
-label{
- font-size: 1rem;
-}
-.form{
- display: flex;
- flex-direction: column;
- gap:2px;
- align-items: center;
-
-
-}
-input{
- padding:2px;
- margin-block: 5px;
-}
-button{
- padding-block:8px;
- padding-inline: 15px;
- background: #fff;
- border-radius: 20px;
-}
\ No newline at end of file
diff --git a/signUp.html b/signUp.html
deleted file mode 100644
index 978275e1..00000000
--- a/signUp.html
+++ /dev/null
@@ -1,98 +0,0 @@
-
-
-
-
-
-
- Sign Up
-
-
-
-
-
-
-