From d8567b6b280598fd3b1fdaa7d0ef57c04cf41589 Mon Sep 17 00:00:00 2001
From: Gideon Defar
Date: Thu, 12 Jun 2025 14:36:24 +0100
Subject: [PATCH 02/15] add box two
---
Wireframe/index.html | 13 +++++++++++--
1 file changed, 11 insertions(+), 2 deletions(-)
diff --git a/Wireframe/index.html b/Wireframe/index.html
index 090f9f81..d95bee98 100644
--- a/Wireframe/index.html
+++ b/Wireframe/index.html
@@ -23,7 +23,16 @@ Title
+
+
+ Title
+
+ Lorem ipsum dolor sit amet consectetur adipisicing elit. Quisquam,
+ voluptates. Quisquam, voluptates.
+
+ Read more
+
+
Title
@@ -32,7 +41,7 @@
Title
Read more
-
+
- Title
+ What is the purpose of a README file?
Lorem ipsum dolor sit amet consectetur adipisicing elit. Quisquam,
voluptates. Quisquam, voluptates.
From f46873526afe025a4a0d5a5b6d987ee028ff372b Mon Sep 17 00:00:00 2001
From: Gideon Defar
Date: Thu, 12 Jun 2025 15:19:38 +0100
Subject: [PATCH 05/15] add title 2
---
Wireframe/index.html | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/Wireframe/index.html b/Wireframe/index.html
index d6af0b11..240b33e3 100644
--- a/Wireframe/index.html
+++ b/Wireframe/index.html
@@ -16,7 +16,7 @@ Wireframe
- Title
+ What is the purpose of a README file?
Lorem ipsum dolor sit amet consectetur adipisicing elit. Quisquam,
voluptates. Quisquam, voluptates.
@@ -25,7 +25,7 @@
Title
- What is the purpose of a README file?
+ What is the purpose of a wireframe?
Lorem ipsum dolor sit amet consectetur adipisicing elit. Quisquam,
voluptates. Quisquam, voluptates.
From 9c3a2d7e1401e392dff38d7f1724f629850950a3 Mon Sep 17 00:00:00 2001
From: Gideon Defar
Date: Thu, 12 Jun 2025 15:20:44 +0100
Subject: [PATCH 06/15] add title 3
---
Wireframe/index.html | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/Wireframe/index.html b/Wireframe/index.html
index 240b33e3..92f8bb96 100644
--- a/Wireframe/index.html
+++ b/Wireframe/index.html
@@ -34,7 +34,7 @@ What is the purpose of a wireframe?
- Title
+ What is a branch in Git?
Lorem ipsum dolor sit amet consectetur adipisicing elit. Quisquam,
voluptates. Quisquam, voluptates.
From 9a525c98c91edf3b40d1f6a5d0d663379d7520bf Mon Sep 17 00:00:00 2001
From: Gideon Defar
Date: Thu, 12 Jun 2025 15:26:10 +0100
Subject: [PATCH 07/15] add paragraph 3
---
Wireframe/index.html | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/Wireframe/index.html b/Wireframe/index.html
index 92f8bb96..d1359423 100644
--- a/Wireframe/index.html
+++ b/Wireframe/index.html
@@ -36,8 +36,8 @@ What is the purpose of a wireframe?
What is a branch in Git?
- Lorem ipsum dolor sit amet consectetur adipisicing elit. Quisquam,
- voluptates. Quisquam, voluptates.
+ A branch in Git is a separate line of development,
+ allowing you to work on changes without affecting the main code.
Read more
From 17a34c44a277c63696dbae1a6d6c34b2e095cf36 Mon Sep 17 00:00:00 2001
From: Gideon Defar
Date: Thu, 12 Jun 2025 15:27:29 +0100
Subject: [PATCH 08/15] add paragraph 2
---
Wireframe/index.html | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/Wireframe/index.html b/Wireframe/index.html
index d1359423..a34e143a 100644
--- a/Wireframe/index.html
+++ b/Wireframe/index.html
@@ -27,8 +27,8 @@ What is the purpose of a README file?
What is the purpose of a wireframe?
- Lorem ipsum dolor sit amet consectetur adipisicing elit. Quisquam,
- voluptates. Quisquam, voluptates.
+ A wireframe shows the basic layout and structure of a webpage or app,
+ helping plan design and functionality before development.
Read more
From d4e416d7dcf2dc83230d4c5a501e52540c272821 Mon Sep 17 00:00:00 2001
From: Gideon Defar