From 7f796fd94544ea46c830efbbca676297eb57e528 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?elianah=20=28=20=CB=8A=E1=B5=95=CB=8B=20=29?= <153695084+eliasangelss@users.noreply.github.com> Date: Wed, 23 Jul 2025 20:38:23 -0400 Subject: [PATCH 1/2] adding ep1 to the calendar --- calendar.ts | 29 ++++++++++++++++++++--------- 1 file changed, 20 insertions(+), 9 deletions(-) diff --git a/calendar.ts b/calendar.ts index eb82613..d24c259 100644 --- a/calendar.ts +++ b/calendar.ts @@ -33,6 +33,7 @@ export const formatTag = (tag: EventType | Disciplines): string => { 'ai': 'Artificial Intelligence', 'cybersecurity': 'Cybersecurity', 'ama': 'Ask Me Anything', + 'athenaeum': 'Women in Tech Series', 'other': 'Other', }; return tagMapping[tag]; @@ -220,16 +221,16 @@ export const CALENDAR_EVENTS: CalendarEvent[] = [ tags: ['athena-event'] }, { - - date: new Date('08-05-2025'), - name: 'Plunge Workshop', - description: 'Plunge into CAD! Learn how to make custom, stamp-style cookie cutters and get them shipped!', + date: new Date('07-25-2025'), + name: 'Episode 1: Lara Rubbelke AMA', + description: "Join us for Episode 1 of the Athenaeum web series, where we'll be having a Q&A session with [Lara Rubbelke](https://www.linkedin.com/in/lararubbelke/), the CTO of Microsoft Americas!", hostedBy: [ - { username: '@Kate', avatarUrl: 'https://ca.slack-edge.com/T0266FRGM-U07PXU0657B-19a567a11837-512' }, + { username: '@elia', avatarUrl: 'https://ca.slack-edge.com/T0266FRGM-U06HPP9GZ3R-c28081aa1f5d-512'}, + { username: '@Charlotte', avatarUrl: 'https://ca.slack-edge.com/T0266FRGM-U084T4KCZ8Q-fc1551bf4b82-512'} ], - rsvpLink: 'https://lu.ma/am58in3m', - tags: ['hardware', 'workshop'] - }, + rsvpLinks: ['https://hackclub.slack.com/archives/C0266FRGT/p1753316127392049'], + tags: ['ama', 'athenaeum'] + } { date: new Date('07-28-2025'), name: 'Intro to Cybersecurity', @@ -239,7 +240,17 @@ export const CALENDAR_EVENTS: CalendarEvent[] = [ rsvpLink: 'https://lu.ma/qcs24861', tags: ['cybersecurity', 'workshop'] }, - + { + + date: new Date('08-05-2025'), + name: 'Plunge Workshop', + description: 'Plunge into CAD! Learn how to make custom, stamp-style cookie cutters and get them shipped!', + hostedBy: [ + { username: '@Kate', avatarUrl: 'https://ca.slack-edge.com/T0266FRGM-U07PXU0657B-19a567a11837-512' }, + ], + rsvpLink: 'https://lu.ma/am58in3m', + tags: ['hardware', 'workshop'] + }, { date: new Date('08-09-2025'), name: 'Full Stack Web Development', From 99334792260d17687a5c26978d45289fbf29f114 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?elianah=20=28=20=CB=8A=E1=B5=95=CB=8B=20=29?= <153695084+eliasangelss@users.noreply.github.com> Date: Wed, 23 Jul 2025 20:40:50 -0400 Subject: [PATCH 2/2] Update calendar.ts --- calendar.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/calendar.ts b/calendar.ts index d24c259..ceccea1 100644 --- a/calendar.ts +++ b/calendar.ts @@ -33,7 +33,7 @@ export const formatTag = (tag: EventType | Disciplines): string => { 'ai': 'Artificial Intelligence', 'cybersecurity': 'Cybersecurity', 'ama': 'Ask Me Anything', - 'athenaeum': 'Women in Tech Series', + 'athenaeum': 'Athenaeum', 'other': 'Other', }; return tagMapping[tag];