Skip to content

Commit

Permalink
Create a landing page (#910)
Browse files Browse the repository at this point in the history
* create frontpage

* Finalize deployment scripts

* final fixes

* minor fix on links

* Fix deploy script
  • Loading branch information
wirednkod committed Jan 28, 2024
1 parent 28c1923 commit b75f6c2
Show file tree
Hide file tree
Showing 13 changed files with 917 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
- run: yarn install
- name: Build
working-directory: "."
run: yarn run build
run: yarn run prepare-deployment
- name: Deploy
uses: JamesIves/github-pages-deploy-action@v4
with:
Expand Down
8 changes: 7 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -42,4 +42,10 @@ _static/
*.bkp
*.dtmp

syllabus/4-Smart_Contracts/*.html
syllabus/4-Smart_Contracts/*.html

## list of directories that should not be pushed
cambridge-2022
buenos-aires-2023
berkeley-2023
current
Binary file added frontpage/assets/1-cambridge.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added frontpage/assets/2-buenosaires.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added frontpage/assets/3-berkeley.jpeg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added frontpage/assets/4-polyu.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading

0 comments on commit b75f6c2

Please sign in to comment.