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

Added Game On! event #13

Open
wants to merge 7 commits into
base: master
Choose a base branch
from
Open
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
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.
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.
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.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
19 changes: 17 additions & 2 deletions assets/js/data.js
Original file line number Diff line number Diff line change
@@ -1,11 +1,26 @@
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: "Developing GenAI Application with LangChain",
link: "https://www.eventbrite.sg/e/developing-genai-application-with-langchain-tickets-937069529187"
},

video: "https://www.youtube.com/embed/seGGYxlfKsM?wmode=opaque",
events: [
{
name: "Developing GenAI Application with LangChain",
photos: 0,
description: "In this Geekshacking Worksop, we will be developing GenAI applications in Python using a very popular framework called LangChain."
},
{
name: "Game On",
photos: 0,
description: "Join GeeksHacking and try building your very first game using Godot Engine, its always easier when you are learning with onsite guidance!"
},
{
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