From dbcfd70c2966a5a4b7e1f872cce216860df23346 Mon Sep 17 00:00:00 2001
From: JorvanW
Date: Wed, 5 Aug 2026 15:05:48 +0100
Subject: [PATCH 01/13] =?UTF-8?q?changed=20=E2=80=9C(My=20Name=20(My=20Git?=
=?UTF-8?q?Hub=20username))=E2=80=9D=20in=20the=20index.htlm?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
index.html | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/index.html b/index.html
index 9a400d1..4215dd4 100644
--- a/index.html
+++ b/index.html
@@ -3,7 +3,7 @@
- TV Show Project | My Name (My GitHub username)
+ TV Show Project | Jorvan White (Jorvanw)
From b00e5a59681841bc20fa8f979c7f7b9d297c72d2 Mon Sep 17 00:00:00 2001
From: JorvanW
Date: Wed, 12 Aug 2026 10:21:21 +0100
Subject: [PATCH 02/13] completed steps for level 0
---
levels/level-0.md | 16 +++++++++-------
1 file changed, 9 insertions(+), 7 deletions(-)
diff --git a/levels/level-0.md b/levels/level-0.md
index 42e681e..fc973a9 100644
--- a/levels/level-0.md
+++ b/levels/level-0.md
@@ -1,9 +1,10 @@
# Level 0
The goals of level 0 are to:
-* Create a GitHub repository with the starter scaffolding in-place.
-* Deploy it to **GitHub Pages**.
-* Make sure whenever you push changes, your live site will be updated.
+
+- Create a GitHub repository with the starter scaffolding in-place.
+- Deploy it to **GitHub Pages**.
+- Make sure whenever you push changes, your live site will be updated.
## Fork your repository
@@ -35,7 +36,8 @@ Follow the [CYF GitHub Pages Deployment Guide](https://curriculum.codeyourfuture
## Completion criteria
You have completed level 0 when:
-- [ ] You have forked the GitHub repository called `Project-TV-Show` into your account.
-- [ ] The `index.html` page on your GitHub project contains your name and GitHub username.
-- [ ] Your project is successfully deployed to **GitHub Pages**.
-- [ ] Your deployed project has your name and GitHub username in its title.
\ No newline at end of file
+
+- [x] You have forked the GitHub repository called `Project-TV-Show` into your account.
+- [x] The `index.html` page on your GitHub project contains your name and GitHub username.
+- [x] Your project is successfully deployed to **GitHub Pages**.
+- [x] Your deployed project has your name and GitHub username in its title.
From caae9106c0e9ff09a0fdb3d77eaba18bc6aaed67 Mon Sep 17 00:00:00 2001
From: JorvanW
Date: Wed, 12 Aug 2026 14:17:19 +0100
Subject: [PATCH 03/13] Updated necessary files for level 100
---
index.html | 4 ++++
script.js | 42 +++++++++++++++++++++++++++++++++++++++++-
style.css | 19 ++++++++++++++++++-
3 files changed, 63 insertions(+), 2 deletions(-)
diff --git a/index.html b/index.html
index 4215dd4..9751833 100644
--- a/index.html
+++ b/index.html
@@ -11,6 +11,10 @@