From 0dc64769a7e54b75634019feb1085ea5214c2fa2 Mon Sep 17 00:00:00 2001 From: Debjeet Date: Mon, 4 Mar 2024 17:20:34 +0530 Subject: [PATCH 1/8] project completed --- Smart-Cart/index.html | 8 ++++---- Smart-Cart/styles.css | 12 ++++++------ 2 files changed, 10 insertions(+), 10 deletions(-) diff --git a/Smart-Cart/index.html b/Smart-Cart/index.html index 58c1dea..013009d 100644 --- a/Smart-Cart/index.html +++ b/Smart-Cart/index.html @@ -15,10 +15,10 @@
diff --git a/Smart-Cart/styles.css b/Smart-Cart/styles.css index 4edc6cb..ad8c729 100644 --- a/Smart-Cart/styles.css +++ b/Smart-Cart/styles.css @@ -4,7 +4,7 @@ body { margin: 0; - background-color: #F28482; + background-color: #00fcff; font-family: Montserrat; display: flex; justify-content: center; @@ -39,7 +39,7 @@ nav a { color: white; text-align: center; padding: 14px 20px; - text-decoration: none; + text-decoration: ; } nav a:hover { @@ -131,9 +131,9 @@ input ::placeholder{ #title{ font-family: "Madimi One", sans-serif; - font-size: 64px; + font-size: 55px; font-weight: 800; - color: #F28482; + color: rgb(255,234,55); } #text{ @@ -152,7 +152,7 @@ input ::placeholder{ } #choose-card span{ - color: #84A59D; + color: #00ffff; font-weight: 800; } @@ -191,4 +191,4 @@ input ::placeholder{ height: 60px; width: 60px; border-radius: 50%; -} \ No newline at end of file +} From 5e81ef2395501a9adff932f296de2bb50e74a90d Mon Sep 17 00:00:00 2001 From: Debjeet Date: Mon, 4 Mar 2024 17:22:25 +0530 Subject: [PATCH 2/8] project completed --- Smart-Cart/styles.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Smart-Cart/styles.css b/Smart-Cart/styles.css index ad8c729..ef97c5a 100644 --- a/Smart-Cart/styles.css +++ b/Smart-Cart/styles.css @@ -39,7 +39,7 @@ nav a { color: white; text-align: center; padding: 14px 20px; - text-decoration: ; + text-decoration:center ; } nav a:hover { From ea6d5319a355b4922b773d381063c864f5a7fd0f Mon Sep 17 00:00:00 2001 From: Debjeet Majumder Date: Sat, 13 Apr 2024 23:16:40 +0530 Subject: [PATCH 3/8] webDev --- demodev | 1 + 1 file changed, 1 insertion(+) create mode 160000 demodev diff --git a/demodev b/demodev new file mode 160000 index 0000000..31c6498 --- /dev/null +++ b/demodev @@ -0,0 +1 @@ +Subproject commit 31c6498bb7a3cd7a9e92e40fc0748a2285b023d8 From 7111acd4959a8708d0fb157fbce991d065d1c40b Mon Sep 17 00:00:00 2001 From: Debjeet Majumder Date: Sat, 13 Apr 2024 23:42:51 +0530 Subject: [PATCH 4/8] webDevpractice --- Smart-Cart/index.html | 8 ++++---- Smart-Cart/styles.css | 4 ++++ killbros_EC102B | 1 + 3 files changed, 9 insertions(+), 4 deletions(-) create mode 160000 killbros_EC102B diff --git a/Smart-Cart/index.html b/Smart-Cart/index.html index 013009d..a5e899f 100644 --- a/Smart-Cart/index.html +++ b/Smart-Cart/index.html @@ -15,10 +15,10 @@
diff --git a/Smart-Cart/styles.css b/Smart-Cart/styles.css index ef97c5a..c1f6dbf 100644 --- a/Smart-Cart/styles.css +++ b/Smart-Cart/styles.css @@ -192,3 +192,7 @@ input ::placeholder{ width: 60px; border-radius: 50%; } +.others{ + color:rgb(255,0,0); + +} diff --git a/killbros_EC102B b/killbros_EC102B new file mode 160000 index 0000000..ea6d531 --- /dev/null +++ b/killbros_EC102B @@ -0,0 +1 @@ +Subproject commit ea6d5319a355b4922b773d381063c864f5a7fd0f From ed9591b58eaa157e8e2ea272b413241777f36bad Mon Sep 17 00:00:00 2001 From: Debjeet Majumder Date: Sat, 13 Apr 2024 23:48:48 +0530 Subject: [PATCH 5/8] webdevpractice2 --- Smart-Cart/styles.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Smart-Cart/styles.css b/Smart-Cart/styles.css index c1f6dbf..cae8315 100644 --- a/Smart-Cart/styles.css +++ b/Smart-Cart/styles.css @@ -192,7 +192,7 @@ input ::placeholder{ width: 60px; border-radius: 50%; } -.others{ +.home{ color:rgb(255,0,0); } From a0a567121f87c9511589ba636c5a3d219b655f17 Mon Sep 17 00:00:00 2001 From: Dhruba Das Date: Sun, 14 Apr 2024 00:35:19 +0530 Subject: [PATCH 6/8] Dhruba's Changes --- Smart-Cart/Login.HTML | 18 ++++++++++++++++++ Smart-Cart/Register.html | 26 ++++++++++++++++++++++++++ Smart-Cart/index.html | 7 ++++--- Smart-Cart/styles.css | 5 ++++- 4 files changed, 52 insertions(+), 4 deletions(-) create mode 100644 Smart-Cart/Login.HTML create mode 100644 Smart-Cart/Register.html diff --git a/Smart-Cart/Login.HTML b/Smart-Cart/Login.HTML new file mode 100644 index 0000000..a852df9 --- /dev/null +++ b/Smart-Cart/Login.HTML @@ -0,0 +1,18 @@ + + + + + + Login page + + +
+ +

+ +

+ + <
+ + + \ No newline at end of file diff --git a/Smart-Cart/Register.html b/Smart-Cart/Register.html new file mode 100644 index 0000000..8f52157 --- /dev/null +++ b/Smart-Cart/Register.html @@ -0,0 +1,26 @@ + + + + + + Register page + + + +
+ + +

+ +

+ +

+ +

+ +

+ + +
+ + \ No newline at end of file diff --git a/Smart-Cart/index.html b/Smart-Cart/index.html index a5e899f..97041d2 100644 --- a/Smart-Cart/index.html +++ b/Smart-Cart/index.html @@ -6,6 +6,7 @@ SmartCart + @@ -33,13 +34,13 @@
- Login - Register + Login + Register
- e-commerce Website + E-commerce Website Support local everything
Choose Your diff --git a/Smart-Cart/styles.css b/Smart-Cart/styles.css index cae8315..187214a 100644 --- a/Smart-Cart/styles.css +++ b/Smart-Cart/styles.css @@ -133,7 +133,7 @@ input ::placeholder{ font-family: "Madimi One", sans-serif; font-size: 55px; font-weight: 800; - color: rgb(255,234,55); + color: rgb(11, 94, 204); } #text{ @@ -196,3 +196,6 @@ input ::placeholder{ color:rgb(255,0,0); } +#Login{ + text-align:center; +} \ No newline at end of file From ad7173f6456be52047a59deac20248ce9040831d Mon Sep 17 00:00:00 2001 From: Dhruba Das Date: Sun, 14 Apr 2024 18:33:32 +0530 Subject: [PATCH 7/8] New changes from Dhruba --- Smart-Cart/Login.HTML | 5 +++-- Smart-Cart/Register.css | 35 +++++++++++++++++++++++++++++++++++ Smart-Cart/Register.html | 1 + Smart-Cart/login.css | 40 ++++++++++++++++++++++++++++++++++++++++ Smart-Cart/styles.css | 3 --- 5 files changed, 79 insertions(+), 5 deletions(-) create mode 100644 Smart-Cart/Register.css create mode 100644 Smart-Cart/login.css diff --git a/Smart-Cart/Login.HTML b/Smart-Cart/Login.HTML index a852df9..944e993 100644 --- a/Smart-Cart/Login.HTML +++ b/Smart-Cart/Login.HTML @@ -4,15 +4,16 @@ Login page + - +




- <
+
\ No newline at end of file diff --git a/Smart-Cart/Register.css b/Smart-Cart/Register.css new file mode 100644 index 0000000..01a446c --- /dev/null +++ b/Smart-Cart/Register.css @@ -0,0 +1,35 @@ +body { + font-family: Arial, sans-serif; + margin: 0; + padding: 0; + background-color: #f0f0f0; +} + +#Register { + width: 300px; + margin: 0 auto; + padding: 20px; + background-color: #fff; + box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.1); +} + +#Register input[type="text"], +#Register input[type="password"] { + width: 100%; + padding: 10px; + margin-bottom: 10px; + border: 1px solid #ddd; +} + +#Register button { + width: 100%; + padding: 10px; + background-color: #007BFF; + border: none; + color: #fff; + cursor: pointer; +} + +#Register button:hover { + background-color: #0056b3; +} diff --git a/Smart-Cart/Register.html b/Smart-Cart/Register.html index 8f52157..4412ff4 100644 --- a/Smart-Cart/Register.html +++ b/Smart-Cart/Register.html @@ -4,6 +4,7 @@ Register page + diff --git a/Smart-Cart/login.css b/Smart-Cart/login.css new file mode 100644 index 0000000..2919977 --- /dev/null +++ b/Smart-Cart/login.css @@ -0,0 +1,40 @@ +.LoBo { + font-family: Arial, sans-serif; + background-color: #f0f0f0; + margin: 0; + padding: 0; + display: flex; + justify-content: center; + align-items: center; + height: 100vh; +} + +#Login { + background-color: white; + padding: 20px; + border-radius: 5px; + box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.1); +} + +#Login input[type="text"], +#Login input[type="password"] { + width: 100%; + padding: 10px; + margin-bottom: 10px; + border-radius: 5px; + border: 1px solid #ccc; +} + +#Login button { + width: 100%; + padding: 10px; + background-color: #007BFF; + color: white; + border: none; + border-radius: 5px; + cursor: pointer; +} + +#Login button:hover { + background-color: #0056b3; +} diff --git a/Smart-Cart/styles.css b/Smart-Cart/styles.css index 187214a..37751db 100644 --- a/Smart-Cart/styles.css +++ b/Smart-Cart/styles.css @@ -196,6 +196,3 @@ input ::placeholder{ color:rgb(255,0,0); } -#Login{ - text-align:center; -} \ No newline at end of file From f40157e52b2e570bf4156c60084ab6376419e7ab Mon Sep 17 00:00:00 2001 From: Dhruba Das Date: Sun, 14 Apr 2024 20:09:59 +0530 Subject: [PATCH 8/8] D'Changes --- Smart-Cart/index.html | 1 + Smart-Cart/script.js | 1 + 2 files changed, 2 insertions(+) create mode 100644 Smart-Cart/script.js diff --git a/Smart-Cart/index.html b/Smart-Cart/index.html index 97041d2..5b6efa3 100644 --- a/Smart-Cart/index.html +++ b/Smart-Cart/index.html @@ -68,6 +68,7 @@
+ \ No newline at end of file diff --git a/Smart-Cart/script.js b/Smart-Cart/script.js new file mode 100644 index 0000000..3be92d2 --- /dev/null +++ b/Smart-Cart/script.js @@ -0,0 +1 @@ +alert("It's Our Website:"); \ No newline at end of file