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..17f1fe2fc 100644 --- a/Wireframe/index.html +++ b/Wireframe/index.html @@ -4,30 +4,53 @@ Wireframe - +

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
diff --git a/Wireframe/style.css b/Wireframe/styles.css similarity index 99% rename from Wireframe/style.css rename to Wireframe/styles.css index be835b6c7..1585c4ab4 100644 --- a/Wireframe/style.css +++ b/Wireframe/styles.css @@ -86,4 +86,4 @@ article { > img { grid-column: span 3; } -} +} \ No newline at end of file