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: 20 additions & 7 deletions data/TeamData.ts
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ import Nicholas_Image from "public/img/exec/2024/Nicholas.png";
// 2025 Team Images
import Jack_Image_2025 from "public/img/exec/2025/Jack.jpg";
import Rory_Image_2025 from "public/img/exec/2025/Rory.jpg";
import Tyrone_Image_2025 from "public/img/exec/2025/Tyrone.jpg";
import Tyrone_Image_2025 from "public/img/exec/2025/Tyrone.jpeg";
import Mariam_Image_2025 from "public/img/exec/2025/Mariam.png";
import Sania_Image_2025 from "public/img/exec/2025/Sania.png";
import Aiden_Image_2025 from "public/img/exec/2025/Aiden.png";
Expand All @@ -99,6 +99,8 @@ import Kenzie_Image_2025 from "public/img/exec/2025/Kenzie.jpg";
import Georgia_Image_2025 from "public/img/exec/2025/Georgia.png";
import Alana_Image_2025 from "public/img/exec/2025/Alana.png";
import Prapann_Image_2025 from "public/img/exec/2025/Prapann.png";
import Angelo_Image_2025 from "public/img/exec/2025/Angelo.jpeg";
import Niamh_Image_2025 from "public/img/exec/2025/Niamh.jpeg";

import { MembersByYear } from "./types";

Expand Down Expand Up @@ -999,12 +1001,23 @@ const MEMBERS: MembersByYear[] = [
],
],
},
// {
// sectionName: "First Year Representative",
// members: [
// // fill out after recruitment
// ],
// },
{
sectionName: "First Year Representative",
members: [
[
{
image: Niamh_Image_2025,
name: "Niamh Xu-Glassop",
role: "",
},
{
image: Angelo_Image_2025,
name: "Angelo Varghese Paul",
role: "",
},
],
],
},
],
// subcoms: [
// // fill out after subcom recruitment
Expand Down
Binary file added public/img/exec/2025/Angelo.jpeg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added public/img/exec/2025/Niamh.jpeg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added public/img/exec/2025/Tyrone.jpeg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file removed public/img/exec/2025/Tyrone.jpg
Binary file not shown.
Loading