From 6165def0e6cda486e33e7092a5a46b77ceb1b145 Mon Sep 17 00:00:00 2001
From: Jeremy Le
Date: Mon, 11 Mar 2024 21:53:13 +1100
Subject: [PATCH 1/4] feat: light mode logo support!
---
README.md | 21 ++++++++++++------
img/fullTransparent.svg | 49 +++++++++++++++++++++++++++++++++++++++++
2 files changed, 63 insertions(+), 7 deletions(-)
create mode 100644 img/fullTransparent.svg
diff --git a/README.md b/README.md
index 7ecaeb4..d92cdd2 100644
--- a/README.md
+++ b/README.md
@@ -1,18 +1,24 @@
-
+
# 🏔️ Training Program Exercises
-This repository contains a selection of exercises intended for 2024 DevSoc Trainees. The exercises aim to develop basic web development skills, in HTML/CSS/JS and React.
+This repository contains a selection of exercises intended for 2024 DevSoc Trainees. The exercises aim to develop basic web development skills, in HTML/CSS/JS and React.
## Getting Started
+
Before continuing please ensure that you have the following installed on your machine
+
- Node
- Git
Clone this repository:
-``` sh
+
+```sh
git clone https://github.com/TAS-scorchedshadow/training-program-exercises.git
```
@@ -21,14 +27,15 @@ Explore all the exercise on offer on our [Guide](https://tas-scorchedshadow.gith
## Contributing
When adding a new exercise
-1. Inside **exercises**, create a new directory to contain the starter code
+
+1. Inside **exercises**, create a new directory to contain the starter code
2. Inside **exercise-solutions**, create a new directory to contain the solutions, this should have the same name as the directory in exercises
3. Create a markdown file with the exercise instructions inside the **book/src** and add it to **book/src/SUMMARY.md**.
-
Please check that the book will render properly by running the following command in the root directory
-``` sh
+
+```sh
$ mdbook build book --open
```
-If the book has been updated correctly a new webpage will open in your browser.
\ No newline at end of file
+If the book has been updated correctly a new webpage will open in your browser.
diff --git a/img/fullTransparent.svg b/img/fullTransparent.svg
new file mode 100644
index 0000000..d67cda2
--- /dev/null
+++ b/img/fullTransparent.svg
@@ -0,0 +1,49 @@
+
+
+
From 12b249b7c466e809723330cb7d45fba1ada55a32 Mon Sep 17 00:00:00 2001
From: Jeremy Le
Date: Mon, 11 Mar 2024 21:55:24 +1100
Subject: [PATCH 2/4] fix: add full stops
---
README.md | 10 +++++-----
1 file changed, 5 insertions(+), 5 deletions(-)
diff --git a/README.md b/README.md
index d92cdd2..b3f6ba6 100644
--- a/README.md
+++ b/README.md
@@ -11,7 +11,7 @@ This repository contains a selection of exercises intended for 2024 DevSoc Train
## Getting Started
-Before continuing please ensure that you have the following installed on your machine
+Before continuing please ensure that you have the following installed on your machine:
- Node
- Git
@@ -22,17 +22,17 @@ Clone this repository:
git clone https://github.com/TAS-scorchedshadow/training-program-exercises.git
```
-Explore all the exercise on offer on our [Guide](https://tas-scorchedshadow.github.io/training-program-exercises/book)
+Explore all the exercise on offer on our [Guide](https://tas-scorchedshadow.github.io/training-program-exercises/book).
## Contributing
When adding a new exercise
-1. Inside **exercises**, create a new directory to contain the starter code
-2. Inside **exercise-solutions**, create a new directory to contain the solutions, this should have the same name as the directory in exercises
+1. Inside **exercises**, create a new directory to contain the starter code.
+2. Inside **exercise-solutions**, create a new directory to contain the solutions, this should have the same name as the directory in exercises.
3. Create a markdown file with the exercise instructions inside the **book/src** and add it to **book/src/SUMMARY.md**.
-Please check that the book will render properly by running the following command in the root directory
+Please check that the book will render properly by running the following command in the root directory:
```sh
$ mdbook build book --open
From e848b9fdf4af341bdaa7a131ea91e895150fd8d3 Mon Sep 17 00:00:00 2001
From: Jeremy Le
Date: Mon, 11 Mar 2024 22:27:32 +1100
Subject: [PATCH 3/4] fix: consistent indents and file paths
---
README.md | 10 +++++-----
1 file changed, 5 insertions(+), 5 deletions(-)
diff --git a/README.md b/README.md
index b3f6ba6..d6fabfa 100644
--- a/README.md
+++ b/README.md
@@ -1,9 +1,9 @@
-
-
+
+
`
# 🏔️ Training Program Exercises
From c8b092c84d0afc7698f03ba3989e01f267c4da5d Mon Sep 17 00:00:00 2001
From: Jeremy Le
Date: Mon, 11 Mar 2024 22:28:11 +1100
Subject: [PATCH 4/4] fix: remove random backtick
---
README.md | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/README.md b/README.md
index d6fabfa..2e3d601 100644
--- a/README.md
+++ b/README.md
@@ -3,7 +3,7 @@