Skip to content
Merged
Show file tree
Hide file tree
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
27 changes: 9 additions & 18 deletions app/page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -6,30 +6,21 @@ import HeroBanner from "@/components/Banner/HeroBanner.tsx";

const cards_info = [
{
name: "The Centre for Dreams",
description:
"A centralized mobile application to send announcements, track absences, schedule events, and have discussions.",
image: "projects/centre-for-dreams.jpg",
name: "The Inga Foundation",
description: "Coming Soon!",
image: "projects/inga.jpg",
link: "/projects",
},
{
name: "The Period Purse",
description:
"A Menstrual Tracking application for iOS and Android, built by youth for youth.",
image: "projects/the-period-purse.jpeg",
name: "Toronto Rape Crisis Centre",
description: "Coming Soon!",
image: "projects/trcc.jpg",
link: "/projects",
},
{
name: "Toronto Community Employment Services",
description:
"A public-facing job board where applicants can find jobs to apply for.",
image: "projects/tces2.jpg",
link: "/projects",
},
{
name: "City of Brampton",
description: "A digital queue system for the public sport courts.",
image: "projects/btq.jpg",
name: "The Museum of Art and Digital Entertainment (MADE)",
description: "Coming Soon!",
image: "projects/made.jpg",
link: "/projects",
},
];
Expand Down
Loading