From 831349e07a24197967ba4e3db5d05101c53ccbf3 Mon Sep 17 00:00:00 2001 From: MacDonald91 Date: Mon, 26 Jan 2026 11:52:41 +0000 Subject: [PATCH] Complete wireframe onbaording task --- Wireframe/index.html | 72 +++++++++++++++++++++++++++++++++++--------- 1 file changed, 57 insertions(+), 15 deletions(-) diff --git a/Wireframe/index.html b/Wireframe/index.html index 0e014e535..8bdee727e 100644 --- a/Wireframe/index.html +++ b/Wireframe/index.html @@ -3,31 +3,73 @@ - Wireframe + Wireframe Exercise + -
-

Wireframe

-

- This is the default, provided code and no changes have been made yet. -

-
+ +
+

Web Development Basics

+

+ This page explains the purpose of a README file, a wireframe, and a Git + branch. +

+
+ +
+ Illustration representing a README file +

Purpose of a README file

+

+ A README file explains what a project is, how it works, and how to use + it. It helps other developers understand the project quickly. +

+ + Read more + +
+ +
+ Illustration showing a wireframe layout +

Purpose of a wireframe

+

+ A wireframe is a simple visual plan of a webpage. It shows the layout + and structure before colours, images, or styling are added. +

+ + Read more + +
+
- -

Title

+ Illustration representing a Git branch +

What is a Git branch?

- Lorem ipsum dolor sit amet consectetur adipisicing elit. Quisquam, - voluptates. Quisquam, voluptates. + A Git branch allows developers to work on changes safely without + affecting the main code until the work is ready.

- Read more + + Read more +
+