diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS
index 0e34408b0..cd077d577 100644
--- a/.github/CODEOWNERS
+++ b/.github/CODEOWNERS
@@ -1,7 +1 @@
* @wirednkod
-/syllabus/1-Cryptography/ @drskalman
-/syllabus/2-Economics/ @jonasW3F
-/syllabus/3-Blockchain/ @JoshOrndorff
-/syllabus/5-Smart_contracts/ @fbielejec
-/syllabus/6-Polkadot-SDK/ @kianenigma @shawntabrizi @franciscoaguirre
-/syllabus/7-Polkadot/ @shawntabrizi @Overkillus
diff --git a/.gitignore b/.gitignore
index 70351e17b..f2ad83344 100644
--- a/.gitignore
+++ b/.gitignore
@@ -50,6 +50,7 @@ cambridge-2022
buenos-aires-2023
berkeley-2023
hong-kong-2024
+singapore-2024
current
diff --git a/frontpage/index.html b/frontpage/index.html
index fce62a854..a5df277bb 100644
--- a/frontpage/index.html
+++ b/frontpage/index.html
@@ -128,6 +128,7 @@
align-items: center;
list-style-type: none;
justify-content: space-around;
+ margin: 1rem 0;
}
.slide-list li img {
@@ -204,14 +205,20 @@
PBA Slides
-
-
-
-
-
+
+
+
-
+
+
+
+ -
+
+
@@ -219,13 +226,9 @@
PBA Slides
-
-
-
-
-
-
+
diff --git a/package.json b/package.json
index d3d9e226c..ce16feb86 100644
--- a/package.json
+++ b/package.json
@@ -11,11 +11,12 @@
"tag:buenos-aires": "git checkout tags/buenos-aires-2023 && yarn && yarn run build && mv build buenos-aires-2023 && git checkout main",
"tag:berkeley": "git checkout tags/berkeley-2023 && yarn && yarn run build && mv build berkeley-2023 && git checkout main",
"tag:hong-kong": "git checkout tags/hong-kong-2024 && yarn && yarn run build && mv build hong-kong-2024 && git checkout main",
+ "tag:singapore": "git checkout tags/singapore-2024 && yarn && yarn run build:all && yarn run move-files && mv build singapore-2024",
"tag:current": "git checkout main && yarn && yarn run build:all && yarn run move-files && mv build current",
- "move-tags": "git checkout main && mv cambridge-2022 build && mv buenos-aires-2023 build && mv berkeley-2023 build && mv hong-kong-2024 build && mv current build",
+ "move-tags": "git checkout main && mv cambridge-2022 build && mv buenos-aires-2023 build && mv berkeley-2023 build && mv hong-kong-2024 build && mv current singapore-2024",
"move-files": "cp ./syllabus/4-Governance/Slides_Singapore.* ./build/syllabus/4-Governance/.",
"move-frontpage": "cp -r ./frontpage/* ./build/.",
- "prepare-deployment": "git fetch --tags && yarn run clean && yarn run tag:cambridge && yarn run tag:buenos-aires && yarn run tag:berkeley && yarn run tag:hong-kong && yarn run tag:current && mkdir build && yarn run move-tags && yarn run move-frontpage",
+ "prepare-deployment": "git fetch --tags && yarn run clean && yarn run tag:cambridge && yarn run tag:buenos-aires && yarn run tag:berkeley && yarn run tag:hong-kong && yarn run tag:singapore && mkdir build && yarn run move-tags && yarn run move-frontpage",
"clean": "rm -rf build",
"build": "yarn run clean && reveal-md ./ --static build",
"deploy": "gh-pages -d build",
diff --git a/syllabus/3-Blockchain/README.md b/syllabus/3-Blockchain/README.md
index 9979da198..ef5472aa0 100644
--- a/syllabus/3-Blockchain/README.md
+++ b/syllabus/3-Blockchain/README.md
@@ -15,7 +15,6 @@ The module is designed to 3 days of contact time lasting about 6-8 hours each da
* Students will understand the fundamentals of distributed consensus.
* Students will understand the blockchain datastructure, why each piece of data is in it, and how it tracks the history of a shared state machine.
* Students will be able to start a blockchain on their own.
-* Students will be able to inform the instructor if anyone on the pba team ever actually reads this list.
* Students will be able to write blockchain related code.
* Students will be able to demonstrate how the grandpa finality gadget works.
* Students will understand how to grandpa finality gadget work.