Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat(events): Add cyber panel #196

Merged
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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