From 317b6492b34d868d9275be368f3e81afe210dcf4 Mon Sep 17 00:00:00 2001 From: Shxhid <53589604+shxhid01@users.noreply.github.com> Date: Mon, 25 Nov 2024 21:02:27 +1030 Subject: [PATCH] feat: Update committee names (#209) * 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 --- src/data/committee-members.ts | 91 ++++++++++++++++------------------- 1 file changed, 42 insertions(+), 49 deletions(-) diff --git a/src/data/committee-members.ts b/src/data/committee-members.ts index 5045f634..ffcc939f 100644 --- a/src/data/committee-members.ts +++ b/src/data/committee-members.ts @@ -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, }, @@ -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', }, ];