From 93f5f9b445e9b30131a3d0c4986daec21e3b5368 Mon Sep 17 00:00:00 2001 From: ahma deeb Date: Fri, 20 Feb 2026 14:41:25 +0100 Subject: [PATCH 1/3] add wireframe page structure --- Wireframe/index.html | 64 +++++++++++++++++++++++++------------------- 1 file changed, 36 insertions(+), 28 deletions(-) diff --git a/Wireframe/index.html b/Wireframe/index.html index 0e014e535..270251524 100644 --- a/Wireframe/index.html +++ b/Wireframe/index.html @@ -1,33 +1,41 @@ - - - + + + Wireframe - - - + +
-

Wireframe

-

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

+

page tittle

+

short description of the page

-
-
- -

Title

-

- Lorem ipsum dolor sit amet consectetur adipisicing elit. Quisquam, - voluptates. Quisquam, voluptates. -

- Read more -
-
- - - +
+
+
+

article tittle

+

article summary

+ + +
+ +
+ + +
+ + + + + + + + + + + + \ No newline at end of file From 4d1d1d64fa36cb79437c19401e0511b817cfc61c Mon Sep 17 00:00:00 2001 From: ahma deeb Date: Fri, 20 Feb 2026 14:55:53 +0100 Subject: [PATCH 2/3] add wireframe structure --- Wireframe/{index.html => index.html.2/new} | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename Wireframe/{index.html => index.html.2/new} (100%) diff --git a/Wireframe/index.html b/Wireframe/index.html.2/new similarity index 100% rename from Wireframe/index.html rename to Wireframe/index.html.2/new From 8e49a9ea3fd3bf0ebc8c085441b233f3f76d2628 Mon Sep 17 00:00:00 2001 From: ahma deeb Date: Fri, 20 Feb 2026 22:26:19 +0100 Subject: [PATCH 3/3] structure changes --- Wireframe/index.html.2/new | 82 ++++++++++++++++++++++---------------- 1 file changed, 47 insertions(+), 35 deletions(-) diff --git a/Wireframe/index.html.2/new b/Wireframe/index.html.2/new index 270251524..0c59b2517 100644 --- a/Wireframe/index.html.2/new +++ b/Wireframe/index.html.2/new @@ -1,41 +1,53 @@ - - - + + + Wireframe - - + + +
-

page tittle

-

short description of the page

+

Wireframe

+

undertanding README files , Wireframes, and Git branches

+
-
-
-
-

article tittle

-

article summary

- - -
- -
- - -
-
-

- links -

-
- - - - - - - - - - +
+
+
+

What is a README File?

+

+ A README file is a document that explains what the project does .
how to install it, how to use it, + and other important information for users and developers. +

+ Read more +
+ +
+

What is a Wireframe

+

+ A Wireframe is a simple visiual layout of a webpage, it shows where elemnts like text , images and buttons + will be placed before the final design is created. +

+ learn more +
+ +
+

+ What is a branch in Git? +

+

A branch in Git allows developers to work on different versions of project at the same time.

+ Learn more +
+
+ + +
+ + + \ No newline at end of file