Skip to content

Commit

Permalink
new event (#12)
Browse files Browse the repository at this point in the history
* feat: add 'intro to docker' event

* Added Build with bun

---------

Co-authored-by: James Lim <[email protected]>
  • Loading branch information
lim-james and James Lim authored Oct 23, 2023
1 parent 4a52e44 commit 5e44e54
Show file tree
Hide file tree
Showing 7 changed files with 7 additions and 2 deletions.
Binary file modified .DS_Store
Binary file not shown.
Binary file modified assets/.DS_Store
Binary file not shown.
Binary file modified assets/images/.DS_Store
Binary file not shown.
Binary file added assets/images/GeeksHacking/.DS_Store
Binary file not shown.
Binary file added assets/images/GeeksHacking/Events/.DS_Store
Binary file not shown.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
9 changes: 7 additions & 2 deletions assets/js/data.js
Original file line number Diff line number Diff line change
@@ -1,11 +1,16 @@
var data = {
upcoming: {
name: "An intro to Docker",
link: "https://www.eventbrite.sg/e/thinking-inside-the-box-an-intro-to-docker-tickets-707670580757?aff=geekshacking"
name: "Build With Bun",
link: "https://www.eventbrite.sg/e/build-with-bun-tickets-743401603207?aff=web"
},

video: "https://www.youtube.com/embed/seGGYxlfKsM?wmode=opaque",
events: [
{
name: "Build With Bun",
photos: 0,
description: "Join GeeksHacking to explore Bun, the new super fast JS runtime and toolkit. Its always easier when you are learning with onsite guidance!"
},
{
name: "An intro to Docker",
photos: 0,
Expand Down

0 comments on commit 5e44e54

Please sign in to comment.