Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

update #12

Merged
merged 1 commit into from
Apr 6, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Binary file added public/prizes/cocalc.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 1 addition & 0 deletions src/app/prizes/prizes.ts
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@ export const PRIZES = [
newReward('Best Solo Hack', ['Wireless Earbuds', '1Password Swag Bag'], ['earbuds.png']),
newReward('Best Duo Hack', ['2x $50 Fan-Fan Gift Cards'], ['fanfan.png']),
newReward('Best Beginner Hack', ['4x Squishmallows', 'Desmos Swag Bag'], ['squishmallow.png']),
newReward('Best Use of CoCalc', ['4x CoCalc Credits'], ['cocalc.png']),
newReward('Track: Lost at Sea', ['4x Amazon Echo Pop'], ['echopop.png']),
newReward('Track: X Marks the Spot', ['4x Speaker'], ['anker.png']),
newReward('Track: All Hands on Deck', ['4x Wireless Charging Desk Lamp'], ['lamp.jpg']),
Expand Down
10 changes: 5 additions & 5 deletions src/sections/landing/schedule/schedule.ts
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ export const SATURDAY_SCHEDULE: ScheduleItem[] = [
newScheduleItem('Main Event', '9:30 AM - 10:15 AM', 'Opening Ceremony', 'SDSC Auditorium'),
newScheduleItem('Social', '10:30 AM - 11:00 AM', 'Team Formation', 'Warren Bear Lawn'),
newScheduleItem('Info', '11:00 AM', 'Hacking Starts!', 'CSE Basement'),
newScheduleItem('Info', '12:00 PM', 'Lunch Distribution', 'Warren Mall'),
newScheduleItem('Info', '12:00 PM', 'Lunch Distribution', 'Warren Bear Lawn'),
newScheduleItem(
'Workshop',
'2:00 PM - 3:00 PM',
Expand All @@ -43,7 +43,7 @@ export const SATURDAY_SCHEDULE: ScheduleItem[] = [
'Machine Learning Prototyping (hosted by ACM)',
'CSE 1202'
),
newScheduleItem('Info', '6:00 PM', 'Dinner Distribution', 'Warren Mall'),
newScheduleItem('Info', '6:00 PM', 'Dinner Distribution', 'Warren Bear Lawn'),
newScheduleItem(
'Workshop',
'7:00 PM - 8:00 PM',
Expand All @@ -60,7 +60,7 @@ export const SATURDAY_SCHEDULE: ScheduleItem[] = [
];

export const SUNDAY_SCHEDULE = [
newScheduleItem('Info', '8:30 AM', 'Breakfast Distribution', 'Warren Mall'),
newScheduleItem('Info', '8:30 AM', 'Breakfast Distribution', 'Warren Bear Lawn'),
newScheduleItem('Workshop', '9:00 AM - 10:00 AM', 'Career Talk with CoCalc', 'CSE 1202'),
newScheduleItem('Workshop', '10:00 AM - 11:00 AM', 'Intro to RegEx (hosted by TSE)', 'CSE 1202'),
newScheduleItem(
Expand All @@ -69,7 +69,7 @@ export const SUNDAY_SCHEDULE = [
'Intro to Backend and APIs (hosted by IEEE)',
'CSE 1202'
),
newScheduleItem('Info', '12:00 PM', 'Lunch Distribution', 'Warren Mall'),
newScheduleItem('Info', '12:00 PM', 'Lunch Distribution', 'Warren Bear Lawn'),
newScheduleItem(
'Workshop',
'1:00 PM - 2:00 PM',
Expand All @@ -84,7 +84,7 @@ export const SUNDAY_SCHEDULE = [
),
newScheduleItem('Workshop', '3:00 PM - 4:00 PM', 'Ethics in AI (hosted by ACM AI)', 'CSE 1202'),
newScheduleItem('Deadline', '5:00 PM', 'Project Submissions Due!', 'All Venues'),
newScheduleItem('Info', '6:00 PM', 'Dinner Distribution', 'Warren Mall'),
newScheduleItem('Info', '6:00 PM', 'Dinner Distribution', 'Warren Bear Lawn'),
newScheduleItem(
'Main Event',
'7:00 PM - 9:00 PM',
Expand Down
Loading