Skip to content

Commit

Permalink
feat(events): Add defence connect (#198)
Browse files Browse the repository at this point in the history
  • Loading branch information
phoenixpereira authored Oct 1, 2024
1 parent b903fe8 commit f0452a1
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 1 deletion.
Binary file added public/images/events/defence-connect.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: 14 additions & 1 deletion src/data/events.ts
Original file line number Diff line number Diff line change
Expand Up @@ -159,7 +159,7 @@ export const EVENTS: Event[] = [
image: 'ai-panel.png',
},
{
title: 'Cybersecurity Panel: Hacking the Industry ',
title: 'Cybersecurity Panel: Hacking the Industry',
date: { year: 2024, month: 'OCT', day: 8, endTime: '20:30' },
time: '6:30pm - 8:30pm',
location: 'Ingkarni Wardli 715',
Expand All @@ -182,6 +182,19 @@ export const EVENTS: Event[] = [
},
image: 'agm.png',
},
{
title: 'Defence Connect',
date: { year: 2024, month: 'OCT', day: 18, endTime: '19:00' },
time: '5:30pm - 7:00pm',
location: 'TBC',
details:
"In collaboration, the Adelaide Uni Space Society, Engineering Society and Computer Science Club present to you another industry event. If you are interested in South Australia's growing Defence Industry and want to get involved and grow your network, this is the only event you need to be at!",
url: {
href: new URL('https://events.humanitix.com/defence-connnect-panel-uofa'),
text: 'Get your tickets!',
},
image: 'defence-connect.png',
},
];

export const CAROUSEL_IMAGES: Image[] = [
Expand Down

0 comments on commit f0452a1

Please sign in to comment.