From 284ebe4727876799bbd697f82b1f20ad0dd7c555 Mon Sep 17 00:00:00 2001 From: Yesirah25 Date: Sun, 18 Jan 2026 18:16:48 +0000 Subject: [PATCH 1/2] I changed the content of the Wireframe/index.html file to introduce README files and Wireframes, providing brief explanations and links for further reading. Additionally, I made a minor update to the .git/config file by adding an incomplete line at the beginning. --- Wireframe/index.html | 38 +++++++++++++++++++++++++++++--------- 1 file changed, 29 insertions(+), 9 deletions(-) diff --git a/Wireframe/index.html b/Wireframe/index.html index 0e014e535..bfad80634 100644 --- a/Wireframe/index.html +++ b/Wireframe/index.html @@ -3,30 +3,50 @@ - Wireframe + + Developer Basics
-

Wireframe

+

Developer Basics

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

+ Introducing README files, Wireframes, and Git Branches + +

+
- -

Title

+

README Files

- Lorem ipsum dolor sit amet consectetur adipisicing elit. Quisquam, - voluptates. Quisquam, voluptates. + A README file is a text file that explains what a project is and how to use it. It explains the purpose of a project. + It also contains information about the project's dependencies, installation instructions, and usage examples.

+ Read more Read more +
+

Wireframes

+

+ A wireframe is a simple visual guide that represents the skeletal framework of a website or application. It is used to plan the layout and structure of a digital product before the actual design and development process begins. +

+ Read more + +
+ +
+

Git Branches

+

+ A Git branch is a separate line of development in a Git repository. It allows multiple developers to work on different features or bug fixes simultaneously without interfering with each other's work. +

+ Read more +
+
From 7207e3a55f65b036386a1af5f53452141d1b7f6f Mon Sep 17 00:00:00 2001 From: Yesirah25 Date: Sun, 18 Jan 2026 18:18:46 +0000 Subject: [PATCH 2/2] I changed the word dependencies to features in the README Files section to better reflect the content typically found in a README file. --- Wireframe/index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Wireframe/index.html b/Wireframe/index.html index bfad80634..6afa172d1 100644 --- a/Wireframe/index.html +++ b/Wireframe/index.html @@ -21,7 +21,7 @@

Developer Basics

README Files

A README file is a text file that explains what a project is and how to use it. It explains the purpose of a project. - It also contains information about the project's dependencies, installation instructions, and usage examples. + It also contains information about the project's features, installation instructions, and usage examples.

Read more Read more