From c3309b360a7e9e61e31b524487e0a94382c35671 Mon Sep 17 00:00:00 2001 From: Caroline Date: Wed, 4 Jun 2025 18:14:20 +0200 Subject: [PATCH 1/3] Added initial form validation --- Module-Onboarding | 1 + 1 file changed, 1 insertion(+) create mode 160000 Module-Onboarding diff --git a/Module-Onboarding b/Module-Onboarding new file mode 160000 index 000000000..a575a3693 --- /dev/null +++ b/Module-Onboarding @@ -0,0 +1 @@ +Subproject commit a575a3693b2b9afcc8d04a1ccdb666f0c081ddd5 From 44128ea8ac1b490ae41504a34857212cba02f701 Mon Sep 17 00:00:00 2001 From: Caroline Date: Wed, 4 Jun 2025 20:35:09 +0200 Subject: [PATCH 2/3] I'm commiting Form-Controls HTML --- Form-Controls/index.html | 59 ++++++++++++++++++++++++---------------- Module-Onboarding | 1 - 2 files changed, 35 insertions(+), 25 deletions(-) delete mode 160000 Module-Onboarding diff --git a/Form-Controls/index.html b/Form-Controls/index.html index 65a866cdb..fe7865183 100644 --- a/Form-Controls/index.html +++ b/Form-Controls/index.html @@ -1,27 +1,38 @@ - - - - My form exercise - - - - -
-

Product Pick

-
-
-
- - -
-
-
- -

By HOMEWORK SOLUTION

-
- +
+
+ T-shirt order Form + + + + + + + + + + + + + + + + + +
+
diff --git a/Module-Onboarding b/Module-Onboarding deleted file mode 160000 index a575a3693..000000000 --- a/Module-Onboarding +++ /dev/null @@ -1 +0,0 @@ -Subproject commit a575a3693b2b9afcc8d04a1ccdb666f0c081ddd5 From 2690c6c0768674fb5e8fd1011f40d79ed92f6efe Mon Sep 17 00:00:00 2001 From: Caroline Date: Wed, 4 Jun 2025 21:21:15 +0200 Subject: [PATCH 3/3] HTML layout updated --- Form-Controls/index.html | 11 +++++++++-- 1 file changed, 9 insertions(+), 2 deletions(-) diff --git a/Form-Controls/index.html b/Form-Controls/index.html index fe7865183..3da1ca5ed 100644 --- a/Form-Controls/index.html +++ b/Form-Controls/index.html @@ -1,6 +1,12 @@ -
+ + + + Document + + +
T-shirt order Form @@ -35,4 +41,5 @@
- + + \ No newline at end of file