Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
19 commits
Select commit Hold shift + click to select a range
9e04744
Update dependency posthog-node to v5.28.4 (#825)
renovate[bot] Mar 19, 2026
29bce9e
Update dependency @tanstack/react-query to v5.91.0 (#826)
renovate[bot] Mar 19, 2026
6c5c51b
Update dependency posthog-js to v1.362.0 (#822)
renovate[bot] Mar 19, 2026
27e27ef
Update nextjs monorepo to v16.2.0 (#827)
renovate[bot] Mar 19, 2026
392b3eb
Update dependency @tanstack/react-query to v5.91.2 (#828)
renovate[bot] Mar 19, 2026
8e0ca20
Update dependency knip to v5.88.1 (#829)
renovate[bot] Mar 19, 2026
cd91175
Update dependency firebase to v12.11.0 (#830)
renovate[bot] Mar 20, 2026
80a7920
Update dependency posthog-js to v1.363.0 (#831)
renovate[bot] Mar 20, 2026
0f6b973
Update dependency @posthog/nextjs-config to v1.8.23 (#833)
renovate[bot] Mar 20, 2026
5e552a8
Update dependency @tanstack/react-query to v5.91.3 (#834)
renovate[bot] Mar 21, 2026
3d934db
Update dependency posthog-js to v1.363.1 (#835)
renovate[bot] Mar 21, 2026
8fa3981
Update dependency posthog-node to v5.28.5 (#836)
renovate[bot] Mar 21, 2026
599329f
Update nextjs monorepo to v16.2.1 (#837)
renovate[bot] Mar 21, 2026
e2ee72a
Update dependency @tanstack/react-query to v5.94.5 (#838)
renovate[bot] Mar 21, 2026
e55b1e5
Update dependency ics to v3.9.0 (#839)
renovate[bot] Mar 21, 2026
bc87acd
Update dependency react-hook-form to v7.72.0 (#840)
renovate[bot] Mar 22, 2026
7247ce0
Update dependency @tanstack/react-query to v5.95.0 (#841)
renovate[bot] Mar 23, 2026
6357c35
update prizes and challenges
joeboppell Mar 23, 2026
bde37c0
Change prize boxes to show titles
joeboppell Mar 23, 2026
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
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
"@mui/icons-material": "^6.0.0",
"@mui/material": "^6.4.4",
"@next/third-parties": "^16.0.0",
"@posthog/nextjs-config": "1.8.22",
"@posthog/nextjs-config": "1.8.23",
"@radix-ui/react-avatar": "^1.1.10",
"@radix-ui/react-checkbox": "^1.3.2",
"@radix-ui/react-dialog": "^1.1.14",
Expand All @@ -46,7 +46,7 @@
"clsx": "^2.1.1",
"cmdk": "^1.1.1",
"eslint": "9.39.4",
"eslint-config-next": "16.1.7",
"eslint-config-next": "16.2.1",
"firebase": "^12.0.0",
"form-data": "^4.0.0",
"framer-motion": "^12.0.0",
Expand All @@ -55,7 +55,7 @@
"lint-staged": "^16.0.0",
"lucide-react": "^0.577.0",
"luxon": "^3.4.2",
"next": "16.1.7",
"next": "16.2.1",
"posthog-js": "^1.257.0",
"posthog-node": "^5.5.1",
"prettier": "^3.3.3",
Expand Down
Binary file added public/sp26/base44_challenge.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added public/sp26/hackpsu_grand_prize.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added public/sp26/ist_challenge.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
36 changes: 18 additions & 18 deletions src/components/PrizesChallenges/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ interface AwardData {
description: string;
prizes?: Prize[];
extra?: string;
closedBoxImage?: string;
}

interface AwardBoxProps {
Expand Down Expand Up @@ -108,7 +109,11 @@ const PrizeButton: React.FC<{
className="relative transition-transform duration-200 hover:scale-110 focus:outline-none"
>
<Image
src={showOpen ? "/sp26/BoxOpened2.png" : "/sp26/BoxClosed3.png"}
src={
showOpen
? "/sp26/BoxOpened2.png"
: award.closedBoxImage || "/sp26/BoxClosed3.png"
}
alt={award.title}
fill
className="object-contain"
Expand Down Expand Up @@ -219,41 +224,36 @@ const PrizesChallenges: React.FC = () => {
prizes: [
{ place: "1st Place", amount: "$500 in cash" },
{ place: "2nd Place", amount: "$300 in cash" },
{ place: "3rd Place", amount: "$100 in cash" },
{ place: "3rd Place", amount: "$200 in cash" },
],
closedBoxImage: "/sp26/hackpsu_grand_prize.png",
},
{
id: 2,
title: "Best UX/UI Design",
title: "Base44 Challenge",
description:
"Create a project where the user interface is accessible, functional, and intuitive. Information can be perceived in multiple ways, such as adjustable color contrast, font size, or captions. Navigation is operable and user-friendly. Content is understandable and robust across devices and assistive technologies.",
"Social media connects billions of people, but it also faces issues like misinformation, mental health impacts, privacy concerns, and lack of meaningful engagement. How can technology improve social media experiences for users while addressing these challenges?",
prizes: [
{
place: "Prize",
amount: "Peraton swag bag and Beats Headphones for each team member",
amount:
"Ketone-IQ Prize Bundle: 1 of Each Variant of the Energy Shots, Towel, Water Bottle, Performance Hat, $50 Target Gift Card",
},
],
closedBoxImage: "/sp26/base44_challenge.png",
},
{
id: 3,
title: "Nittany AI Challenge",
title: "College of IST Challenge",
description:
"Use the power of AI to address real-world problems in: Health, Humanitarianism, Education, Environment, and Agriculture.",
"Build the future with Open Claw at this HackPSU challenge. Create innovative AI-powered tools, applications, and experiments using the OpenClaw platform. Explore bold ideas, collaborate with fellow hackers, and turn prototypes into real projects. Whether you're learning or pushing boundaries, this is your chance to shape what comes next with OpenClaw.",
prizes: [
{
place: "1st Place",
amount: "$99 Amazon Gift Card per team member (up to 5)",
},
{
place: "2nd Place",
amount: "$50 Amazon Gift Card per team member (up to 5)",
},
{
place: "3rd Place",
amount: "$25 Amazon Gift Card per team member (up to 5)",
place: "Prize",
amount: "TBD",
},
],
extra: "Total prize pool: $870 in cash",
closedBoxImage: "/sp26/ist_challenge.png",
},
];

Expand Down
Loading
Loading