Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Prepare content for singapore #1060

Merged
merged 2 commits into from
Jul 23, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 0 additions & 6 deletions .github/CODEOWNERS
Validating CODEOWNERS rules …
Original file line number Diff line number Diff line change
@@ -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
Comment on lines -2 to -7
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

👀

1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,7 @@ cambridge-2022
buenos-aires-2023
berkeley-2023
hong-kong-2024
singapore-2024
current


Expand Down
25 changes: 14 additions & 11 deletions frontpage/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -128,6 +128,7 @@
align-items: center;
list-style-type: none;
justify-content: space-around;
margin: 1rem 0;
}

.slide-list li img {
Expand Down Expand Up @@ -204,28 +205,30 @@ <h1>PBA Slides</h1>
</header>

<main class="site-main">
<a href="current&#x2F;index.html" title="Lectures during Singapore - 2024" class="slide-card" target="_blank">
<img src="./assets/5-singapore.jpg" width="100%" />
</a>
<ul class="slide-list">
<li>
<a href="cambridge-2022&#x2F;index.html" title="Lectures during Cambridge (U.K.) - 2022" class="slide-card"
<a href="singapore-2024&#x2F;index.html" title="Lectures during Singapore - 2024" class="slide-card" target="_blank">
<img src="./assets/5-singapore.jpg" width="600" />
</a>
<a href="hong-kong-2024&#x2F;index.html" title="Lectures during Hong Kong (H.K.) - 2024" class="slide-card"
target="_blank">
<img src="./assets/1-cambridge.jpg" width="600" />
<img src="./assets/4-polyu.jpg" width="600" />
</a>
</li>
<li>
<a href="berkeley-2023&#x2F;index.html" title="Lectures during Berkeley (U.S.A.) - 2023" class="slide-card"
target="_blank">
<img src="./assets/3-berkeley.jpg" width="600" />
</a>
<a href="buenos-aires-2023&#x2F;index.html" title="Lectures during Buenos Aires (Argentina) - 2023"
class="slide-card" target="_blank">
<img src="./assets/2-buenosaires.jpg" width="600" />
</a>
</li>
<li>
<a href="berkeley-2023&#x2F;index.html" title="Lectures during Berkeley (U.S.A.) - 2023" class="slide-card"
target="_blank">
<img src="./assets/3-berkeley.jpg" width="600" />
</a>
<a href="hong-kong-2024&#x2F;index.html" title="Lectures during Hong Kong (H.K.) - 2024" class="slide-card"
<a href="cambridge-2022&#x2F;index.html" title="Lectures during Cambridge (U.K.) - 2022" class="slide-card"
target="_blank">
<img src="./assets/4-polyu.jpg" width="600" />
<img src="./assets/1-cambridge.jpg" width="600" />
</a>
</li>
</div>
Expand Down
5 changes: 3 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down
1 change: 0 additions & 1 deletion syllabus/3-Blockchain/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down
Loading