From b4b255f2136b7767db0f5e323d498dff5479077d Mon Sep 17 00:00:00 2001 From: Rhoda Ajiroba Date: Mon, 8 Jun 2026 03:04:23 +0100 Subject: [PATCH 01/14] Update header with project title and description --- Wireframe/index.html | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/Wireframe/index.html b/Wireframe/index.html index 0e014e535..c14e6872d 100644 --- a/Wireframe/index.html +++ b/Wireframe/index.html @@ -8,10 +8,8 @@
-

Wireframe

-

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

+

Understanding Developer Tools

+

A simple guide to README files, wireframes, and Git branches.

From 9c13ced120e503a922f6ae55374b149ca7ddc89b Mon Sep 17 00:00:00 2001 From: Rhoda Ajiroba Date: Mon, 8 Jun 2026 03:07:25 +0100 Subject: [PATCH 02/14] Update header with project title and description --- Wireframe/index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Wireframe/index.html b/Wireframe/index.html index c14e6872d..96206e39e 100644 --- a/Wireframe/index.html +++ b/Wireframe/index.html @@ -9,7 +9,7 @@

Understanding Developer Tools

-

A simple guide to README files, wireframes, and Git branches.

+

A simple guide to README files, wireframes, and the Git branches.

From 2b9b028130972a7d210506809784c385c25dc3cd Mon Sep 17 00:00:00 2001 From: Rhoda Ajiroba Date: Mon, 8 Jun 2026 03:13:55 +0100 Subject: [PATCH 03/14] Add first article about README files --- Wireframe/index.html | 11 ++++------- 1 file changed, 4 insertions(+), 7 deletions(-) diff --git a/Wireframe/index.html b/Wireframe/index.html index 96206e39e..26cedc536 100644 --- a/Wireframe/index.html +++ b/Wireframe/index.html @@ -13,13 +13,10 @@

Understanding Developer Tools

- -

Title

-

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

- Read more + README file illustration +

What is the purpose of a README file? +

A README explains what a project does, how to install it, and how to use it.

+ Learn more

From 1ef7858f0d8846b65bf24f7bff00b733bbb57217 Mon Sep 17 00:00:00 2001 From: Rhoda Ajiroba Date: Mon, 8 Jun 2026 03:16:49 +0100 Subject: [PATCH 04/14] Add second article about wireframes --- Wireframe/index.html | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/Wireframe/index.html b/Wireframe/index.html index 26cedc536..c9e6507d5 100644 --- a/Wireframe/index.html +++ b/Wireframe/index.html @@ -18,6 +18,13 @@

What is the purpose of a README file?

A README explains what a project does, how to install it, and how to use it.

Learn more

+
+ Wireframe sketch +

What is the purpose of a wireframe?

+

A wireframe shows the layout of a webpage before coding begins. It helps developers plan structure and content.

+ Learn more +
+

From 6e0115be02b3bceef1ee75448505317b08a97080 Mon Sep 17 00:00:00 2001 From: Rhoda Ajiroba Date: Mon, 8 Jun 2026 03:20:12 +0100 Subject: [PATCH 05/14] Add third article about Git branches --- Wireframe/index.html | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/Wireframe/index.html b/Wireframe/index.html index c9e6507d5..444ae6d83 100644 --- a/Wireframe/index.html +++ b/Wireframe/index.html @@ -18,6 +18,7 @@

What is the purpose of a README file?

A README explains what a project does, how to install it, and how to use it.

Learn more

+
Wireframe sketch

What is the purpose of a wireframe?

@@ -25,6 +26,13 @@

What is the purpose of a wireframe?

Learn more
+
+ Git branch diagram +

What is a branch in Git?

+

A branch allows you to work on new features without affecting the main codebase.

+ Learn more +
+