Title
-- Lorem ipsum dolor sit amet consectetur adipisicing elit. Quisquam, - voluptates. Quisquam, voluptates. -
- Read more -diff --git a/Wireframe/git-branch.png b/Wireframe/git-branch.png new file mode 100644 index 000000000..71b746b95 Binary files /dev/null and b/Wireframe/git-branch.png differ diff --git a/Wireframe/index.html b/Wireframe/index.html index 0e014e535..6746206a3 100644 --- a/Wireframe/index.html +++ b/Wireframe/index.html @@ -1,33 +1,107 @@ -
- - -- This is the default, provided code and no changes have been made yet. -
-- Lorem ipsum dolor sit amet consectetur adipisicing elit. Quisquam, - voluptates. Quisquam, voluptates. -
- Read more -+ This article explores three important concepts used in software + development: README files, Wireframes and Git branches. +
+ ++ Code adapted and changed by Juanita. +
+
+
+ + A README file is usually the first document people see when they visit a + project. It provides an overview of the project, explains its purpose, + gives installation instructions and helps users understand how to use + the software. +
+ ++ A well-written README makes it easier for developers and contributors + to understand and work with a project. +
+ + + Learn more about README files + +
+
+ + A wireframe is a simple visual representation of a webpage or + application. It focuses on structure and layout rather than colours, + images or final design elements. +
+ ++ Fun fact: designers also use wireframes to plan where content, navigation + and key features will appear before development begins. +
+ + + Learn more about wireframes + +
+
+ + A Git branch is an independent line of development within a Git + repository. It allows developers to work on new features, bug fixes + or experiments without affecting the main version of the project. +
+ ++ Once the work is complete and tested, the branch can be merged back + into the main codebase. +
+ + + Learn more about Git branches + +