From 08a6daee37eeaae70bd5479f6a3ab2a83c067f19 Mon Sep 17 00:00:00 2001
From: YoditE
Date: Sat, 30 May 2026 16:23:34 +0100
Subject: [PATCH 1/4] Complete readme article
---
Wireframe/index.html | 10 +++++-----
1 file changed, 5 insertions(+), 5 deletions(-)
diff --git a/Wireframe/index.html b/Wireframe/index.html
index 0e014e535..5753b11a6 100644
--- a/Wireframe/index.html
+++ b/Wireframe/index.html
@@ -15,13 +15,13 @@ Wireframe
-
- Title
+
+ What is the purpose of a README file?
- Lorem ipsum dolor sit amet consectetur adipisicing elit. Quisquam,
- voluptates. Quisquam, voluptates.
+ A README file explains what a project is, how to install it, and how to use it.
+ It helps developers understand the project quickly and provides important instructions.
- Read more
+ Read more
+ Read more
+
+
+
From 5878f130b95d07c42c2e7cae72fd50ba33646485 Mon Sep 17 00:00:00 2001
From: YoditE
Date: Sun, 31 May 2026 22:33:18 +0100
Subject: [PATCH 4/4] Complete wireframe project
---
Wireframe/index.html | 12 ++++++------
Wireframe/style.css | 6 ++++++
2 files changed, 12 insertions(+), 6 deletions(-)
diff --git a/Wireframe/index.html b/Wireframe/index.html
index 15b6c1955..968ab57fc 100644
--- a/Wireframe/index.html
+++ b/Wireframe/index.html
@@ -10,7 +10,7 @@
Wireframe
- This is the default, provided code and no changes have been made yet.
+ This webpage explains the purpose of README files, wireframes, and Git branches in web development.
@@ -25,7 +25,7 @@ What is the purpose of a README file?
Read more
- q
+
What is the purpose of a wireframe?
@@ -38,17 +38,17 @@
What is the purpose of a wireframe?
Read more
- q
+
What is a branch in Git?
-
+
A Git branch allows developers to work on new features without changing the main version of a project.
Changes can be tested and merged later when they are ready.
-
+
Read more
@@ -56,7 +56,7 @@ What is a branch in Git?