From 9b80dc57f7c5533f8b883dcb8e76dbb67d38b00f Mon Sep 17 00:00:00 2001 From: Samual-Hu Date: Sat, 24 Jan 2026 15:57:36 +0000 Subject: [PATCH 1/3] Changed the header --- Wireframe/index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Wireframe/index.html b/Wireframe/index.html index 0e014e535..41cb7d18b 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 page talks about wireframe.

From 0a5863d9533db15ad668abeb5ee8233a8693e785 Mon Sep 17 00:00:00 2001 From: Samual-Hu Date: Wed, 4 Feb 2026 15:49:03 +0000 Subject: [PATCH 2/3] Completed Exercise --- Wireframe/index.html | 36 ++++++++++++++++++++++++++---------- Wireframe/style.css | 15 +++++++++++++++ 2 files changed, 41 insertions(+), 10 deletions(-) diff --git a/Wireframe/index.html b/Wireframe/index.html index 41cb7d18b..710d73d40 100644 --- a/Wireframe/index.html +++ b/Wireframe/index.html @@ -13,16 +13,32 @@

Wireframe

This page talks about wireframe.

-
-
- -

Title

-

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

- Read more -
+
+ + +
+ GitHub README image +

1. What is the purpose of a README file?

+

A README file provides essential information about a project, including its purpose, usage instructions, and setup requirements.

+ Read more +
+ + +
+ Wireframe example image +

2. What is the purpose of a wireframe?

+

A wireframe is a visual guide that represents the skeletal framework of a website or application, used to plan layout and functionality.

+ Read more +
+ + +
+ GitHub Branch explanation image +

3. What is a branch in Git?

+

A branch in Git is a separate line of development that allows you to work on different versions of a project simultaneously without affecting the main codebase.

+ Read more +
+