diff --git a/Wireframe/Readme.png b/Wireframe/Readme.png new file mode 100644 index 000000000..c83cbfcfd Binary files /dev/null and b/Wireframe/Readme.png differ diff --git a/Wireframe/Wireframe1.png b/Wireframe/Wireframe1.png new file mode 100644 index 000000000..3b9177fa8 Binary files /dev/null and b/Wireframe/Wireframe1.png differ diff --git a/Wireframe/git_branch.png b/Wireframe/git_branch.png new file mode 100644 index 000000000..3ffd45196 Binary files /dev/null and b/Wireframe/git_branch.png differ diff --git a/Wireframe/index.html b/Wireframe/index.html index 0e014e535..fa2fd443f 100644 --- a/Wireframe/index.html +++ b/Wireframe/index.html @@ -10,24 +10,47 @@

Wireframe

- This is the default, provided code and no changes have been made yet. + An Article about the purpose of a readme file ,and a wireframe, + and also on what a Git branch is and how to use it.

- -

Title

+ A readme diagram +

What is the Purpose of a Readme File?

- Lorem ipsum dolor sit amet consectetur adipisicing elit. Quisquam, - voluptates. Quisquam, voluptates. + The purpose of a readme file is to provide, + information about a project.

- Read more + Read more +
+
+ A Wireframe diagram +

What is the Purpose of a Wireframe?

+

+ In short, a wireframe’s purpose is to visualize the skeleton of a digital product, + helping teams plan, test, and communicate ideas efficiently before moving to detailed design. +

+ Read more +
+
+ A Git branch diagram +

What Is a Git Branch?

+

+ 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