From 7a56285bc5fc2c35d7156f1db5205f4982ebbe6f Mon Sep 17 00:00:00 2001
From: KayanatSuleman
Date: Thu, 22 Jan 2026 21:10:37 +0000
Subject: [PATCH 1/8] Create three articles explaining README, wireframes, and
Git branches
---
Wireframe/README.md | 2 +-
Wireframe/index.html | 20 +++++++++++++++++++-
2 files changed, 20 insertions(+), 2 deletions(-)
diff --git a/Wireframe/README.md b/Wireframe/README.md
index 0ae0216d1..13ba3e1b3 100644
--- a/Wireframe/README.md
+++ b/Wireframe/README.md
@@ -15,7 +15,7 @@ There are some provided HTML and CSS files you can use to get started. You can u
- [ ] Use semantic HTML tags to structure the webpage
-- [ ] Create three articles, each including a title, summary, and a link
+- [x] Create three articles, each including a title, summary, and a link
- [ ] Check a webpage against a wireframe layout
- [ ] Test web code using [Lighthouse](https://programming.codeyourfuture.io/guides/testing/lighthouse)
- [ ] Use version control by committing often and pushing regularly to GitHub
diff --git a/Wireframe/index.html b/Wireframe/index.html
index 0e014e535..f6601fe84 100644
--- a/Wireframe/index.html
+++ b/Wireframe/index.html
@@ -16,7 +16,25 @@
Wireframe
-
Title
+
What is the purpose of a README file?
+
+ Lorem ipsum dolor sit amet consectetur adipisicing elit. Quisquam,
+ voluptates. Quisquam, voluptates.
+
- This is the default, provided code and no changes have been made yet.
-
-
-
-
-
-
What is the purpose of a README file?
+
+
+
+
+
+ Wireframe
+
+
+
+
+
Wireframe
- Lorem ipsum dolor sit amet consectetur adipisicing elit. Quisquam,
- voluptates. Quisquam, voluptates.
+ This is the default, provided code and no changes have been made yet.
- Lorem ipsum dolor sit amet consectetur adipisicing elit. Quisquam,
- voluptates. Quisquam, voluptates.
+ A ReadMe file explains what a project is, how set it up and how to use it.