diff --git a/app/globals.css b/app/globals.css index ca41933..1d68c6f 100644 --- a/app/globals.css +++ b/app/globals.css @@ -3,7 +3,7 @@ :root { --background: #f5f0e8; --foreground: #111111; - --blue: #4B9CD3; + --blue: #4b9cd3; } @theme inline { diff --git a/components/About.tsx b/components/About.tsx index 9480fc2..f709518 100644 --- a/components/About.tsx +++ b/components/About.tsx @@ -20,10 +20,24 @@ export default function About() { alignItems: "baseline", }} > - + ABOUT THE EVENT - + § 01 @@ -47,10 +61,24 @@ export default function About() { gap: "12px", }} > - + {value} - + {label} @@ -66,19 +94,35 @@ export default function About() { }} >
-

- HackNC is a weekend for students of all skill levels to broaden their - talents. Your challenge is to make an awesome project in just 24 hours. - You will have access to hands-on tech workshops, sponsor networking, and - exciting talks about what's happening right now in CS and tech — - not to mention all of the free food, shirts, stickers, and swag!

+

+ HackNC is a weekend for students of all skill levels to broaden + their talents. Your challenge is to make an awesome project in just + 24 hours. You will have access to hands-on tech workshops, sponsor + networking, and exciting talks about what's happening right now + in CS and tech — not to mention all of the free food, shirts, + stickers, and swag! +

-

- You don't need to be a senior computer science student with four internships - to show up. HackNC is explicitly built for people who are still figuring - it out. The best projects usually come from people who had no idea what - they were doing on Friday night. +

+ You don't need to be a senior computer science student with + four internships to show up. HackNC is explicitly built for people + who are still figuring it out. The best projects usually come from + people who had no idea what they were doing on Friday night.

diff --git a/components/Footer.tsx b/components/Footer.tsx index 6277bb4..6820a6e 100644 --- a/components/Footer.tsx +++ b/components/Footer.tsx @@ -13,15 +13,37 @@ export default function Footer() { }} >
- + HACKNC 2026 -

+

UNIVERSITY OF NORTH CAROLINA AT CHAPEL HILL

- + © {new Date().getFullYear()} HACKNC -
+

- An annual hackathon at UNC Chapel Hill. We bring together - students from across the Southeast to build, hack, and deploy in - one weekend. All skill levels welcome, first-timers especially! + An annual hackathon at UNC Chapel Hill. We bring together students + from across the Southeast to build, hack, and deploy in one + weekend. All skill levels welcome, first-timers especially!

-
diff --git a/components/Nav.tsx b/components/Nav.tsx index 5cce3b2..737b4a7 100644 --- a/components/Nav.tsx +++ b/components/Nav.tsx @@ -30,13 +30,41 @@ export default function Nav() { justifyContent: "space-between", }} > - + HACKNC -