Skip to content

Commit

Permalink
feat(events): Add TECH.TONIC
Browse files Browse the repository at this point in the history
  • Loading branch information
phoenixpereira committed Oct 19, 2024
1 parent 16b0410 commit 9f7967b
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 0 deletions.
Binary file added public/images/events/techtonic.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
13 changes: 13 additions & 0 deletions src/data/events.ts
Original file line number Diff line number Diff line change
Expand Up @@ -176,6 +176,19 @@ export const EVENTS: Event[] = [
"The CS Club's Annual General Meeting is approaching! This is your chance to elect our new committee for 2025.",
image: 'agm.png',
},
{
title: 'TECH.TONIC',
date: { year: 2024, month: 'NOV', day: 22, endTime: '23:00' },
time: '6:30pm - 11:00pm',
location: 'The Astor Hotel, 437 Pulteney St',
details:
'Join us for a retro-inspired cocktail night! This collaboration between the CS Club and AMESS offers food, drinks, and good vibes. Celebrate the end of the semester, relax, or enjoy a fun night out with friends!',
image: 'techtonic.png',
url: {
href: new URL('https://events.humanitix.com/tech-tonic-or-amess-x-csc-cocktail-night'),
text: 'Get your tickets before they sell out!',
},
},
];

export const CAROUSEL_IMAGES: Image[] = [
Expand Down

0 comments on commit 9f7967b

Please sign in to comment.