Skip to content

Commit

Permalink
✨ Add team members
Browse files Browse the repository at this point in the history
  • Loading branch information
JoshHeng committed Jun 10, 2024
1 parent c05bb28 commit f6f2d48
Show file tree
Hide file tree
Showing 4 changed files with 21 additions and 0 deletions.
21 changes: 21 additions & 0 deletions src/app/team/volunteers.ts
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,9 @@ import StanPhoto from '@/assets/people/stan.jpg';
import JoelPhoto from '@/assets/people/joel.jpg';
import AlicePhoto from '@/assets/people/alice.jpg';
import AlasdairPhoto from '@/assets/people/alasdair.jpg';
import GleiPhoto from '@/assets/people/glei.jpg';
import IndiePhoto from '@/assets/people/indie.jpg';
import KieranPhoto from '@/assets/people/kieran.jpg';

const volunteers: IdCardProps[] = [
{
Expand Down Expand Up @@ -85,6 +88,18 @@ const volunteers: IdCardProps[] = [
image: JoelPhoto,
isBothOrganiserAndVolunteer: true,
},
{
name: 'Glei',
role: 'Video',
description: '3rd Year English Literature',
image: GleiPhoto,
},
{
name: 'Indie',
role: 'Video',
description: '1st Year Film Studies',
image: IndiePhoto,
},
{
name: 'Ethan',
role: 'Tech',
Expand All @@ -106,6 +121,12 @@ const volunteers: IdCardProps[] = [
image: AdamPhoto,
isBothOrganiserAndVolunteer: true,
},
{
name: 'Kieran',
role: 'Steward',
description: '1st Year Maths',
image: KieranPhoto,
},
];

export default volunteers;
Binary file added src/assets/people/glei.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 src/assets/people/indie.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 src/assets/people/kieran.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit f6f2d48

Please sign in to comment.