From 0902c84c7d3797255e1b511671e2ea5cf73b282e Mon Sep 17 00:00:00 2001 From: TaliaK Date: Sat, 30 May 2026 13:08:48 +0100 Subject: [PATCH 01/11] added x for first acceptance criteria to test if this is my branch --- Wireframe/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Wireframe/README.md b/Wireframe/README.md index aa85ec80b..dcb4a542a 100644 --- a/Wireframe/README.md +++ b/Wireframe/README.md @@ -42,7 +42,7 @@ There are some provided HTML and CSS files you can use to get started. You can u These practices reflect the level of quality expected in professional work. They ensure your code is reliable, maintainable, and presents a polished, credible experience to users. -- [ ] My HTML code has no errors or warnings when validated using https://validator.w3.org/ +- [x] My HTML code has no errors or warnings when validated using https://validator.w3.org/ - [ ] My code is consistently formatted - [ ] My page content is free of typos and grammatical mistakes - [ ] I commit often and push regularly to GitHub From 3e5500e270c0025fce269ae15be1f048ccec06c6 Mon Sep 17 00:00:00 2001 From: TaliaK Date: Sat, 30 May 2026 13:14:03 +0100 Subject: [PATCH 02/11] Revert "added x for first acceptance criteria to test if this is my branch" This reverts commit 0902c84c7d3797255e1b511671e2ea5cf73b282e. --- Wireframe/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Wireframe/README.md b/Wireframe/README.md index dcb4a542a..aa85ec80b 100644 --- a/Wireframe/README.md +++ b/Wireframe/README.md @@ -42,7 +42,7 @@ There are some provided HTML and CSS files you can use to get started. You can u These practices reflect the level of quality expected in professional work. They ensure your code is reliable, maintainable, and presents a polished, credible experience to users. -- [x] My HTML code has no errors or warnings when validated using https://validator.w3.org/ +- [ ] My HTML code has no errors or warnings when validated using https://validator.w3.org/ - [ ] My code is consistently formatted - [ ] My page content is free of typos and grammatical mistakes - [ ] I commit often and push regularly to GitHub From c25a99fd3b0c6c3e1708e323369da6d9fdf0b071 Mon Sep 17 00:00:00 2001 From: TaliaK Date: Tue, 2 Jun 2026 13:33:46 +0100 Subject: [PATCH 03/11] Added Header --- Wireframe/index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Wireframe/index.html b/Wireframe/index.html index 0e014e535..c031b256d 100644 --- a/Wireframe/index.html +++ b/Wireframe/index.html @@ -8,7 +8,7 @@
-

Wireframe

+

Exploring README Files, Wireframes and Git Branches

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

From 60e352435ce833cb91d6c8ef3e5f859b04d9888f Mon Sep 17 00:00:00 2001 From: TaliaK Date: Tue, 2 Jun 2026 13:54:02 +0100 Subject: [PATCH 04/11] Added first article --- Wireframe/index.html | 17 ++++++++++++----- Wireframe/style.css | 1 + 2 files changed, 13 insertions(+), 5 deletions(-) diff --git a/Wireframe/index.html b/Wireframe/index.html index c031b256d..4ea52b3f0 100644 --- a/Wireframe/index.html +++ b/Wireframe/index.html @@ -15,13 +15,20 @@

Exploring README Files, Wireframes and Git Branches

- -

Title

+ +

README Files

- Lorem ipsum dolor sit amet consectetur adipisicing elit. Quisquam, - voluptates. Quisquam, voluptates. + The purpose of a README file is to serve as the primary guide and entry point for a project, + dataset, or software. It communicates what the project does, how to install and use it, + how to contribute, and provides context so that others can easily understand or interact with the content.

- Read more + Read more +
+
+ +
+