From ffe84b5299c958c4af71620ad09922165e88606e Mon Sep 17 00:00:00 2001 From: Mahesh Pawar Date: Tue, 22 Apr 2025 12:58:20 +0530 Subject: [PATCH 1/5] complete the bg-color-changer proj --- week-3/easy/bg-color-changer/index.html | 33 +++++++++++++++++++++++++ 1 file changed, 33 insertions(+) create mode 100644 week-3/easy/bg-color-changer/index.html diff --git a/week-3/easy/bg-color-changer/index.html b/week-3/easy/bg-color-changer/index.html new file mode 100644 index 000000000..010fd8290 --- /dev/null +++ b/week-3/easy/bg-color-changer/index.html @@ -0,0 +1,33 @@ + + + + + + Bg-color-changer + + +
+
+ + + + + +
+
+ + + + \ No newline at end of file From 29d52cc822a8ac2cd2bc4002b063c15e6bd0a673 Mon Sep 17 00:00:00 2001 From: Mahesh Pawar Date: Tue, 22 Apr 2025 13:11:07 +0530 Subject: [PATCH 2/5] add two more color --- week-3/easy/bg-color-changer/index.html | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/week-3/easy/bg-color-changer/index.html b/week-3/easy/bg-color-changer/index.html index 010fd8290..b0db0fbab 100644 --- a/week-3/easy/bg-color-changer/index.html +++ b/week-3/easy/bg-color-changer/index.html @@ -20,6 +20,12 @@ + + From 6e574d126d7f4237a105690ee60d1f32de624625 Mon Sep 17 00:00:00 2001 From: Mahesh Pawar Date: Tue, 22 Apr 2025 16:48:01 +0530 Subject: [PATCH 3/5] complete pokemon proj --- .../pokemonSolution/index.html" | 53 +++++++++++++++++++ 1 file changed, 53 insertions(+) create mode 100644 "week-3/easy/The-Pok\303\251mon/pokemonSolution/index.html" diff --git "a/week-3/easy/The-Pok\303\251mon/pokemonSolution/index.html" "b/week-3/easy/The-Pok\303\251mon/pokemonSolution/index.html" new file mode 100644 index 000000000..f7f21343d --- /dev/null +++ "b/week-3/easy/The-Pok\303\251mon/pokemonSolution/index.html" @@ -0,0 +1,53 @@ + + + + + + Pokemon Game + + +

Pokemon car Viewer

+
+ + +
+
+ +
+ + + \ No newline at end of file From dd9c5c2965fdbb03ff7ca51cd3e63ef03dd6bc37 Mon Sep 17 00:00:00 2001 From: Mahesh Pawar Date: Fri, 25 Apr 2025 12:51:45 +0530 Subject: [PATCH 4/5] complete quiz-app --- week-3/easy/quiz-app/index.html | 89 +++++++++++++++++++++++++++++++++ 1 file changed, 89 insertions(+) create mode 100644 week-3/easy/quiz-app/index.html diff --git a/week-3/easy/quiz-app/index.html b/week-3/easy/quiz-app/index.html new file mode 100644 index 000000000..33c1a67d3 --- /dev/null +++ b/week-3/easy/quiz-app/index.html @@ -0,0 +1,89 @@ + + + + + + Quize App + + +

Quize App

+
+

question comes here........?

+ A
+ B
+ C
+ D
+
+ + + + + + + + \ No newline at end of file From b6dd28bcc8ca64e2d60f37f99282f136837e7e98 Mon Sep 17 00:00:00 2001 From: Mahesh Pawar Date: Fri, 25 Apr 2025 14:08:34 +0530 Subject: [PATCH 5/5] complete form builder proj --- week-3/medium/Form-Builder/index.html | 67 +++++++++++++++++++++++++++ 1 file changed, 67 insertions(+) create mode 100644 week-3/medium/Form-Builder/index.html diff --git a/week-3/medium/Form-Builder/index.html b/week-3/medium/Form-Builder/index.html new file mode 100644 index 000000000..e4f46590c --- /dev/null +++ b/week-3/medium/Form-Builder/index.html @@ -0,0 +1,67 @@ + + + + + + form + + +

form builder

+ +
+ +
+
+

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

form Preview

+
+ + + + \ No newline at end of file