- */}
-
- HackerRank
-
-
- . We aim to explore learning in areas such as cryptography,
- circuitry, algorithms, and much more!
+ with tools to build various circuits and engage in coding
+ challenges through the platform. We aim to explore learning in
+ areas such as cryptography, circuitry, algorithms, and much more!
@@ -232,39 +222,67 @@ function HomePrizes() {
Attend HackPSH to earn prizes, participate in raffles, and much
more!
-
-
-
-
-
2nd Place
-
$50
-
-
-
-
1st Place
-
$100
-
-
-
-
3rd Place
-
$25
-
-
+
+
+ Prizes are being determined for the current event.
+
-
- Everyone will receive a Certificate of Participation and an entry
- in the Resume Book.
-
+//
+// );
+// }
function HomePastEvents() {
return (
@@ -273,6 +291,35 @@ function HomePastEvents() {
PAST EVENTS
+
+
+
+
+
HackPSH Spring 2024
+
+ The Spring 2024 Hackathon, our largest hackathon event yet, was
+ made possible with the help of sponsors including Advanced
+ Conversion Technology. All participants received their own
+ Rasberry Pi Pico W kit to create their very own project. This
+ hackathon featured a variety of challenges in Software and
+ Electrical Engineering. Students also had the opportunity to
+ demonstrate their soldering skills to earn points.
+
+
+
+ Read More
+
+
+
+
+
Read More
@@ -326,7 +373,7 @@ function HomePastEvents() {
Read More
diff --git a/src/app/(main)/layout.tsx b/src/app/(main)/layout.tsx
index 05381a81..bd31be52 100644
--- a/src/app/(main)/layout.tsx
+++ b/src/app/(main)/layout.tsx
@@ -35,7 +35,7 @@ export default function RootLayout({
{children}
diff --git a/src/app/_components/challenges/challenge-card.tsx b/src/app/_components/challenges/challenge-card.tsx
index 6dfb5d98..6b3ca2d1 100644
--- a/src/app/_components/challenges/challenge-card.tsx
+++ b/src/app/_components/challenges/challenge-card.tsx
@@ -48,7 +48,7 @@ export default function ChallengeCard({
0) setValue(value);
}, []);
+ const { theme } = useTheme();
+
return (