From 21132d34953bc184e94ab3efaab966c10b260c64 Mon Sep 17 00:00:00 2001 From: rtwoo Date: Sat, 26 Oct 2024 12:13:14 -0700 Subject: [PATCH] Added workshops to schedule --- components/Timeline/schedule.js | 30 +++++++++++++++++++++--------- 1 file changed, 21 insertions(+), 9 deletions(-) diff --git a/components/Timeline/schedule.js b/components/Timeline/schedule.js index d032b15..cb55992 100644 --- a/components/Timeline/schedule.js +++ b/components/Timeline/schedule.js @@ -20,61 +20,73 @@ const items = [ }, { key: 3, + title: "26th Oct 2:00 PM", + cardTitle: "Workshop: Backend APIs - Flask Web Applications", + cardDetailedText:"Located in MU 230 Pima", + }, + { + key: 4, + title: "26th Oct 4:00 PM", + cardTitle: "Workshop: Data Cleaning & Bias Reduction", + cardDetailedText:"Located in MU 230 Pima", + }, + { + key: 5, title: "26th Oct 7:30 PM", cardTitle: "Dinner Time!", cardDetailedText:"Recharge your battery with some delicious dinner!", }, { - key: 4, + key: 6, title: "26th Oct 10:40 PM", cardTitle: "End of Day 1", cardDetailedText:"Hacking stops at Venue. Feel free to continue it overnight.", }, { - key: 5, + key: 7, title: "27th Oct 9:00 AM", cardTitle: "Day 2: Check-in", cardDetailedText:"Join us back at the Venue!", }, { - key: 9, + key: 8, title: "27th Oct 10:00 AM - 1:00 PM", cardTitle: "Brunch Time", cardDetailedText: "Enjoy some delicious brunch to start Day 2!", }, { - key: 6, + key: 9, title: "27th Oct 11:45 AM - 12:00 PM", cardTitle: "Submission Time!", cardDetailedText: "Submit your project!", }, { - key: 8, + key: 10, title: "27th Oct 12:30 PM", cardTitle: "Presentation", cardDetailedText: "Judges will review your project.", }, { - key: 9, + key: 11, title: "27th Oct 2:30 PM", cardTitle: "Snack Time", cardDetailedText: "Take a break to refuel, because even superheroes need a snack!", }, { - key: 10, + key: 12, title: "27th Oct 4:30 PM", cardTitle: "Judging", cardDetailedText: "Judges will grade the finalist pitches.", }, { - key: 11, + key: 13, title: "27th Oct 5:00 PM", cardTitle: "Award Ceremony", cardDetailedText: "Distribution of Prizes for respective tracks and smaller categories.", }, { - key: 12, + key: 14, title: "27th Oct 5:40 PM", cardTitle: "End of Day 2", cardDetailedText: "We hope you enjoyed the event and made some memories with us!",