From 1c63012828af2e91a011e5480d4536c4d1435cfa Mon Sep 17 00:00:00 2001 From: Sahiti Dasari Date: Thu, 18 Jul 2024 16:41:44 -0400 Subject: [PATCH 1/5] Update events.js --- pages/events.js | 33 +++++++++++++++++++++++++++++++++ 1 file changed, 33 insertions(+) diff --git a/pages/events.js b/pages/events.js index 629ddb1d4..d62f46bc7 100644 --- a/pages/events.js +++ b/pages/events.js @@ -23,6 +23,39 @@ import { compact } from 'lodash' import theme from '@hackclub/theme' const events = [ + { + name: 'Apocalypse', + description: ``, + logo: '', + location: '', + season: 'Spring', + year: '2024', + // repo: 'apocalypse', + image: '', + link: 'https://apocalypse.hackclub.com' + }, + { + name: 'Wonderland', + description: ``, + logo: '', + location: '', + season: 'Winter', + year: '2024', + // repo: 'wonderland', + image: '', + link: 'https://wonderland.hackclub.com' + }, + { + name: 'Leaders Summit', + description: ``, + logo: '', + location: '', + season: 'Winter', + year: '2024', + // repo: 'summit', + image: 'https://cloud-5u0gget9r-hack-club-bot.vercel.app/0image.png', + link: 'https://wonderland.hackclub.com' + }, { name: 'Haunted House', description: `Where Fright Meets Byte: A Haunted House Hackathon Experience in Downtown Chicago.`, From 7e39acb35f0b8bf4354e36a02238653c4bc130e1 Mon Sep 17 00:00:00 2001 From: Sahiti Dasari Date: Thu, 18 Jul 2024 16:46:34 -0400 Subject: [PATCH 2/5] Update events.js --- pages/events.js | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/pages/events.js b/pages/events.js index d62f46bc7..94f8a64d9 100644 --- a/pages/events.js +++ b/pages/events.js @@ -32,6 +32,7 @@ const events = [ year: '2024', // repo: 'apocalypse', image: '', + video: '', link: 'https://apocalypse.hackclub.com' }, { @@ -43,6 +44,7 @@ const events = [ year: '2024', // repo: 'wonderland', image: '', + video: '', link: 'https://wonderland.hackclub.com' }, { @@ -54,7 +56,8 @@ const events = [ year: '2024', // repo: 'summit', image: 'https://cloud-5u0gget9r-hack-club-bot.vercel.app/0image.png', - link: 'https://wonderland.hackclub.com' + video: '', + link: 'https://summit.hackclub.com' }, { name: 'Haunted House', From a78a716ae5545e9131da68f10446256029d41f3d Mon Sep 17 00:00:00 2001 From: Sahiti Dasari Date: Thu, 18 Jul 2024 16:57:40 -0400 Subject: [PATCH 3/5] Update events.js --- pages/events.js | 19 ++++++++----------- 1 file changed, 8 insertions(+), 11 deletions(-) diff --git a/pages/events.js b/pages/events.js index 94f8a64d9..076f0bd60 100644 --- a/pages/events.js +++ b/pages/events.js @@ -25,38 +25,35 @@ import theme from '@hackclub/theme' const events = [ { name: 'Apocalypse', - description: ``, + description: `The high school hackathon where you build fun tech to survive the zombie apocalypse!`, logo: '', - location: '', + location: 'Toronto, Canada', season: 'Spring', year: '2024', // repo: 'apocalypse', image: '', - video: '', link: 'https://apocalypse.hackclub.com' }, { name: 'Wonderland', - description: ``, + 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: '', + location: 'Boston, Massachusetts', season: 'Winter', year: '2024', // repo: 'wonderland', - image: '', - video: '', + video: 'https://www.youtube.com/watch?v=X1EVT0vUxAg', link: 'https://wonderland.hackclub.com' }, { name: 'Leaders Summit', - description: ``, + description: `A weekend of invention, collaboration, and friendship in San Francisco with 50 Hack Club leaders from around the world.`, logo: '', - location: '', + location: 'San Francisco, California', season: 'Winter', year: '2024', // repo: 'summit', - image: 'https://cloud-5u0gget9r-hack-club-bot.vercel.app/0image.png', - video: '', + video: 'https://www.youtube.com/watch?v=UZEm5lONg7g', link: 'https://summit.hackclub.com' }, { From ba14bb616507c60387fe110c7b51df4198414bf4 Mon Sep 17 00:00:00 2001 From: Sahiti Dasari Date: Thu, 18 Jul 2024 17:27:09 -0400 Subject: [PATCH 4/5] Update events.js --- pages/events.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pages/events.js b/pages/events.js index 076f0bd60..954475b1f 100644 --- a/pages/events.js +++ b/pages/events.js @@ -26,7 +26,7 @@ const events = [ { name: 'Apocalypse', description: `The high school hackathon where you build fun tech to survive the zombie apocalypse!`, - logo: '', + logo: 'https://cloud-7yl2xnwax-hack-club-bot.vercel.app/0image.png', location: 'Toronto, Canada', season: 'Spring', year: '2024', From d56fbea005b73bacd4cbbd9e26a2415d8bafd1a4 Mon Sep 17 00:00:00 2001 From: Sam Poder Date: Sun, 25 Aug 2024 16:45:36 -0500 Subject: [PATCH 5/5] Use the `/embed` links --- pages/events.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pages/events.js b/pages/events.js index 954475b1f..60e078cfe 100644 --- a/pages/events.js +++ b/pages/events.js @@ -42,7 +42,7 @@ const events = [ season: 'Winter', year: '2024', // repo: 'wonderland', - video: 'https://www.youtube.com/watch?v=X1EVT0vUxAg', + video: 'https://www.youtube.com/embed/X1EVT0vUxAg', link: 'https://wonderland.hackclub.com' }, { @@ -53,7 +53,7 @@ const events = [ season: 'Winter', year: '2024', // repo: 'summit', - video: 'https://www.youtube.com/watch?v=UZEm5lONg7g', + video: 'https://www.youtube.com/embed/UZEm5lONg7g', link: 'https://summit.hackclub.com' }, {