diff --git a/Wireframe/branch.png b/Wireframe/branch.png new file mode 100644 index 000000000..76a82060d Binary files /dev/null and b/Wireframe/branch.png differ diff --git a/Wireframe/index.html b/Wireframe/index.html index 0e014e535..306572dd7 100644 --- a/Wireframe/index.html +++ b/Wireframe/index.html @@ -3,31 +3,54 @@
+An article about wireframe,readme file and branch on what they are and how they work.
+
+ - This is the default, provided code and no changes have been made yet. + A README file provides key information about a project. It explains what + the project does, how to install and use it, any required tools or + libraries, and how others can contribute. It helps new users or + developers understand the project quickly.
- -
+ - Lorem ipsum dolor sit amet consectetur adipisicing elit. Quisquam, - voluptates. Quisquam, voluptates. + A wireframe is a simple visual layout that outlines the structure of a + webpage or app. It focuses on content placement and user flow rather + than design. Wireframes help teams plan, communicate, and test ideas + before moving to detailed design or development
- Read more - - - + Explore more about wireframes +
+ + A branch in Git is a separate workspace used to develop new features + or fix issues without changing the main code. It allows developers to + work independently, test safely, and later merge changes into the main + project when ready. +
+ Understand Git branches +