Skip to content

Commit

Permalink
Added workshops to schedule
Browse files Browse the repository at this point in the history
  • Loading branch information
rtwoo committed Oct 26, 2024
1 parent e36318e commit 21132d3
Showing 1 changed file with 21 additions and 9 deletions.
30 changes: 21 additions & 9 deletions components/Timeline/schedule.js
Original file line number Diff line number Diff line change
Expand Up @@ -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!",
Expand Down

0 comments on commit 21132d3

Please sign in to comment.