diff --git a/Wireframe/index.html b/Wireframe/index.html index 0e014e535..76944fec3 100644 --- a/Wireframe/index.html +++ b/Wireframe/index.html @@ -10,24 +10,46 @@

Wireframe

- This is the default, provided code and no changes have been made yet. + This page explains key concepts used in web development and version control.

-
- -

Title

+
+
+ Illustration of a README file +

What is the purpose of a README file?

+

+ A README file explains what a project is, how to use it, and why it is useful. + It helps users and contributors understand how to get started and where to get help. +

+ Read More +
+ +
+ Illustration of a wireframe +

What is the purpose of a wireframe?

+

+ A wireframe is a basic illustration of a website or app. + They are used to design the layout, showing all elements of the page without going into details such as fonts and colours. +

+ Read More +
+ +
+ Illustration of a Git branch +

What is a branch in Git?

+

+ A branch in Git is like a separate workspace where you can make changes and try new ideas without affecting the main project. + Creating a branch allows you to make changes without affecting the original version. +

+ Read More +
+
+
+