Skip to content
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
4 changes: 2 additions & 2 deletions app/(pages)/(index-page)/_components/BigWave/Statistics.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,10 @@ import styles from './Statistics.module.scss';
const ANIMATION_LEN = 2000;

const statsData = [
{ stat: 850, text: 'HACKERS', suffix: '+' },
{ stat: 900, text: 'HACKERS', suffix: '+' },
{ stat: 24, text: 'HOURS' },
{ stat: 150, text: 'PROJECTS', suffix: '+' },
{ stat: 10, text: 'PRIZES', prefix: '$', suffix: 'k+' },
{ stat: 20, text: 'PRIZES', prefix: '$', suffix: 'k+' },
];

export default function Statistics() {
Expand Down
10 changes: 5 additions & 5 deletions app/(pages)/(index-page)/_components/FAQ/AccordionFAQ.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -53,9 +53,9 @@ const whatToHelpAnswer = (
<>
HackDavis is largely built upon the efforts of our mentors and volunteers,
who ensure that our hackers have a great experience at our event! Our mentor
and volunteer applications will open in late April, so keep an eye out! If
you're interested in making a tax-deductible contribution to HackDavis,
please get in touch at{' '}
applications are open and volunteer applications will open up soon, so keep
an eye out! If you're interested in making a tax-deductible contribution to
HackDavis, please get in touch with us at{' '}
<a
style={{
textDecoration: 'underline',
Expand All @@ -81,11 +81,11 @@ const AccordionFAQ = () => {
},
{
question: 'Do I need to know how to code?',
answer: `Nope! Coming in, you do not need to know how to code, but you have to be willing to learn! HackDavis is proud to be a beginner-focused hackathon, and we welcome hackers from all experience levels and backgrounds - over 40% of our hackers are beginners! HackDavis is the perfect time and place to learn new skills - we host beginner-friendly workshops and our mentors provide guidance to help you build something you can be proud of.`,
answer: `Nope! Coming in, you do not need to know how to code, but you have to be willing to learn! HackDavis is proud to be a beginner-focused hackathon, and we welcome hackers from all experience levels and backgrounds - over 65% of our hackers are beginners! HackDavis is the perfect time and place to learn new skills - we host beginner-friendly workshops and our mentors provide guidance to help you build something you can be proud of.`,
},
{
question: 'How do teams work?',
answer: `Teams can have up to four members, and submit a single project together! Want to go solo? Fine by us, but we'd highly recommend joining a team to make new friends, bounce ideas off one another, and bring your ideas to life!`,
answer: `Teams can have up to 4 members, and submit a single project together! Want to go solo? Fine by us, but we'd highly recommend joining a team to make new friends, bounce ideas off one another, and bring your ideas to life!`,
},
{
question: 'How can I help?',
Expand Down
2 changes: 1 addition & 1 deletion app/(pages)/(index-page)/_components/SandCastle.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ function WhatIsHackDavisText() {
<p className="text-base sm:text-xl md:text-2xl lg:text-3xl 2xl:text-5xl">
is one of the
<strong> largest collegiate hackathons </strong> in California, where
over 850 students, creators, and leaders come together to{' '}
over 900 students, creators, and leaders come together to{' '}
<strong>create for social good</strong>.
</p>
</div>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@ import Marquee from '../Marquee/Marquee';
import styles from './SponsorsCarousel.module.scss';

// Row 1: tier 1 sponsors
// import Intel from 'public/index/Sponsors/intel.png';
import csDepartment from 'public/index/Sponsors/cs.png';
import asucd from 'public/index/Sponsors/asucd.png';
// import ucDavis from 'public/index/Sponsors/ucDavis.png';
Expand All @@ -17,6 +16,8 @@ import asucd from 'public/index/Sponsors/asucd.png';
// import ucdLS from 'public/index/Sponsors/ls.png';
// import codeCrafters from 'public/index/Sponsors/codecrafters.png';
import datalab from 'public/index/Sponsors/datalab.png';
import cerebras from 'public/index/Sponsors/cerebras.png';
import nosu from 'public/index/Sponsors/nosu.png';

// Row 3: IPO Sponsors
// import aggieHouse from 'public/index/Sponsors/IPOs/aggieHouseCow.png';
Expand Down Expand Up @@ -87,6 +88,12 @@ export default function SponsorsCarousel() {
url="https://codecrafters.io/"
alt="CodeCrafters logo"
/> */}
<Logo
imgSrc={cerebras}
url="https://cerebras.ai/"
alt="Cerebras Logo"
/>
<Logo imgSrc={nosu} url="https://www.nosu.io/" alt="Nosu Logo" />
</Marquee>

<Marquee iterations={2} duration={50}>
Expand Down
2 changes: 1 addition & 1 deletion app/(pages)/(index-page)/_components/hero/heroInfo.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ export default function HeroInfo() {
social good
</h1>
<p className="mt-[31px] font-metropolis text-[16px] font-normal tracking-[0.48px] text-white break-625:text-[20px]">
April 19-20, 2025 @ UCenter
April 19-20, 2025 @ University Credit Union Center
</p>
</div>

Expand Down
4 changes: 2 additions & 2 deletions app/(pages)/about-us/_components/Hero/heroStats.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,10 @@ import styles from './heroStats.module.scss';
import CountUp from '@components/CountUp/CountUp';

const statsData = [
{ stat: 850, text: 'HACKERS', suffix: '+', duration: 2000 },
{ stat: 900, text: 'HACKERS', suffix: '+', duration: 2000 },
{ stat: 24, text: 'HOURS', duration: 2000 },
{ stat: 150, text: 'PROJECTS', suffix: '+', duration: 2000 },
{ stat: 10, text: 'PRIZES', prefix: '$', suffix: 'k+', duration: 2000 },
{ stat: 20, text: 'PRIZES', prefix: '$', suffix: 'k+', duration: 2000 },
];

export default function HeroStats() {
Expand Down
Loading