Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: Update committee names #209

Merged
merged 11 commits into from
Nov 25, 2024
86 changes: 37 additions & 49 deletions src/data/committee-members.ts
Original file line number Diff line number Diff line change
Expand Up @@ -8,12 +8,12 @@ type CommitteeMember = {
// executive committee
export const COMMITTEE_MEMBERS: CommitteeMember[] = [
{
name: 'David Maslov',
name: 'Yaman Ashqar',
position: 'President',
exec: true,
},
{
name: 'Cubie',
name: 'Leo Li',
position: 'Vice-President',
exec: true,
},
Expand All @@ -28,96 +28,84 @@ export const COMMITTEE_MEMBERS: CommitteeMember[] = [
exec: true,
},
{
name: 'Milan',
name: 'Zac Anderson',
position: 'Partnerships & Sponsorships Manager',
exec: true,
},
{
name: 'F. Umar',
name: 'Patrick Thompson',
position: 'Partnerships & Sponsorships Officer',
},
{
name: 'Pouya',
name: 'Olivia Aston',
position: 'Partnerships & Sponsorships Officer',
},
{
name: 'Bowen Sun',
position: 'Business Manager',
},
{
name: 'Willard Gorman',
position: 'Duck Lounge Liaison',
},
{
name: 'Mischa Sarac',
position: 'Equity Officer',
},
{
name: 'Maged Gayed',
position: 'First Year Representative',
name: 'Yuhan Wang',
position: 'Design Manager',
},
{
name: 'Yuhan Wang',
position: 'Graphic Designer',
name: 'Prefei',
position: 'Graphic Officer',
},
{
name: 'M. Klaric',
position: 'Graphic Designer',
name: 'Lucy Fidock',
position: 'Graphic Officer',
},
{
name: 'Darcy',
position: 'Social Media Officer',
name: 'Omar Badr',
position: 'Social Media & Marketing Manager',
},
{
name: 'Yaman Ashqar',
position: 'Social Media Officer',
name: 'Lalisa Thaiprasert',
position: 'Social Media & Marketing Officer',
},
{
name: 'Omar Badr',
position: 'Social Media Officer',
name: 'Jessica Hu',
position: 'Social Media & Marketing Officer',
},
{
name: 'Phoenix Pereira',
position: 'Open Source Officer',
position: 'Open Source & Infrastructure Manager',
},
{
name: 'Yeyang (Justin) Sun',
name: 'Justin Sun',
position: 'Open Source Officer',
},
{
name: 'S. Bhatta',
position: 'General Committee',
name: 'Austin Huppatz',
position: 'Open Source Officer',
},
{
name: 'Will Johnston',
position: 'General Committee',
name: 'Willard Gorman',
position: 'Events Manager',
},
{
name: 'Khanh',
position: 'General Committee',
name: 'Shahid Hussain ',
shxhid01 marked this conversation as resolved.
Show resolved Hide resolved
position: 'Events Officer',
},
{
name: 'Jonty Leslie',
position: 'General Committee',
name: 'Jennifer Bao Tien Tran',
position: 'Events Officer',
},
{
name: 'Cuinn Kemp',
position: 'General Committee',
name: 'LLoyd Draysey',
phoenixpereira marked this conversation as resolved.
Show resolved Hide resolved
position: 'Events Officer',
},
{
name: 'Timothy Choi',
position: 'General Committee',
name: 'Shreeshail',
position: 'Events Officer',
},
{
name: 'Leo Li',
position: 'General Committee',
name: 'Syeda Ramisa',
position: 'Postgraduate Representative',
},
{
name: 'Zachary Anderson',
position: 'General Committee',
name: 'Matilda Cotton ',
jsun969 marked this conversation as resolved.
Show resolved Hide resolved
position: 'Human Resources Officer',
},
{
name: 'Mansi Patel',
position: 'General Committee',
name: 'Ben Signorelli',
position: 'Duck Lounge Liaison',
},
];