-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #83 from CyberSocYork/update_committee
update committee list
- Loading branch information
Showing
4 changed files
with
2,394 additions
and
1,679 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,62 +1,58 @@ | ||
export const committee = [ | ||
{ | ||
role: "president", | ||
name: "Joe Wrieden", | ||
image: "/committee-photos/2020/joe.png", | ||
name: "Alana Witten", | ||
image: "/committee-photos/2021/alana.jpg", | ||
}, | ||
{ | ||
role: "secretary", | ||
name: "Tom O'Neill", | ||
image: "/committee-photos/2020/tom.jpg", | ||
name: "Jacob Turner", | ||
image: "/committee-photos/2020/jacob.jpg", | ||
}, | ||
{ | ||
role: "treasurer", | ||
name: "David Miall", | ||
image: "/committee-photos/2020/david.jpg", | ||
name: "Jake Keast", | ||
image: "/committee-photos/2021/jake.jpg", | ||
}, | ||
{ | ||
role: "infrastructure", | ||
name: "Jacob Turner", | ||
image: "/committee-photos/2020/jacob.jpg", | ||
name: "Joss Davis", | ||
}, | ||
{ | ||
role: "events", | ||
name: "Jake Keast", | ||
image: "/committee-photos/2021/jake.jpg", | ||
name: "Leighton Reed", | ||
}, | ||
{ | ||
role: "industry", | ||
name: "Andrew Chapman", | ||
image: "/committee-photos/2020/andrew.jpg", | ||
}, | ||
{ | ||
role: "social", | ||
name: "Alec Coates", | ||
image: "/committee-photos/2021/alec.jpg", | ||
name: "Joe Wrieden", | ||
image: "/committee-photos/2020/joe.png", | ||
}, | ||
{ | ||
role: "publicity", | ||
name: "Alana Witten", | ||
image: "/committee-photos/2021/alana.jpg", | ||
name: "Emily Dennison", | ||
}, | ||
{ | ||
role: "outreach", | ||
name: "Dominik Powell", | ||
image: "/committee-photos/2021/dominik.png", | ||
}, | ||
{ | ||
role: "outreach", | ||
name: "Jack Fitton", | ||
image: "/committee-photos/2021/jack.png", | ||
}, | ||
{ | ||
role: "postgraduate", | ||
name: "Calum Freeman", | ||
image: "/committee-photos/2021/calumF.jpg", | ||
name: "Tom O'Neil", | ||
}, | ||
{ | ||
role: "postgraduate", | ||
name: "Matt Young", | ||
}, | ||
{ | ||
role: "owp", | ||
name: "Aiden Gall", | ||
image: "committee-photos/2021/aidan.png", | ||
}, | ||
{ | ||
role: "owp", | ||
name: "Noah Forryan", | ||
}, | ||
]; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.