
Wireframe
++ Wireframe is a visual guide that represents the skeletal framework of a + website or application. It shows the layout, structure, and features + without focusing on design elements like colors or images. +
+ Read more +From f0724abec22eb772dcb09ca70269e83b6b17f8fd Mon Sep 17 00:00:00 2001 From: "TM.HO" <51426129+TzeMingHo@users.noreply.github.com> Date: Thu, 28 Aug 2025 18:42:04 +0100 Subject: [PATCH 01/17] added image, title, summary, and context of wireframe --- Wireframe/index.html | 25 ++++++++++++++++++++++--- 1 file changed, 22 insertions(+), 3 deletions(-) diff --git a/Wireframe/index.html b/Wireframe/index.html index 0e014e535..4028abfd3 100644 --- a/Wireframe/index.html +++ b/Wireframe/index.html @@ -8,15 +8,34 @@
- This is the default, provided code and no changes have been made yet. + Let's get familiar with wireframe, branches, and readme files.
+ Wireframe is a visual guide that represents the skeletal framework of a + website or application. It shows the layout, structure, and features + without focusing on design elements like colors or images. +
+ Read more ++ Lorem ipsum dolor sit amet consectetur adipisicing elit. Quisquam, + voluptates. Quisquam, voluptates. +
+ Read more +Lorem ipsum dolor sit amet consectetur adipisicing elit. Quisquam, voluptates. Quisquam, voluptates. From 715c2d66d192d1d6e91af44948570ed88e9750f6 Mon Sep 17 00:00:00 2001 From: "TM.HO" <51426129+TzeMingHo@users.noreply.github.com> Date: Thu, 28 Aug 2025 19:00:32 +0100 Subject: [PATCH 02/17] updated context of wireframe and branches in git --- Wireframe/index.html | 22 ++++++++++++---------- 1 file changed, 12 insertions(+), 10 deletions(-) diff --git a/Wireframe/index.html b/Wireframe/index.html index 4028abfd3..30192b7a8 100644 --- a/Wireframe/index.html +++ b/Wireframe/index.html @@ -8,30 +8,32 @@
Let's get familiar with wireframe, branches, and readme files.
Wireframe is a visual guide that represents the skeletal framework of a website or application. It shows the layout, structure, and features - without focusing on design elements like colors or images. + without focusing on design elements like colors or images, while gathering early feedback from users and stakeholders.
- Read more + Read more- Lorem ipsum dolor sit amet consectetur adipisicing elit. Quisquam, - voluptates. Quisquam, voluptates. + A branch in Git is a separate line of development that allows you to + work on different features or fixes independently. It enables + collaboration, experimentation, and version control without affecting + the main codebase.
- Read more + Read more- Lorem ipsum dolor sit amet consectetur adipisicing elit. Quisquam, - voluptates. Quisquam, voluptates. + A README file is an essential document that outlines the purpose of a project, installation instructions, usage guidelines, and details for contributions. It is a guide for users and developers to understand and interact with the project.
- Read more + Read moreA README file is an essential document that outlines the purpose of a project, installation instructions, usage guidelines, and details for contributions. It is a guide for users and developers to understand and interact with the project.
- Read more + Read moreA branch in Git is a separate line of development that allows you to @@ -36,7 +39,7 @@
A README file is an essential document that outlines the purpose of a project, installation instructions, usage guidelines, and details for contributions. It is a guide for users and developers to understand and interact with the project. diff --git a/Wireframe/style.css b/Wireframe/style.css index 515715d61..f7ef744ce 100644 --- a/Wireframe/style.css +++ b/Wireframe/style.css @@ -18,7 +18,7 @@ As well as useful links to learn more */ ====== Design Palette ====== */ :root { --paper: oklch(7 0 0); - --ink: color-mix(in oklab, var(--color) 5%, black); + --ink: color-mix(in oklab, var(--color) 5%, rgb(3, 3, 3)); --font: 100%/1.5 system-ui; --space: clamp(6px, 6px + 2vw, 15px); --line: 1px solid; @@ -123,3 +123,12 @@ img { border-top-left-radius: 15px; border-top-right-radius: 15px; } + +#branches-img, #readme-img { + min-height: 200px; + max-height: 300px; +} + +#branches-img { + object-fit: contain; +} From c8ccb8624a0ce94c9f0a0238b91221a52454b754 Mon Sep 17 00:00:00 2001 From: "TM.HO" <51426129+TzeMingHo@users.noreply.github.com> Date: Mon, 1 Sep 2025 16:03:16 +0100 Subject: [PATCH 06/17] create a form for username, email, color, and size with validation check --- Form-Controls/index.html | 52 +++++++++++++++++++++++++++++++++++++--- 1 file changed, 49 insertions(+), 3 deletions(-) diff --git a/Form-Controls/index.html b/Form-Controls/index.html index 65a866cdb..c007fc575 100644 --- a/Form-Controls/index.html +++ b/Form-Controls/index.html @@ -14,14 +14,60 @@