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

Dev #231

Merged
merged 2 commits into from
Oct 25, 2024
Merged

Dev #231

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
55 changes: 16 additions & 39 deletions app/(pre-dashboard)/(landing)/sections/Schedule.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ const schedule = {
day: 'Saturday',
times: [
{
time: '10:00 AM',
time: '9:00 AM',
event: 'Check-in Starts',
location: 'Center Lobby',
},
Expand All @@ -48,40 +48,17 @@ const schedule = {
},
{ time: '12:00 PM', event: 'Team Building', location: 'tbd' },
{ time: '12:00 PM', event: 'Hacking Starts', location: 'Hacking Area' },
{ time: '1:00 PM', event: 'Lunch', location: 'In Front of MPR' },
{ time: '1:00 PM - 7:00PM', event: 'Partner Workshops! NTICE, iCIMS, MLH (Github, Figma)', location: '108' },
{ time: '12:30 PM', event: 'Lunch', location: 'In Front of MPR' },
{ time: '1:00 PM', event: 'Github Copilot', location: '108' },
{ time: '2:00 PM', event: 'iCIMS', location: '108' },
{ time: '2:30 PM', event: 'NTICE', location: '108' },
{ time: '4:00 PM', event: 'USACS Resume Workshop', location: '108' },
{ time: '5:00 PM', event: 'Figma workshop', location: '108' },
{ time: '6:00 PM', event: 'NJT', location: '108' },
//{ time: '6:00 PM', event: 'Dogs', location: '' },
{ time: '4:00 PM', event: 'Aracde Suprise', location: 'tbd' },
// {
// time: '2:00 PM',
// event: 'Wakefern Tech Talk',
// location: 'Room 120',
// },
// { time: '2:30 PM', event: 'API Demo', location: 'Room 122' },
// { time: '3:00 PM', event: 'iCIMS Tech Talk', location: 'Room 120' },
// { time: '3:30 PM', event: 'RUSA Workshop', location: 'Room 122' },
// { time: '3:30 PM', event: 'USACS Resume Workshop', location: 'Room 120' },
// {
// time: '4:30 PM',
// event: 'Cloudflare Tech Talk',
// location: 'Room 122',
// },
// {
// time: '5:00 PM',
// event: 'MLH Intro to Github Copilot Workshop',
// location: 'Room 120',
// },
// {
// time: '6:30 PM',
// event: 'MLH Soroban Quest Mini Event',
// location: 'Room 120',
// },
// {
// time: '7:30 PM',
// event: 'ex-Meta SWE Tech Talk',
// location: 'Room 120',
// },
// { time: '7:30 PM', event: 'RUCP Workshop', location: 'Room 117' },
{ time: '8:30 PM', event: 'Dinner', location: 'In Front of MPR' },

{ time: '8:00 PM', event: 'Dinner', location: 'In Front of MPR' },
],
},

Expand All @@ -93,17 +70,17 @@ const schedule = {
event: 'Midnight Surprise',
location: 'Hacking Area',
},
{ time: '8:00 AM', event: 'Breakfast', location: 'In Front of MPR' },
{ time: '8:15 AM', event: 'Breakfast', location: 'In Front of MPR' },
{
time: '12:00 PM',
event: 'Submissions Due',
location: 'Hacking Area',
},
{ time: '12:30 PM', event: 'Lunch', location: 'In Front of MPR' },
{ time: '1:00 PM', event: 'Judging Begins', location: 'Hacking Area' },
{ time: '3:00 PM', event: 'Judging Ends', location: 'Hacking Area' },
{ time: '11:00 PM', event: 'Lunch', location: 'In Front of MPR' },
{ time: '12:30 PM', event: 'Judging Begins', location: 'Hacking Area' },
{ time: '2:30 PM', event: 'Judging Ends', location: 'Hacking Area' },
{
time: '3:30 PM',
time: '3:00 PM',
event: 'Closing Ceremony',
location: 'Hacking Area',
},
Expand Down
4 changes: 3 additions & 1 deletion app/(pre-dashboard)/(landing)/sections/Sponsors.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,8 @@ export default async function Sponsors() {
'/sponsors/GoogleCloud.png',
'/sponsors/RGC_Logo_Default.png',
'/sponsors/godspeed.png',
'/sponsors/saily-logo-yellow_2.png'
'/sponsors/saily-logo-yellow_2.png',
'/sponsors/CVLT_Logo_RGB_R_Croc_7.png'
];

const sponsorsLinks = [
Expand All @@ -22,6 +23,7 @@ export default async function Sponsors() {
'https://rutgers.campuslabs.com/engage/organization/rgc',
'https://godspeedapp.com/',
'https://saily.com/',
'https://www.commvault.com/'
];

return (
Expand Down
Binary file added public/sponsors/CVLT_Logo_RGB_R_Croc_7.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading