From 0c4abe6ff0681d6aaf451aee9d1c5f0dfd7abf40 Mon Sep 17 00:00:00 2001 From: Abrsh100 Date: Fri, 23 Jan 2026 08:02:19 +0000 Subject: [PATCH 1/3] adding a paragraph --- Wireframe/index.html | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Wireframe/index.html b/Wireframe/index.html index 0e014e535..a299c4ee0 100644 --- a/Wireframe/index.html +++ b/Wireframe/index.html @@ -10,7 +10,8 @@

Wireframe

- This is the default, provided code and no changes have been made yet. + An article framework that gives a hint on the purpose of README, + Wireframe, and branches of Git..

From 5a23979c342961552a399a95c9fc53895976473a Mon Sep 17 00:00:00 2001 From: Abrsh100 Date: Fri, 23 Jan 2026 08:09:41 +0000 Subject: [PATCH 2/3] adding text to the paragrpah --- Wireframe/index.html | 53 ++++++++++++++++++++++++++++++++++++++++---- 1 file changed, 49 insertions(+), 4 deletions(-) diff --git a/Wireframe/index.html b/Wireframe/index.html index a299c4ee0..ec1353256 100644 --- a/Wireframe/index.html +++ b/Wireframe/index.html @@ -17,12 +17,57 @@

Wireframe

-

Title

+

The Purpose of Readme

- Lorem ipsum dolor sit amet consectetur adipisicing elit. Quisquam, - voluptates. Quisquam, voluptates. + A README file is typically the first file a reader encounters + when accessing a project. It contains essential information + about the codebase, software, game, or application. It also + provides instructions and guidelines on how to use, update, + or contribute to the project.

- Read more + +

The purpose of a README file is to serve as a roadmap for the developer + and other contributors. It helps them follow clear instructions to build + or maintain the project and offers insight into how the project is structured. + It also assists in debugging, making it easier to trace issues and understand + where each section of code is located. +

+

For end users, the README clarifies which + frameworks or programming languages were used, why those technologies were chosen, + and what inspired the creator to build the project. +

+ Read more +
+
+ +

The purpose of Wireframe

+

+ A wireframe is a visual sketch or layout of a website or web page + that is intended to be developed. It outlines the basic structure + and placement of elements before any design or coding begins. +

+

+ The purpose of a wireframe is to establish a clear hierarchy of information + on the developer’s site or page, considering that users typically begin scanning a + webpage from the upper-left corner. It simplifies communication between the developer + and the client by providing a shared visual reference, and it serves as a blueprint + for the project. +

+

+ Wireframes help developers organize content logically, + trace bugs more easily, and understand where each section + of code corresponds to the visual layout.

+ Read more +
+
+ +

Branches in Git

+

+ A branch in Git is a separate line of development that diverges from + the main repository. It acts as an isolated workspace where changes + can be made without affecting the original branch which is called main branch. +

+ Read more