Skip to content

Commit

Permalink
update schedule
Browse files Browse the repository at this point in the history
  • Loading branch information
ImNotRog committed Jan 27, 2024
1 parent d70d748 commit 9ca61f6
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions src/app/(landing)/Schedule.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -11,12 +11,14 @@ export default function Schedule() {
<ScheduleItem start="2:00 PM" end="2:30 PM">Opening ceremony</ScheduleItem>
<ScheduleItem start="2:30 PM" end="3:00 PM">Team formation</ScheduleItem>
<ScheduleItem start="3:00 PM" bold>Commence Hacking!</ScheduleItem>
<ScheduleItem start="3:15 PM" end="4:45 PM">Intro to Code</ScheduleItem>
<ScheduleItem start="5:00 PM" end="6:30 PM">Basic AI/ML</ScheduleItem>
<ScheduleItem start="5:00 PM" end="6:30 PM">Github Copilot Workshop by MLH</ScheduleItem>
<ScheduleItem start="3:15 PM" end="4:45 PM">Intro to Code WS</ScheduleItem>
<ScheduleItem start="3:15 PM" end="4:45 PM">Intro to Unity WS</ScheduleItem>
<ScheduleItem start="5:00 PM" end="6:30 PM">Basic AI/ML WS</ScheduleItem>
<ScheduleItem start="5:00 PM" end="6:30 PM">Github Copilot WS by MLH</ScheduleItem>
<ScheduleItem start="6:30 PM">Dinner</ScheduleItem>
<ScheduleItem start="7:00 PM" end="7:30 PM">Coding Trivia Kahoot</ScheduleItem>
<ScheduleItem start="7:30 PM" end="8:45 PM">Web Dev/Discord Bots Workshop</ScheduleItem>
<ScheduleItem start="7:30 PM" end="8:45 PM">Web Development WS</ScheduleItem>
<ScheduleItem start="7:30 PM" end="8:45 PM">Discord Bots WS</ScheduleItem>
<ScheduleItem start="10:00 PM" end="10:30 PM">Cow Drawing Competition</ScheduleItem>
<ScheduleItem start="10:00 PM" end="12:00 AM">Movie Night</ScheduleItem>
</ScheduleDay>
Expand Down

1 comment on commit 9ca61f6

@github-actions
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Deploy preview for gunnhacks10 ready!

✅ Preview
https://gunnhacks10-ld1tz623f-imnotrog.vercel.app

Built with commit 9ca61f6.
This pull request is being automatically deployed with vercel-action

Please sign in to comment.