Skip to content

Commit

Permalink
HS: Update schedule (#602)
Browse files Browse the repository at this point in the history
* HS: Update schedule

* HS: Add link for W9

* fix: close `<a>` in hackerschool partial

---------

Co-authored-by: shenyihong <[email protected]>
  • Loading branch information
tohlh and shenyih0ng authored Oct 15, 2023
1 parent 265117b commit 52a965b
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 7 deletions.
21 changes: 14 additions & 7 deletions data/hacker_school/hacker_school_2324_1.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,20 +3,27 @@ events:
venue: Seminar Room 11 @ COM3-01-20
date: 2023-08-30T19:00:00
- topic: Introduction to Python
venue: TBC
venue: Seminar Room 11 @ COM3-01-20
date: 2023-09-07T19:00:00
- topic: Introduction to Machine Learning
venue: TBC
venue: Seminar Room 11 @ COM3-01-20
date: 2023-09-14T19:00:00
- topic: Data Visualization with Svelte
venue: TBC
venue: DS Lab @ CLB Level 4
date: 2023-09-21T19:00:00
- topic: TBC
venue: TBC
date: 2023-10-19T19:00:00
- topic: Introduction to Building with Large Language Models
venue: Seminar Room 8 @ COM1-02-08
date: 2023-10-11T19:00:00
- topic: C++ for Programmers
venue: Seminar Room 12 @ COM3-01-21
date: 2023-10-12T19:00:00
- topic: 3D Anime(tion) for Beginners
sign_up: https://hckr.cc/hs2324s1-w9-signup-nus
venue: Seminar Room 1 @ COM1-02-06
date: 2023-10-18T19:00:00
- topic: Introduction to Next.js
venue: TBC
date: 2023-10-25T19:00:00
- topic: Introduction to Web3
venue: TBC
venue: Seminar Room 11 @ COM3-01-20
date: 2023-11-02T19:00:00
3 changes: 3 additions & 0 deletions layouts/partials/projects/hackerschool_li.html
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,7 @@ <h3 class=hs-topic>{{ .event.topic }}</h3>
{{ dateFormat "Mon, Jan 2, 3:04pm" (time .event.date) }}
</time>
<address class="events-address">{{ .event.venue }}</address>
{{- if ne .event.sign_up nil -}}
</a>
{{- end -}}
</li>

0 comments on commit 52a965b

Please sign in to comment.