Skip to content

Commit

Permalink
Merge pull request #131 from HackRU/sponsors-dates
Browse files Browse the repository at this point in the history
Sponsors dates
  • Loading branch information
avsomers25 committed Jun 18, 2024
2 parents a74a2f3 + 9b6c7be commit c0d6a48
Show file tree
Hide file tree
Showing 3 changed files with 33 additions and 33 deletions.
2 changes: 1 addition & 1 deletion app/(pre-dashboard)/(landing)/page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ export default async function Page() {
</Suspense>
</GenericSection>
<GenericSection title="Sponsors">
<Sponsors />
{/* <Sponsors /> */}
</GenericSection>
<GenericSection title="FAQ" color="from-dark_blue_figma">
<FAQ />
Expand Down
4 changes: 2 additions & 2 deletions app/(pre-dashboard)/(landing)/sections/About.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -187,9 +187,9 @@ export default function About() {
<div className="pb-6 pt-6">
<p className="inline font-bold">Apply</p>
<p className="inline"> to attend our</p>
<p className="inline font-bold"> Spring 2024 HackRU!</p>
<p className="inline font-bold">Fall 2024 HackRU!</p>
<p className="inline"> The event will be on</p>
<p className="inline font-bold"> March 23rd-24th</p>
<p className="inline font-bold"> October 26th-27th</p>
<p className="inline"> at the</p>
<p className="inline font-bold"> Busch Student Center.</p>
</div>
Expand Down
60 changes: 30 additions & 30 deletions app/(pre-dashboard)/(landing)/sections/Schedule.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -49,36 +49,36 @@ const schedule = {
{ time: '12:00 PM', event: 'Team Building', location: 'Hacking Area' },
{ time: '12:00 PM', event: 'Hacking Starts', location: 'Hacking Area' },
{ time: '1:00 PM', event: 'Lunch', location: 'In Front of MPR' },
{
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: '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' },
],
},
Expand Down

0 comments on commit c0d6a48

Please sign in to comment.