Skip to content

Commit

Permalink
feat(events): Add cyber panel (#196)
Browse files Browse the repository at this point in the history
  • Loading branch information
phoenixpereira authored Oct 1, 2024
1 parent 3f75f19 commit 59a5db3
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 0 deletions.
Binary file added public/images/events/cyber-panel.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
9 changes: 9 additions & 0 deletions src/data/events.ts
Original file line number Diff line number Diff line change
Expand Up @@ -158,6 +158,15 @@ export const EVENTS: Event[] = [
'Join us for "Data Driven Future" - An AI and Data Science Panel! Discover insights from top minds in AI and data science as they explore the future of technology, machine learning, and innovation. Whether you\'re curious about AI\'s impact on industries, new research, or real-world applications, this panel is for you!',
image: 'ai-panel.png',
},
{
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',
details:
'Join us for an exclusive panel featuring industry experts from cybersecurity, digital forensics, and reverse engineering! Dive deep into the world of cyber defense, learn about the latest trends, and gain insights from seasoned professionals.',
image: 'cyber-panel.png',
},
{
title: 'Annual General Meeting',
date: { year: 2024, month: 'OCT', day: 15, endTime: '21:00' },
Expand Down

0 comments on commit 59a5db3

Please sign in to comment.