From fbfc3fe172cceab3e3d8f0d21b45e9d6e0bd714b Mon Sep 17 00:00:00 2001 From: Haimantika mitra Date: Mon, 18 Sep 2023 19:58:35 +0530 Subject: [PATCH 1/2] Added Hacktoberfest events --- src/stores.js | 56 ++++++++++++++++++++++++++++++++++++++++++++++++--- 1 file changed, 53 insertions(+), 3 deletions(-) diff --git a/src/stores.js b/src/stores.js index 16e3035..f88afa4 100644 --- a/src/stores.js +++ b/src/stores.js @@ -28,13 +28,63 @@ export const currentSection = writable({ // about, swag, events, issues export const events = writable([ + { + isOpened: false, + timeISO: '2023-09-27T16:00:00.000Z', + durationInMs: DurationMinute * 60, + name: 'IllaCloud LiveStream', + presenter: 'Wesley Cope', + //link: 'https://lu.ma/hf-kickoff-blr', + hasStarted: false, + sessions: [] + }, { isOpened: false, timeISO: '2023-10-01T16:00:00.000Z', - durationInMs: DurationMinute * 0, + durationInMs: DurationMinute * 480, name: 'Hacktoberfest Kickoff!', - presenter: 'Appwrite, TBA', - // link: 'https://www.youtube.com/watch?v=oPswl1Vvpxc', + presenter: 'Appwrite and DigitalOcean', + link: 'https://lu.ma/hf-kickoff-blr', + hasStarted: false, + sessions: [] + }, + { + isOpened: false, + timeISO: '2023-10-05T16:00:00.000Z', + durationInMs: DurationMinute * 60, + name: 'Appwrite and Hacktoberfest: How To Contribute', + presenter: 'Aditya Oberai', + //link: 'https://lu.ma/hf-kickoff-blr', + hasStarted: false, + sessions: [] + }, + { + isOpened: false, + timeISO: '2023-10-10T16:00:00.000Z', + durationInMs: DurationMinute * 60, + name: 'Appwrite x GitHub Education livestream', + presenter: 'Aditya Oberai', + //link: 'https://lu.ma/hf-kickoff-blr', + hasStarted: false, + sessions: [] + }, + { + isOpened: false, + timeISO: '2023-10-12T16:00:00.000Z', + durationInMs: DurationMinute * 60, + name: 'Appwrite x Novu livestream', + presenter: 'Aditya Oberai', + //link: 'https://lu.ma/hf-kickoff-blr', + hasStarted: false, + sessions: [] + }, + { + isOpened: false, + timeISO: '2023-10-17T14:00:00.000Z', + durationInMs: DurationMinute * 60, + name: 'Building Appwrite Functions', + presenter: 'Aditya Oberai', + //link: 'https://lu.ma/hf-kickoff-blr', hasStarted: false, sessions: [] } From eaf7fbc475df164c946e65d158b35305d4c060fd Mon Sep 17 00:00:00 2001 From: Haimantika mitra Date: Wed, 20 Sep 2023 20:41:17 +0530 Subject: [PATCH 2/2] Added Dennis' stream with GitHub --- src/stores.js | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/src/stores.js b/src/stores.js index f88afa4..0a9c87b 100644 --- a/src/stores.js +++ b/src/stores.js @@ -58,6 +58,16 @@ export const events = writable([ hasStarted: false, sessions: [] }, + { + isOpened: false, + timeISO: '2023-10-06T16:00:00.000Z', + durationInMs: DurationMinute * 60, + name: 'Open Source Friday with Appwrite and GitHub', + presenter: 'Dennis Ivy', + link: 'https://www.youtube.com/watch?v=VJvawxeUhN4', + hasStarted: false, + sessions: [] + }, { isOpened: false, timeISO: '2023-10-10T16:00:00.000Z',