Title
-- Lorem ipsum dolor sit amet consectetur adipisicing elit. Quisquam, - voluptates. Quisquam, voluptates. -
- Read more -diff --git a/Wireframe/images/git.webp b/Wireframe/images/git.webp new file mode 100644 index 000000000..779928a41 Binary files /dev/null and b/Wireframe/images/git.webp differ diff --git a/Wireframe/images/readme.png b/Wireframe/images/readme.png new file mode 100644 index 000000000..b7af6f648 Binary files /dev/null and b/Wireframe/images/readme.png differ diff --git a/Wireframe/images/wireframe-hero.png b/Wireframe/images/wireframe-hero.png new file mode 100644 index 000000000..95d28083c Binary files /dev/null and b/Wireframe/images/wireframe-hero.png differ diff --git a/Wireframe/index.html b/Wireframe/index.html index 0e014e535..64f04f48a 100644 --- a/Wireframe/index.html +++ b/Wireframe/index.html @@ -1,33 +1,97 @@ -
- - -- This is the default, provided code and no changes have been made yet. -
-A blog on learning programming
+- Lorem ipsum dolor sit amet consectetur adipisicing elit. Quisquam, - voluptates. Quisquam, voluptates. -
- Read more -
+ + according to GitHub Docs, a README file serves as the primary source of information about a project + and + helps users understand how to install, use, and contribute to it (GitHub Docs, n.d.). +
++ A README file is one of the most important documents within a software + project. It is usually the first file that users, developers, recruiters, + or potential employers look at when they visit a project's repository. + The name "README" comes from the idea that it should be the file people + read before doing anything else with the project. +
+ README file ... +
+ + A wireframe is a simple visual representation of a website or application's layout. It acts as a + blueprint. +
+Figma describes a wireframe as a low-fidelity representation of a user interface that focuses on + layout, + structure, and functionality before visual design decisions are made (Figma, n.d.).
+ Wireframes +
+ Git documentation explains that branches allow developers to diverge from the main line of + development + and work independently on features before merging their changes back into the project + (Git SCM, n.d.).
++
+ A branch in Git is a separate line of development that allows developers to + work on changes independently without affecting the main project. +
+ Git + branching +