Skip to content

Commit

Permalink
Add link to readme for Singapore (#1072)
Browse files Browse the repository at this point in the history
* Add link to readme for Singapore

* Add links to main README file; Fixes #1065

* Fix a bunch of links

* update with current
  • Loading branch information
wirednkod authored Nov 14, 2024
1 parent 13a84a0 commit 321def6
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 1 deletion.
Binary file added frontpage/assets/latest.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
6 changes: 6 additions & 0 deletions frontpage/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -206,6 +206,12 @@ <h1>PBA Slides</h1>

<main class="site-main">
<ul class="slide-list">
<li>
<a href="current&#x2F;index.html" title="Latest Update 2024" class="slide-card"
target="_blank">
<img src="./assets/latest.jpg" width="1200" />
</a>
</li>
<li>
<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" />
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
"move-tags": "git checkout main && mv cambridge-2022 build && mv buenos-aires-2023 build && mv berkeley-2023 build && mv hong-kong-2024 build && mv singapore-2024 build",
"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:singapore && 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 && yarn run tag:current && 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

0 comments on commit 321def6

Please sign in to comment.