From 4969624972a6a351d5c91a7dd9c8cffd856a4119 Mon Sep 17 00:00:00 2001 From: tema0829 Date: Sun, 13 Oct 2024 10:14:37 +0100 Subject: [PATCH 1/5] Skeleton page code, no styling added --- Wireframe/index.html | 39 +++++++++++++++++++++++++++++++++++++-- 1 file changed, 37 insertions(+), 2 deletions(-) diff --git a/Wireframe/index.html b/Wireframe/index.html index 67544158..d54f1e60 100644 --- a/Wireframe/index.html +++ b/Wireframe/index.html @@ -7,7 +7,42 @@ - - +

Page Title

+

Add short description

+ + +
+
+ +

Article Title

+
+

Article Summary

+ link text +
+ + +
+
+ +

Article Title

+
+

Article Summary

+ link text +
+ + +
+
+ +

Article Title

+
+

Article Summary

+ link text +
+ + Date: Sun, 13 Oct 2024 15:00:55 +0100 Subject: [PATCH 2/5] Adding text information and images to the page title, articles and footer. --- Wireframe/index.html | 42 ++++++++++++++++++++++++++---------------- 1 file changed, 26 insertions(+), 16 deletions(-) diff --git a/Wireframe/index.html b/Wireframe/index.html index d54f1e60..9715eb5a 100644 --- a/Wireframe/index.html +++ b/Wireframe/index.html @@ -7,42 +7,52 @@ -

Page Title

-

Add short description

+ +

What is Git and why is it so important?

+

Git is an important part of coding. + To understand what Git is and why it is important - read the articles below.

- -

Article Title

+ +

What is Git?

-

Article Summary

- link text +

Git is a modern version control system that is open source. + It is able to track changes of a file system, keeping track of what files are in the repository during different versions of the project. +

+ +
- -

Article Title

+ +

Why do developers need Git?

-

Article Summary

- link text +

Developers can create repositories with branches, commits and code. + Git allows developers to collaborae on projects without it affecting the final project. +

+
- -

Article Title

+ +

What is a branch in Git?

-

Article Summary

- link text +

Git branches provide snapshots of changes made to your code, pointing to commits. + They can be used for small or large features you want to introduce to your code. + The local or remote branches can eventually be merged to the main branch, once you are happy with the features created. +

+
Date: Sun, 13 Oct 2024 15:57:40 +0100 Subject: [PATCH 3/5] Flex-box container added for last two articles. Classes added for styling --- Wireframe/index.html | 84 ++++++++++++++++++++++++-------------------- 1 file changed, 45 insertions(+), 39 deletions(-) diff --git a/Wireframe/index.html b/Wireframe/index.html index 9715eb5a..683b5c91 100644 --- a/Wireframe/index.html +++ b/Wireframe/index.html @@ -4,51 +4,57 @@ Wireframe - + -

What is Git and why is it so important?

-

Git is an important part of coding. - To understand what Git is and why it is important - read the articles below.

+
+

What is Git and why is it so important?

+

Git is an important part of coding. + To understand what Git is and why it is important - read the articles below.

+
- -
-
- -

What is Git?

-
-

Git is a modern version control system that is open source. - It is able to track changes of a file system, keeping track of what files are in the repository during different versions of the project. -

- - -
+
+ +
+
+ +

What is Git?

+
+

Git is a modern version control system that is open source. + It is able to track changes of a file system, keeping track of what files are in the repository during different versions of the project. +

+ + +
- -
-
- -

Why do developers need Git?

-
-

Developers can create repositories with branches, commits and code. - Git allows developers to collaborae on projects without it affecting the final project. -

- -
+
+ +
+
+ +

Why do developers need Git?

+
+

Developers can create repositories with branches, commits and code. + Git allows developers to collaborae on projects without it affecting the final project. +

+ +
- -
-
- -

What is a branch in Git?

-
-

Git branches provide snapshots of changes made to your code, pointing to commits. - They can be used for small or large features you want to introduce to your code. - The local or remote branches can eventually be merged to the main branch, once you are happy with the features created. -

- -
+ +
+
+ +

What is a branch in Git?

+
+

Git branches provide snapshots of changes made to your code, pointing to commits. + They can be used for small or large features you want to introduce to your code. + The local or remote branches can eventually be merged to the main branch, once you are happy with the features created. +

+ +
+
+