From 106549dacd43acbdd3cb8de350c695111bf2425d Mon Sep 17 00:00:00 2001 From: ebrahimmoqbel Date: Tue, 13 Jan 2026 17:05:39 +0000 Subject: [PATCH 01/18] Git difinition and purpose --- Wireframe/articles.md | 0 1 file changed, 0 insertions(+), 0 deletions(-) create mode 100644 Wireframe/articles.md diff --git a/Wireframe/articles.md b/Wireframe/articles.md new file mode 100644 index 000000000..e69de29bb From 08737b5754182b3598fdb018f5b6b42cff97b344 Mon Sep 17 00:00:00 2001 From: ebrahimmoqbel Date: Tue, 13 Jan 2026 17:12:36 +0000 Subject: [PATCH 02/18] Git difinition and purpose --- Wireframe/articles.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/Wireframe/articles.md b/Wireframe/articles.md index e69de29bb..45c22071a 100644 --- a/Wireframe/articles.md +++ b/Wireframe/articles.md @@ -0,0 +1,8 @@ +What is Git and why is it used? + +Git is a version control system used for tracking changes in computer files. It is generally used for source code management in software development. + +Git is used to tracking changes in the source code +The distributed version control tool is used for source code management +It allows multiple developers to work together +It supports non-linear development through its thousands of parallel branches \ No newline at end of file From 9e2e03cdd25a5b1fe8601e4ed116bc9f57df0aa2 Mon Sep 17 00:00:00 2001 From: ebrahimmoqbel Date: Sat, 24 Jan 2026 15:48:21 +0000 Subject: [PATCH 03/18] content of the page --- Wireframe/index.html | 47 ++++++++++++++++++++++++++++++++++++-------- 1 file changed, 39 insertions(+), 8 deletions(-) diff --git a/Wireframe/index.html b/Wireframe/index.html index 0e014e535..183f72b7f 100644 --- a/Wireframe/index.html +++ b/Wireframe/index.html @@ -8,21 +8,52 @@
-

Wireframe

-

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

+

The struggle of coding

+

+ I will succeed + +

+
+ +
+ +

What is the Purpose of a README file

+

+ README files typically include information on: + -What the project does + -Why the project is useful + -how users can get started with the project + -Where users can get help with your project + -Who maintains and contributes to the project + +

+ Read more +
+ +
+ +

What is a branch in Git

+

+ In Git, a branch is like a separate workspace where you can make changes and try new ideas without affecting the main project. Think of it as a "parallel universe" for your code. + +

+ Read more + +
+ +
-

Title

+

What is the purpose of wireframe

- Lorem ipsum dolor sit amet consectetur adipisicing elit. Quisquam, - voluptates. Quisquam, voluptates. + A wireframe is the skeleton of your digital project. Think of it as the foundation for your website, app, or dashboard. It focuses on layout, and content placement—not on colors, fonts, or any visual polish.

- Read more + Read more +
+