Skip to content

Commit

Permalink
feat(events): Add grad mixer event and remove DuckCTF ticket link (#186)
Browse files Browse the repository at this point in the history
  • Loading branch information
phoenixpereira authored Sep 1, 2024
1 parent bf3b9d6 commit d2ba9fd
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 3 deletions.
Binary file added public/images/events/grad-mixer.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
15 changes: 12 additions & 3 deletions src/data/events.ts
Original file line number Diff line number Diff line change
Expand Up @@ -142,11 +142,20 @@ export const EVENTS: Event[] = [
location: 'Australian Cyber Collaboration Centre (ACCC)',
details:
'Join us for DuckCTF, our premier Capture The Flag competition designed to challenge and sharpen your cybersecurity skills. Form your team of 3 and be ready to solve complex problems while learning valuable new techniques. On-site spaces are limited, but contestants can also join remotely.',
image: 'duck-ctf.png',
},
{
title: 'Grad Mixer',
date: { year: 2024, month: 'SEP', day: 6, endTime: '21:00' },
time: '6:00pm - 9:00pm',
location: 'The Gallery, Level 2, 30 Waymouth St',
details:
'Join us for an evening of networking with students, alumni, and industry professionals in fields like software development, AI, and cybersecurity. Expand your network, share experiences, and explore new opportunities while enjoying light refreshments in a relaxed atmosphere.',
url: {
href: new URL('https://events.humanitix.com/duckctf'),
text: 'Register Now! (In-person tickets are sold out)',
href: new URL('https://events.humanitix.com/cs-club-2024-grad-mixer'),
text: 'Get your tickets for $15 per person!',
},
image: 'duck-ctf.png',
image: 'grad-mixer.png',
},
];

Expand Down

0 comments on commit d2ba9fd

Please sign in to comment.