From 53be43baebaf22bccbf6e521949f4517ffb23f70 Mon Sep 17 00:00:00 2001 From: JorvanW Date: Wed, 20 May 2026 14:43:12 +0100 Subject: [PATCH 1/4] Updated Wireframe/index.html with images and text about README file, Wireframe and Git Branch. --- Wireframe/index.html | 33 ++++++++++++++++++++++----------- 1 file changed, 22 insertions(+), 11 deletions(-) diff --git a/Wireframe/index.html b/Wireframe/index.html index 0e014e535..fc123a3f1 100644 --- a/Wireframe/index.html +++ b/Wireframe/index.html @@ -6,28 +6,39 @@ Wireframe +
-

Wireframe

-

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

+

Wireframe Task

- -

Title

+ +

README file

- Lorem ipsum dolor sit amet consectetur adipisicing elit. Quisquam, - voluptates. Quisquam, voluptates. + ReadME file is a plain text document that is used as a user manual or official document for a project. This file is useful because it helps communicate important information to those using or collaborating the project. +

+ Read more +
+
+ +

Wireframe

+

+ A wireframe is a minimal skeletal blueprint of a website or app interface. It is important in order to plan a project in advance. +

+ Read more +
+
+ +
Git Branch
+

+ In Git a branch is a identical copy of a projects code which is then used to make changes on without having any affect on the main original project.

Read more
From 8b27fe2988f1738aa99035d38548f59e6aca3079 Mon Sep 17 00:00:00 2001 From: JorvanW Date: Wed, 20 May 2026 14:51:55 +0100 Subject: [PATCH 2/4] Fixed insequential numbering of headings. --- Wireframe/index.html | 4 ++-- Wireframe/style.css | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Wireframe/index.html b/Wireframe/index.html index fc123a3f1..7c3559f1c 100644 --- a/Wireframe/index.html +++ b/Wireframe/index.html @@ -22,7 +22,7 @@

README file

-

Wireframe

+

Wireframe

A wireframe is a minimal skeletal blueprint of a website or app interface. It is important in order to plan a project in advance.

@@ -30,7 +30,7 @@

Wireframe

-
Git Branch
+

Git Branch

In Git a branch is a identical copy of a projects code which is then used to make changes on without having any affect on the main original project.

diff --git a/Wireframe/style.css b/Wireframe/style.css index be835b6c7..fac64de40 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(29, 29, 29)); --font: 100%/1.5 system-ui; --space: clamp(6px, 6px + 2vw, 15px); --line: 1px solid; From cbed11387b6f1c441d08726dcc44fe595359e5d3 Mon Sep 17 00:00:00 2001 From: JorvanW Date: Wed, 20 May 2026 15:11:02 +0100 Subject: [PATCH 3/4] Added links to the read more sections of the index.html file and made some changes to the style.css file to make it look better. --- Wireframe/index.html | 6 +++--- Wireframe/style.css | 4 ++-- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/Wireframe/index.html b/Wireframe/index.html index 7c3559f1c..f38abd365 100644 --- a/Wireframe/index.html +++ b/Wireframe/index.html @@ -18,7 +18,7 @@

README file

ReadME file is a plain text document that is used as a user manual or official document for a project. This file is useful because it helps communicate important information to those using or collaborating the project.

- Read more + Read more
@@ -26,7 +26,7 @@

Wireframe

A wireframe is a minimal skeletal blueprint of a website or app interface. It is important in order to plan a project in advance.

- Read more + Read more
@@ -34,7 +34,7 @@

Git Branch

In Git a branch is a identical copy of a projects code which is then used to make changes on without having any affect on the main original project.

- Read more + Read more