Skip to content

Commit

Permalink
update schedule
Browse files Browse the repository at this point in the history
  • Loading branch information
nicosalm committed Nov 9, 2024
1 parent 7678b1a commit 2b8d501
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/components/Schedule.astro
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
import Container from "./Container.astro";
let eventObject = [
{ startTime: "9:00AM", endTime: "11:00AM", Core: "Check-in", Event: "Career Fair" },
{ startTime: "9:00AM", endTime: "11:00AM", Core: "Check-in", Event: "Team Matching Begins, Career Fair" },
{ startTime: "10:30AM", endTime: "11:00AM", Core: "Walk-in Registration", Event: "Career Fair" },
{ startTime: "11:00AM", endTime: "12:00PM", Core: "Opening Ceremony", Event: "Career Fair" },
{ startTime: "12:00PM", endTime: "1:00PM", Core: "Lunch & Hacking Begins", Event: "" },
Expand All @@ -20,7 +20,7 @@ let eventObject = [
{ startTime: "12:00AM", endTime: "1:00AM", Core: "", Event: "Estimathon" },
{ startTime: "1:00AM", endTime: "8:00AM", Core: "Overnight Hacking", Event: "" },
{ startTime: "8:00AM", endTime: "12:00PM", Core: "Breakfast & Final Sprint", Event: "" },
{ startTime: "12:00PM", endTime: "1:00PM", Core: "Hacking Ends", Event: "" },
{ startTime: "12:00PM", endTime: "1:00PM", Core: "Hacking Ends, Lunch Begins", Event: "" },
{ startTime: "1:00PM", endTime: "2:00PM", Core: "Project Judging", Event: "" },
{ startTime: "2:30PM", endTime: "3:00PM", Core: "Finalist Presentations", Event: "" },
{ startTime: "3:15PM", endTime: "4:00PM", Core: "Awards & Closing Ceremony", Event: "" }
Expand Down

0 comments on commit 2b8d501

Please sign in to comment.