Skip to content
Merged
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
6 changes: 4 additions & 2 deletions app/_data/tracks.ts
Original file line number Diff line number Diff line change
Expand Up @@ -462,14 +462,16 @@ const nonHDTracks: Tracks = {
filter: 'Non-Profit',
prizes: ['Aroma Diffuser'],
images: [aromaDiffuser],
eligibility_criteria: '',
eligibility_criteria:
'Projects must create a digital system to track donations as they come in and go out. Wellspring is looking for a straightforward, easy-to-use digital tool that helps staff and volunteers quickly log donated items, track how they are distributed, and generate basic reports when needed.',
},
'Best Hack for ASUCD Pantry': {
name: 'Best Hack for ASUCD Pantry',
filter: 'Non-Profit',
prizes: ['Pokemon Packs'],
images: [pokemonPacks],
eligibility_criteria: '',
eligibility_criteria:
'Projects must design a digital recipe book or platform that generates simple, affordable, and culturally inclusive recipes based on selected pantry items, accounts for common student constraints (minimal equipment, short cook times, dietary needs), and helps reduce food waste while making the pantry more accessible and empowering.',
},
};

Expand Down
Loading