Skip to content

Commit

Permalink
feat: Update committee names (#209)
Browse files Browse the repository at this point in the history
* feat: changed committee names

* added some more last names

* fixed name

* finalized names of committee on club page

* fixed random spacing

* removed json files

* restored file, mb jsun

* added new name

* added other committee names and verified committee members first/last name

* fixed name

* fixed name
  • Loading branch information
shxhid01 authored Nov 25, 2024
1 parent 5ebdf4c commit 317b649
Showing 1 changed file with 42 additions and 49 deletions.
91 changes: 42 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,89 @@ export const COMMITTEE_MEMBERS: CommitteeMember[] = [
exec: true,
},
{
name: 'Milan',
position: 'Partnerships & Sponsorships Manager',
name: 'David Maslov',
position: 'Executive Advisor',
exec: true,
},
{
name: 'F. Umar',
position: 'Partnerships & Sponsorships Officer',
name: 'Zac Anderson',
position: 'Partnerships & Sponsorships Manager',
exec: true,
},
{
name: 'Pouya',
name: 'Patrick Thompson',
position: 'Partnerships & Sponsorships Officer',
},
{
name: 'Bowen Sun',
position: 'Business Manager',
},
{
name: 'Willard Gorman',
position: 'Duck Lounge Liaison',
},
{
name: 'Mischa Sarac',
position: 'Equity Officer',
name: 'Olivia Aston',
position: 'Partnerships & Sponsorships Officer',
},
{
name: 'Maged Gayed',
position: 'First Year Representative',
name: 'Yuhan Wang',
position: 'Design Manager',
},
{
name: 'Yuhan Wang',
position: 'Graphic Designer',
name: 'Prefei Ren',
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',
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',
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',
position: 'Human Resources Officer',
},
{
name: 'Mansi Patel',
position: 'General Committee',
name: 'Ben Signorelli',
position: 'Duck Lounge Liaison',
},
];

0 comments on commit 317b649

Please sign in to comment.