Skip to content

Commit

Permalink
Merge pull request #231 from HackRU/dev
Browse files Browse the repository at this point in the history
Dev
  • Loading branch information
avsomers25 authored Oct 25, 2024
2 parents 8c1e39e + 27b330d commit 125e4af
Show file tree
Hide file tree
Showing 3 changed files with 19 additions and 40 deletions.
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.

0 comments on commit 125e4af

Please sign in to comment.