Skip to content

Commit 4cb0af7

Browse files
feat: add 2025-2026 members and reorg how member images are handled (#103)
* feat: reorganize member image handling * add new members headhots, linkedins, and create new teams * formatting
1 parent 95a0199 commit 4cb0af7

172 files changed

Lines changed: 966 additions & 553 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

app/page.tsx

Lines changed: 9 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -6,30 +6,21 @@ import HeroBanner from "@/components/Banner/HeroBanner.tsx";
66

77
const cards_info = [
88
{
9-
name: "The Centre for Dreams",
10-
description:
11-
"A centralized mobile application to send announcements, track absences, schedule events, and have discussions.",
12-
image: "projects/centre-for-dreams.jpg",
9+
name: "The Inga Foundation",
10+
description: "Coming Soon!",
11+
image: "projects/inga.jpg",
1312
link: "/projects",
1413
},
1514
{
16-
name: "The Period Purse",
17-
description:
18-
"A Menstrual Tracking application for iOS and Android, built by youth for youth.",
19-
image: "projects/the-period-purse.jpeg",
15+
name: "Toronto Rape Crisis Centre",
16+
description: "Coming Soon!",
17+
image: "projects/trcc.jpg",
2018
link: "/projects",
2119
},
2220
{
23-
name: "Toronto Community Employment Services",
24-
description:
25-
"A public-facing job board where applicants can find jobs to apply for.",
26-
image: "projects/tces2.jpg",
27-
link: "/projects",
28-
},
29-
{
30-
name: "City of Brampton",
31-
description: "A digital queue system for the public sport courts.",
32-
image: "projects/btq.jpg",
21+
name: "The Museum of Art and Digital Entertainment (MADE)",
22+
description: "Coming Soon!",
23+
image: "projects/made.jpg",
3324
link: "/projects",
3425
},
3526
];

0 commit comments

Comments
 (0)