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
4 changes: 4 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,10 @@
{
"name": "Jacob Wrenn",
"email": "jacob@wrenn.me"
},
{
"name": "Abdulmuhmeen Leasu",
"email": "amal.l@compsoc.tech"
}
],
"type": "module",
Expand Down
Binary file added public/images/team/abdulmuhmeen.jpg
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/images/team/cait.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/images/team/mathew.png
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/images/team/oscar.png
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/images/team/prema.jpg
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/images/team/rebekah.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
3 changes: 3 additions & 0 deletions src/components/team-member/team-member.scss
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,9 @@
border-radius: 100%;
transform: scale(0);
transition: 0.5s ease;
max-width: 100%;
max-height: 100%;
object-fit: cover;
}

h4 {
Expand Down
105 changes: 71 additions & 34 deletions src/config.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -1128,67 +1128,104 @@ export const config: ISiteData = {
teams: {
current: [
{
name: "Jacob Wrenn",
image: "jacob.jpg",
name: "Andrea Johnson",
image: "andrea.jpg",
role: "President",
description:
"In charge of overseeing everything in the society and reaching out to sponsors.",
},
{
name: "Nathan Jones",
image: "nathan.jpg",
role: "Treasurer",
description: "Manages the society's finances, keeping our budget balanced.",
},
{
name: "Keane Wong",
image: "keane.jpg",
name: "Oscar Ryley",
image: "oscar.png",
role: "Secretary",
description: "Handles meetings, contracts and paperwork.",
},
{
name: "Hannah Watson",
image: "hannah.jpg",
role: "Media & Publicity Officer",
description:
"In charge of social media content and promoting the society around the university.",
name: "Cait Horton",
image: "cait.jpeg",
role: "Treasurer",
description: "Manages the society's finances, keeping our budget balanced.",
},
{
name: "Alex Pinheiro Dias",
image: "alex.jpg",
role: "Events Officer",
description:
"Works to organise weekly talks, workshops, events and socials.",
name: "Abdulmuhmeen Leasu (AMAL)",
image: "abdulmuhmeen.jpg",
role: "Tech Officer",
description: "Manages the website and other technical projects.",
},
{
name: "Andrea Johnson",
image: "andrea.jpg",
name: "Prema Poudyal",
image: "prema.jpg",
role: "Events Officer",
description:
"Works to organise weekly talks, workshops, events and socials.",
},
{
name: "Shawn Goey",
image: "shawn.jpg",
name: "Mathew Simms",
image: "mathew.png",
role: "Sponsorship Officer",
description:
"Liaises with our sponsors and seeks out new sponsorship opportunities.",
},

{
name: "Max Marsden-Price",
image: "max.jpg",
role: "Technical Officer",
description: "Manages the website and other technical projects.",
},
{
name: "Mohana Maran",
image: "mohana.jpg",
role: "Projects Officer",
name: "Rebekah Hart",
image: "rebekah.jpg",
role: "Publicity Officer",
description:
"Responsible for facilitating project groups and hosting workshops.",
"Responsible for promoting the society and managing our public image.",
},
],
past: [
{
year: "2025/2026",
members: [
{
name: "Jacob Wrenn",
image: "jacob.jpg",
role: "President",
},
{
name: "Nathan Jones",
image: "nathan.jpg",
role: "Treasurer",
},
{
name: "Keane Wong",
image: "keane.jpg",
role: "Secretary",
},
{
name: "Hannah Watson",
image: "hannah.jpg",
role: "Media & Publicity Officer",
},
{
name: "Alex Pinheiro Dias",
image: "alex.jpg",
role: "Events Officer",
},
{
name: "Andrea Johnson",
image: "andrea.jpg",
role: "Events Officer",
},
{
name: "Shawn Goey",
image: "shawn.jpg",
role: "Sponsorship Officer",
},
{
name: "Max Marsden-Price",
image: "max.jpg",
role: "Technical Officer",
},
{
name: "Mohana Maran",
image: "mohana.jpg",
role: "Projects Officer",
},
],
},
{
year: "2024/2025",
members: [
Expand Down
Loading