From 307611d62c2097ccbd23e796efe6c6963dbcd1b9 Mon Sep 17 00:00:00 2001 From: MacDonald91 Date: Mon, 26 Jan 2026 12:15:17 +0000 Subject: [PATCH 1/4] Complete form controls onboarding task --- Form-Controls/results.html | 28 ++++++++++++++++++++++++++++ 1 file changed, 28 insertions(+) create mode 100644 Form-Controls/results.html diff --git a/Form-Controls/results.html b/Form-Controls/results.html new file mode 100644 index 000000000..90c96df73 --- /dev/null +++ b/Form-Controls/results.html @@ -0,0 +1,28 @@ + + + + + + Form Result + + + + +
+

Your Selection

+ +

Name:

+

Colour:

+

Size:

+ + Go back +
+ + + + From 1b5bda1128373f39ca8f2097e7c05739c9ddf16a Mon Sep 17 00:00:00 2001 From: MacDonald91 Date: Sat, 7 Feb 2026 14:59:17 +0000 Subject: [PATCH 2/4] Update project --- Form-Controls/index.html | 49 ++++++++++++++++++++++++++++------------ 1 file changed, 34 insertions(+), 15 deletions(-) diff --git a/Form-Controls/index.html b/Form-Controls/index.html index 65a866cdb..f6c62f2ce 100644 --- a/Form-Controls/index.html +++ b/Form-Controls/index.html @@ -1,27 +1,46 @@ - - - My form exercise - - + + + Product Pick + + -
-

Product Pick

-
-
- - +

Product Pick

+ + +
+ Choose your T-shirt + + + + + + + + + + + +
+
- -

By HOMEWORK SOLUTION

+

By Alasdair MacDonald

From dd37262b5455a5755a19783fd10c480bf1adcf84 Mon Sep 17 00:00:00 2001 From: MacDonald91 Date: Mon, 9 Feb 2026 10:22:40 +0000 Subject: [PATCH 3/4] comp-lete task requirments --- Form-Controls/index.html | 9 +++- Form-Controls/results.html | 28 ------------- Wireframe/index.html | 86 +++++++++++++++++++++++++++++++------- 3 files changed, 78 insertions(+), 45 deletions(-) delete mode 100644 Form-Controls/results.html diff --git a/Form-Controls/index.html b/Form-Controls/index.html index f6c62f2ce..1d5925beb 100644 --- a/Form-Controls/index.html +++ b/Form-Controls/index.html @@ -11,12 +11,15 @@

Product Pick

-
+
Choose your T-shirt - + + + + diff --git a/Form-Controls/results.html b/Form-Controls/results.html deleted file mode 100644 index 90c96df73..000000000 --- a/Form-Controls/results.html +++ /dev/null @@ -1,28 +0,0 @@ - - - - - - Form Result - - - - -
-

Your Selection

- -

Name:

-

Colour:

-

Size:

- - Go back -
- - - - diff --git a/Wireframe/index.html b/Wireframe/index.html index 0e014e535..637984268 100644 --- a/Wireframe/index.html +++ b/Wireframe/index.html @@ -3,31 +3,87 @@ - Wireframe + Wireframe Task + +
-

Wireframe

+

Web Development Fundamentals

- This is the default, provided code and no changes have been made yet. + This page explains README files, wireframes, and Git branches using a + simple wireframe layout.

+
-
- -

Title

-

- Lorem ipsum dolor sit amet consectetur adipisicing elit. Quisquam, - voluptates. Quisquam, voluptates. -

- Read more -
+
+ +
+ Illustration representing a README file +

What is a README file?

+

+ A README file explains what a project is about, how to use it, and + any important information someone needs before contributing to the + project. +

+ + Read more + +
+ + +
+ Example of a webpage wireframe layout +

What is a wireframe?

+

+ A wireframe is a simple visual guide that shows the structure and + layout of a webpage before design and development begins. +

+ + Read more + +
+ + +
+ Diagram representing Git branches +

What is a Git branch?

+

+ A Git branch allows developers to work on new features or fixes + without affecting the main version of a project. +

+ + Read more + +
+
+
-

- This is the default, provided code and no changes have been made yet. -

+

© 2026 CYF Wireframe Task

From edd78f3b7a8ba876dc3f5a73d14f0cddfa2614c8 Mon Sep 17 00:00:00 2001 From: MacDonald91 Date: Thu, 19 Feb 2026 14:56:01 +0000 Subject: [PATCH 4/4] Refactor form to meet task requirements: add email field, improve name validation, remove form action, correct select options, and fix semantic structure --- Form-Controls/index.html | 42 ++++++++++++++++++++++++++++------------ 1 file changed, 30 insertions(+), 12 deletions(-) diff --git a/Form-Controls/index.html b/Form-Controls/index.html index 1d5925beb..3d63b537e 100644 --- a/Form-Controls/index.html +++ b/Form-Controls/index.html @@ -1,40 +1,58 @@ - - + Product Pick - + + -
+

Product Pick

+
+
Choose your T-shirt + - + + - + + + @@ -45,7 +63,7 @@

Product Pick