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

Add more events to /events #1282

Open
wants to merge 5 commits into
base: main
Choose a base branch
from
Open
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
33 changes: 33 additions & 0 deletions pages/events.js
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,39 @@ import { compact } from 'lodash'
import theme from '@hackclub/theme'

const events = [
{
name: 'Apocalypse',
description: `The high school hackathon where you build fun tech to survive the zombie apocalypse!`,
logo: 'https://cloud-7yl2xnwax-hack-club-bot.vercel.app/0image.png',
location: 'Toronto, Canada',
season: 'Spring',
year: '2024',
// repo: 'apocalypse',
image: '',
link: 'https://apocalypse.hackclub.com'
},
{
name: 'Wonderland',
description: `🕳️🐇 How would you and your friends use a 🥕carrot in a hackathon project? From Alice in Wonderland themed mystery chests, come the infinities of Wonderland.`,
logo: '',
location: 'Boston, Massachusetts',
season: 'Winter',
year: '2024',
// repo: 'wonderland',
video: 'https://www.youtube.com/embed/X1EVT0vUxAg',
link: 'https://wonderland.hackclub.com'
},
{
name: 'Leaders Summit',
description: `A weekend of invention, collaboration, and friendship in San Francisco with 50 Hack Club leaders from around the world.`,
logo: '',
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

location: 'San Francisco, California',
season: 'Winter',
year: '2024',
// repo: 'summit',
video: 'https://www.youtube.com/embed/UZEm5lONg7g',
link: 'https://summit.hackclub.com'
},
{
name: 'Haunted House',
description: `Where Fright Meets Byte: A Haunted House Hackathon Experience in Downtown Chicago.`,
Expand Down
Loading