Skip to content

Commit

Permalink
update Schedule
Browse files Browse the repository at this point in the history
  • Loading branch information
ImNotRog committed Jan 18, 2024
1 parent 9d2b602 commit 83920c0
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 11 deletions.
18 changes: 8 additions & 10 deletions src/app/(landing)/Schedule.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -4,31 +4,29 @@ import Section from '../../components/Section';

export default function Schedule() {
return (
<Section red title="Tentative Schedule" id="schedule">
<Section red title="Schedule" id="schedule">
<div className="flex flex-wrap gap-8">
<ScheduleDay name="January 21">
<ScheduleItem start="1:30 PM">Doors open</ScheduleItem>
<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">Introduction to Web Development</ScheduleItem>
<ScheduleItem start="3:15 PM" end="4:45 PM">Introduction to Unity</ScheduleItem>
<ScheduleItem start="5:00 PM" end="6:30 PM">Python Review & Webscraping</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="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">Discord Bots (Python + JS)</ScheduleItem>
<ScheduleItem start="7:30 PM" end="8:45 PM">Web Dev/Discord Bots Workshop</ScheduleItem>
<ScheduleItem start="10:00 PM" end="10:30 PM">Cow Drawing Competition</ScheduleItem>
<ScheduleItem start="11:00 PM" end="11:30 PM">Chess Tournament</ScheduleItem>
<ScheduleItem start="10:00 PM" end="12:00 AM">Movie Night</ScheduleItem>
</ScheduleDay>
<ScheduleDay name="January 22">
<ScheduleItem start="12:00 AM" end="2:00 AM">Movie Night & Snacks</ScheduleItem>
<ScheduleItem start="8:00 AM">Breakfast</ScheduleItem>
<ScheduleItem start="9:00 AM" end="9:15 AM">Cup Stacking</ScheduleItem>
<ScheduleItem start="10:00 AM" end="10:30 AM">Cup Stacking</ScheduleItem>
<ScheduleItem start="10:45 AM" end="11:30 AM">Chess Tourney</ScheduleItem>
<ScheduleItem start="12:00 PM">Lunch</ScheduleItem>
<ScheduleItem start="3:00 PM" bold>Hacking Ends</ScheduleItem>
<ScheduleItem start="3:00 PM" end="5:00 PM">Presentations & Demos (Judging)</ScheduleItem>
<ScheduleItem start="3:00 PM" end="4:30 PM">Code Golf</ScheduleItem>
<ScheduleItem start="3:15 PM" end="4:30 PM">Scientific Computing</ScheduleItem>
<ScheduleItem start="4:00 PM" end="4:45 PM">Pokemon Battle</ScheduleItem>
<ScheduleItem start="5:00 PM" end="5:30 PM">Awards & Closing Ceremony</ScheduleItem>
<ScheduleItem start="5:30 PM" end="6:00 PM">Awards Distribution</ScheduleItem>
<ScheduleItem start="6:00 PM" end="6:30 PM">Cleanup & Doors Close</ScheduleItem>
Expand Down
2 changes: 1 addition & 1 deletion src/app/(landing)/page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ export default function Home() {
{/* <Header /> */}
<Heading />
<About />
{/* <Schedule /> */}
<Schedule />
<Prizes />
{/* <Judges /> */}
<FAQ />
Expand Down

1 comment on commit 83920c0

@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-9ihycvi52-imnotrog.vercel.app

Built with commit 83920c0.
This pull request is being automatically deployed with vercel-action

Please sign in to comment.