diff --git a/Wireframe/index.html b/Wireframe/index.html index 0e014e535..21c91aaf7 100644 --- a/Wireframe/index.html +++ b/Wireframe/index.html @@ -7,27 +7,48 @@ -
-

Wireframe

+
+

Understanding README, Wireframes, and Git Branches

- This is the default, provided code and no changes have been made yet. + Learn about the essential tools used by developers to plan, document, and collaborate in web projects.

+
- -

Title

+ README illustration +

What is the purpose of a README file?

- Lorem ipsum dolor sit amet consectetur adipisicing elit. Quisquam, - voluptates. Quisquam, voluptates. + A README file explains what your project is, how to install and use it, and any other important info.

- Read more + Learn more +
+ +
+ Wireframe illustration +

What is the purpose of a wireframe?

+

+ A wireframe is a simple sketch of your website layout, used to plan structure before building it. +

+ Learn more +
+ +
+ Git branch illustration +

What is a branch in Git?

+

+ A branch in Git lets you make changes to your code without changing the main project. It's great for testing features. +

+ Learn more
-