Skip to content

Commit c973bda

Browse files
committed
update with fall 2025 schedule
1 parent bdb8a6d commit c973bda

File tree

1 file changed

+17
-20
lines changed

1 file changed

+17
-20
lines changed

src/components/Schedule.astro

Lines changed: 17 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -1,33 +1,30 @@
11
---
22
const eventObject = [
3-
{ startTime: "9:00AM", endTime: "11:00AM", Core: "Check-in", Event: "Team Matching Begins, Career Fair" },
4-
{ startTime: "10:30AM", endTime: "11:00AM", Core: "Walk-in Registration", Event: "Career Fair" },
5-
{ startTime: "11:00AM", endTime: "12:00PM", Core: "Opening Ceremony", Event: "Career Fair" },
6-
{ startTime: "12:00PM", endTime: "1:00PM", Core: "Lunch & Hacking Begins", Event: "" },
7-
{ startTime: "12:30PM", endTime: "1:15PM", Core: "", Event: "Welcome Workshop: Intro to Hackathon w/ Notion" },
8-
{ startTime: "1:30PM", endTime: "2:00PM", Core: "", Event: "Development and Code Sharing w/ GitHub" },
9-
{ startTime: "2:00PM", endTime: "2:30PM", Core: "", Event: "MLH: Github Copilot" },
10-
{ startTime: "3:00PM", endTime: "3:45PM", Core: "", Event: "Website Workshop w/ GWC" },
11-
{ startTime: "4:00PM", endTime: "4:45PM", Core: "", Event: "" },
12-
{ startTime: "4:00PM", endTime: "5:30PM", Core: "", Event: "React Workshop w/ WebDevUW" },
13-
{ startTime: "6:00PM", endTime: "6:30PM", Core: "Dinner", Event: "" },
14-
{ startTime: "7:00PM", endTime: "8:00PM", Core: "", Event: "CAT Digital Code in the Dark Challenge" },
15-
{ startTime: "8:00PM", endTime: "9:00PM", Core: "", Event: "Transcend: How to Present" },
16-
{ startTime: "9:00PM", endTime: "10:00PM", Core: "", Event: "Mini Event MLH - Bob Ross" },
17-
{ startTime: "10:00PM", endTime: "10:30AM", Core: "", Event: "" },
18-
{ startTime: "10:30PM", endTime: "11:30PM", Core: "", Event: "Estimation" },
3+
{ startTime: "9:00AM", endTime: "11:00AM", Core: "Check-in", Event: "Team Matching, Career Fair" },
4+
{ startTime: "10:30AM", endTime: "11:00AM", Core: "Walk-in Registration", Event: "" },
5+
{ startTime: "11:00AM", endTime: "12:00PM", Core: "Opening Ceremony", Event: "" },
6+
{ startTime: "12:00PM", endTime: "12:30PM", Core: "Lunch & Hacking Begins", Event: "" },
7+
{ startTime: "12:30PM", endTime: "1:30PM", Core: "", Event: "Intro to Hackathons Workshop" },
8+
{ startTime: "2:00PM", endTime: "2:50PM", Core: "", Event: "Intro to Web Dev Workshop" },
9+
{ startTime: "3:00PM", endTime: "4:00PM", Core: "", Event: "TDS Workshop" },
10+
{ startTime: "4:00PM", endTime: "5:00PM", Core: "", Event: "CapitalOne Competition" },
11+
{ startTime: "5:15PM", endTime: "6:00PM", Core: "", Event: "Deployment Workshop" },
12+
{ startTime: "6:00PM", endTime: "7:00PM", Core: "Dinner", Event: "" },
13+
{ startTime: "9:30PM", endTime: "10:45PM", Core: "", Event: "HackY2K" },
14+
{ startTime: "11:30PM", endTime: "12:00AM", Core: "", Event: "Estimathon" },
1915
{ startTime: "12:00AM", endTime: "8:00AM", Core: "", Event: "Overnight Hacking" },
20-
{ startTime: "8:00AM", endTime: "12:00PM", Core: "Breakfast & Final Sprint", Event: "" },
16+
{ startTime: "8:00AM", endTime: "10:00AM", Core: "Breakfast & Final Sprint", Event: "" },
17+
{ startTime: "11:00AM", endTime: "11:30AM", Core: "", Event: "GDC Presentations" },
2118
{ startTime: "12:00PM", endTime: "1:00PM", Core: "Hacking Ends, Lunch Begins", Event: "" },
2219
{ startTime: "1:00PM", endTime: "2:00PM", Core: "Project Judging", Event: "" },
23-
{ startTime: "2:30PM", endTime: "3:00PM", Core: "Finalist Presentations", Event: "" },
24-
{ startTime: "3:15PM", endTime: "4:00PM", Core: "Awards & Closing Ceremony", Event: "" },
20+
{ startTime: "2:30PM", endTime: "3:15PM", Core: "Closing Ceremony", Event: "Finalist Presentations" },
21+
{ startTime: "3:15PM", endTime: "4:00PM", Core: "Awards Ceremony", Event: "" },
2522
];
2623
---
2724

2825
<div class="w-full mx-auto px-6 md:px-12 xl:px-6 bg-gray-800">
2926
<div class="relative pb-10 pt-10 sm:pt-10 sm:pb-10 ml-auto min-h-full flex flex-col items-center">
30-
<h1 id="schedule" class="font-header text-white font-semibold text-3xl md:text-4xl xl:text-5xl mt-12 mb-4">Fall 2024 Schedule</h1>
27+
<h1 id="schedule" class="font-header text-white font-semibold text-3xl md:text-4xl xl:text-5xl mt-12 mb-4">Fall 2025 Schedule</h1>
3128
<div class="w-lg max-w-full overflow-x-auto">
3229
<table class="w-full text-sm text-left text-gray-500 dark:text-gray-400 overflow-x-auto">
3330
<thead class="text-base uppercase bg-gray-700 text-gray-100">

0 commit comments

Comments
 (0)