From 253925912ae129e0caaa9b5d1e7eb17836df5800 Mon Sep 17 00:00:00 2001
From: tesfathefture
Date: Wed, 28 May 2025 11:02:33 +0100
Subject: [PATCH 01/21] purpose of readme.
---
Wireframe/articles.md | 6 ++++++
1 file changed, 6 insertions(+)
create mode 100644 Wireframe/articles.md
diff --git a/Wireframe/articles.md b/Wireframe/articles.md
new file mode 100644
index 00000000..a73ec7a2
--- /dev/null
+++ b/Wireframe/articles.md
@@ -0,0 +1,6 @@
+1. What is the purpose of a README file?
+
+You can add a README file to your repository to tell other people why your project is useful, what they can do with your project, and how they can use it.
+
+1. What is the purpose of a wireframe?
+1. What is a branch in Git?
\ No newline at end of file
From 5d6ca7a4eaa36cedb834f838ad77796ecac30edf Mon Sep 17 00:00:00 2001
From: tesfathefture
Date: Sun, 8 Jun 2025 18:54:14 +0100
Subject: [PATCH 02/21] index.html
enhanced the visual representation
---
Wireframe/index.html | 142 ++++++++++++++++++++++++++++++++++++++-----
1 file changed, 126 insertions(+), 16 deletions(-)
diff --git a/Wireframe/index.html b/Wireframe/index.html
index 0e014e53..f61f5d39 100644
--- a/Wireframe/index.html
+++ b/Wireframe/index.html
@@ -1,33 +1,143 @@
-
+
- Wireframe
+ What is the purpose of a README file?
+
-
Wireframe
-
- This is the default, provided code and no changes have been made yet.
+
Wireframe
+
+ A wireframe is a basic visual guide used in design, especially in web and app development, to represent the structure and layout of a page or interface before the final design is created.
-
-
Title
+
+
Purpose of a README File
- Lorem ipsum dolor sit amet consectetur adipisicing elit. Quisquam,
- voluptates. Quisquam, voluptates.
+ A README file serves as the main introduction and documentation for a project, typically found in the root directory of software repositories (like those on GitHub).
A README file is a plain text or markdown (.md) file that provides essential information about a project. It's usually the first file someone reads when they encounter your repository—especially on platforms like GitHub, GitLab, or Bitbucket.
+
+
+
+
+
+
+
purpose of a wireframe
+
+ The purpose of a wireframe is to serve as a blueprint or visual guide for designing a website, app, or digital interface before any actual design or coding begins.
+
+
+ Read More
+
A wireframe is a simplified visual representation of a user interface that outlines the layout and structure of content and elements on a screen, without focusing on design details like color, style, or graphics.
+
+
+
+
+
+
+
+
+
a branch in Git
+
+ A branch in Git is essentially a lightweight, movable pointer to a commit. It allows you to work on different versions of a project without affecting the main codebase.
+
+
+ Read More
+
A Git branch is a lightweight movable reference to a specific commit. It allows you to isolate your work from the main line of development.
+
+
+
-
+
+
From 53ec74bda2d67781ea0127dbb089e3ac6415a64f Mon Sep 17 00:00:00 2001
From: tesfathefture
Date: Sun, 8 Jun 2025 19:10:55 +0100
Subject: [PATCH 03/21] index.html
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
Revised the content of index.html to improve clarity, structure, and presentation across the homepage. Updates include rewriting text for better readability, organizing sections more effectively, and ensuring that all information is accurate and relevant to the website’s purpose.
---
Form-Controls/index.html | 70 +++++++++++++++++++++++++++++++++-------
1 file changed, 58 insertions(+), 12 deletions(-)
diff --git a/Form-Controls/index.html b/Form-Controls/index.html
index 65a866cd..17995b83 100644
--- a/Form-Controls/index.html
+++ b/Form-Controls/index.html
@@ -9,19 +9,65 @@
-