Skip to content

Commit 9c56e83

Browse files
authored
Merge pull request #1175 from EthanThatOneKid/update-hackathon
feat/hackathon-update
2 parents 2b7ab32 + f4b6dd2 commit 9c56e83

2 files changed

Lines changed: 16 additions & 1 deletion

File tree

src/routes/(site)/hackathons/data.ts

Lines changed: 16 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,10 +43,25 @@ export default [
4343
location: 'California State University, Fullerton',
4444
theme: 'Neon',
4545
description:
46-
'Now open to all college students, FullyHacks 2024 garnered an interest of over 400+ students and is the largest event of ACM at CSUF.',
46+
'Now open to all college students, FullyHacks 2024 garnered an interest of over 400+ students and achieved a significant milestone of 200+ attendees throughout the two days.',
4747
directors: [
4848
{ name: 'Daniel Truong', picture: '/people/daniel-truong.webp' },
4949
{ name: 'David Solano', picture: '/people/david-solano.webp' },
5050
],
5151
},
52+
{
53+
id: 'fullyhacks2025',
54+
title: 'FullyHacks 2025',
55+
date: 'April 2025',
56+
location: 'California State University, Fullerton',
57+
theme: 'Space',
58+
description:
59+
'Continuing the momentum, FullyHacks 2025 attracted over 450 students and set new records with 234 hackers, 12 judges, 69 project submissions, and a retention rate exceeding 80%.',
60+
directors: [
61+
{ name: 'Eric Ly', picture: '/people/eric-ly.webp' },
62+
{ name: 'Esteban Escartin', picture: '/people/esteban-escartin.webp' },
63+
{ name: 'Joel Daniel Rico', picture: '/people/joel-daniel-rico.webp' },
64+
{ name: 'Sama Ahmed', picture: '/people/sama-ahmed.webp' },
65+
],
66+
},
5267
] as const satisfies Hackathon[];
57.5 KB
Loading

0 commit comments

Comments
 (0)