Skip to content

Commit c503dc0

Browse files
committed
Start adding exec
1 parent 9658f52 commit c503dc0

5 files changed

Lines changed: 43 additions & 43 deletions

File tree

public/images/team/alex.jpg

63.7 KB
Loading

public/images/team/hannah.jpg

172 KB
Loading

public/images/team/nathan.jpg

564 KB
Loading

public/images/team/shawn.jpg

140 KB
Loading

src/config.tsx

Lines changed: 43 additions & 43 deletions
Original file line numberDiff line numberDiff line change
@@ -1101,56 +1101,56 @@ export const config: ISiteData = {
11011101
description:
11021102
"In charge of overseeing everything in the society and reaching out to sponsors.",
11031103
},
1104+
{
1105+
name: "Nathan Jones",
1106+
image: "nathan.jpg",
1107+
role: "Treasurer",
1108+
description: "Manages the society's finances, keeping our budget balanced.",
1109+
},
11041110
// {
11051111
// name: "Evie Smith",
11061112
// image: "evie.jpg",
11071113
// role: "Secretary",
11081114
// description:
1109-
// "Works with sponsors and other organisations, handling contracts and paperwork.",
1110-
// },
1111-
// {
1112-
// name: "Brett McDowell",
1113-
// image: "brett.jpg",
1114-
// role: "Treasurer",
1115-
// description: "Manages all of the society's finances, keeping our budget balanced.",
1116-
// },
1117-
// {
1118-
// name: "Jacob Wrenn",
1119-
// image: "jacob.jpg",
1120-
// role: "Technical Officer",
1121-
// description:
1122-
// "Manages the website and other technical projects (including for DurHack).",
1123-
// },
1124-
// {
1125-
// name: "Jin Koh",
1126-
// image: "jin.jpg",
1127-
// role: "Media & Publicity Officer",
1128-
// description:
1129-
// "In charge of the social media content and promoting the society around the university.",
1130-
// },
1131-
// {
1132-
// name: "Akshat Gupta",
1133-
// image: "akshat.jpg",
1134-
// role: "Sponsorship Officer",
1135-
// description:
1136-
// "Liaises with our sponsors and seeks out new sponsorship opportunities.",
1137-
// },
1138-
// {
1139-
// name: "Seline Wongso",
1140-
// image: "seline.jpg",
1141-
// role: "Events Officer",
1142-
// description:
1143-
// "Works with sponsors and guest speakers to organise talks and workshops.",
1144-
// },
1145-
// {
1146-
// name: "SungOh (Eric) Cho",
1147-
// image: "eric.jpg",
1148-
// role: "Events Officer",
1149-
// description:
1150-
// "Works with sponsors and guest speakers to organise talks and workshops.",
1115+
// "Handles meetings, contracts and paperwork.",
11511116
// },
1117+
{
1118+
name: "Hannah Watson",
1119+
image: "hannah.jpg",
1120+
role: "Media & Publicity Officer",
1121+
description:
1122+
"In charge of social media content and promoting the society around the university.",
1123+
},
1124+
{
1125+
name: "Alex Pinheiro Dias",
1126+
image: "alex.jpg",
1127+
role: "Events Officer",
1128+
description:
1129+
"Works with sponsors and guest speakers to organise talks and workshops.",
1130+
},
11521131
// {
1153-
// name: "Nguyen Thien An",
1132+
// name: "SungOh (Eric) Cho",
1133+
// image: "eric.jpg",
1134+
// role: "Events Officer",
1135+
// description:
1136+
// "Works with sponsors and guest speakers to organise talks and workshops.",
1137+
// },
1138+
{
1139+
name: "Shawn Goey",
1140+
image: "shawn.jpg",
1141+
role: "Sponsorship Officer",
1142+
description:
1143+
"Liaises with our sponsors and seeks out new sponsorship opportunities.",
1144+
},
1145+
// {
1146+
// name: "Jacob Wrenn",
1147+
// image: "jacob.jpg",
1148+
// role: "Technical Officer",
1149+
// description:
1150+
// "Manages the website and other technical projects.",
1151+
// },
1152+
// {
1153+
// name: "Nguyen Thien An",
11541154
// image: "nguyen.jpg",
11551155
// role: "Projects Officer",
11561156
// description:

0 commit comments

Comments
 (0)