Skip to content

Commit

Permalink
add Team Blue event
Browse files Browse the repository at this point in the history
  • Loading branch information
itskdhere committed Oct 22, 2024
1 parent 3eeda5f commit 2a05c8d
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 6 deletions.
Binary file added public/events/e3.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
22 changes: 16 additions & 6 deletions src/config/events.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,14 @@
const upcomingEvents = [
{
name: "Cyber Security Technology",
date: "5th September, 2024",
time: "3:30 PM IST",
mode: "Offline",
location: "Seminar Hall, Sister Nivedita University",
banner: "events/e1.jpg",
linkedin: "https://www.linkedin.com/company/zeroday-alliance-snu/",
instagram: "https://www.instagram.com/zerodayalliance",
},
{
name: "Coming Soon...",
date: "TBD",
Expand All @@ -10,12 +20,12 @@ const upcomingEvents = [
instagram: "https://www.instagram.com/zerodayalliance",
},
{
name: "Cyber Security Technology",
date: "5th September, 2024",
time: "3:30 PM",
mode: "Offline",
location: "Seminar Hall, Sister Nivedita University",
banner: "events/e1.jpg",
name: "Team: Blue",
date: "23rd October, 2024",
time: "7:00 PM IST",
mode: "Online",
location: "Google Meet",
banner: "events/e3.jpg",
linkedin: "https://www.linkedin.com/company/zeroday-alliance-snu/",
instagram: "https://www.instagram.com/zerodayalliance",
},
Expand Down

0 comments on commit 2a05c8d

Please sign in to comment.