From 90f34a8bf01715c6410e42bc2148e6f78ac6aa63 Mon Sep 17 00:00:00 2001 From: Chris Yoo Date: Sat, 5 Apr 2025 10:13:15 +1100 Subject: [PATCH 1/2] add subcom 2025 --- data/TeamData.ts | 74 ++++++++++++++++++++++++++++++++++++++++++++++-- 1 file changed, 71 insertions(+), 3 deletions(-) diff --git a/data/TeamData.ts b/data/TeamData.ts index e7f1e43..8d21c8a 100644 --- a/data/TeamData.ts +++ b/data/TeamData.ts @@ -1019,9 +1019,77 @@ const MEMBERS: MembersByYear[] = [ ], }, ], - // subcoms: [ - // // fill out after subcom recruitment - // ], + subcoms: [ + { + icons: [faDove], + name: "Charity", + description: `The Charity portfolio seeks to create awareness, raise funds and drive social change for charities. The committee also compliments the Social portfolio in hosting fun events for a great cause.`, + members: [ + "Bhavesh Nain", + "Catherine Lee", + "Elisha Petelo", + "Jonathon Adji", + "Justin Nguyen", + "Trent Song", + ], + }, + { + icons: [faClipboard], + name: "HR", + description: `The HR portfolio is committed to strengthening teamwork and cross-portfolio communication within the society. They are responsible for organizing internal events, to help shape our culture at Co-op Soc.`, + members: [ + "Bea Pelayo", + "Erika Mori", + "Jessica Su", + "Nathan Ha", + "Nathan Yang", + "Piraveen Sivachchandran", + ], + }, + { + icons: [faDesktop], + name: "IT", + description: `The IT portfolio forms the technical backbone for the society. It oversees the development of internal tools and manages the Co-op Soc website; a hub for existing and prospective scholars, hosting blog posts and event information, as well a merchandise store and an executive nomination/voting system.`, + members: [ + "Angie Counsell", + "Corinne Zhou", + "Matej Groombridge", + "Max Burykin", + "Tate Mcallum", + ], + }, + { + icons: [faBullhorn], + name: "Marketing", + description: `The Marketing portfolio focuses on creating continued engagement with our Co-op Society Facebook platform. Via the creation of digital marketing content, all students are encouraged to participate in fulfilling social events.`, + members: [ + "Angelo Varghese Paul", + "Ben Chau", + "David Lin", + "Fynn Hopkins", + "Tate Dee", + ], + }, + { + icons: [faEdit], + name: "Publications", + description: `The Publications portfolio is responsible for continuing to grow the society's online presence and keeping scholars up to date, focusing on the blog posts for the Co-op Soc website and the Chicken Coop podcast.`, + members: ["Niamh G", "Oliver N", "Oscar W", "Rashid Abuzarov"], + }, + { + icons: [faUserFriends], + name: "Social", + description: `The Social portfolio is responsible for organising our social calendar, including planning, developing and executing a core suite of events. They ensure all members are given the opportunity to be a part of this vibrant community, through the creation and maintenance of social groups.`, + members: [ + "Amudha Bharathi", + "Ariana Chan", + "Emma Xiang", + "Judy Huang", + "Kai Hampson", + "Tom Pike", + ], + }, + ], }, ]; From ee6fd239fcb1eb95af563ca14d54553eaced787e Mon Sep 17 00:00:00 2001 From: Chris Yoo <51822841+PenTest-duck@users.noreply.github.com> Date: Sat, 5 Apr 2025 10:17:44 +1100 Subject: [PATCH 2/2] Update data/TeamData.ts Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> --- data/TeamData.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/data/TeamData.ts b/data/TeamData.ts index 8d21c8a..9326ab5 100644 --- a/data/TeamData.ts +++ b/data/TeamData.ts @@ -1049,7 +1049,7 @@ const MEMBERS: MembersByYear[] = [ { icons: [faDesktop], name: "IT", - description: `The IT portfolio forms the technical backbone for the society. It oversees the development of internal tools and manages the Co-op Soc website; a hub for existing and prospective scholars, hosting blog posts and event information, as well a merchandise store and an executive nomination/voting system.`, + description: `The IT portfolio forms the technical backbone for the society. It oversees the development of internal tools and manages the Co-op Soc website; a hub for existing and prospective scholars, hosting blog posts and event information, as well as a merchandise store and an executive nomination/voting system.`, members: [ "Angie Counsell", "Corinne Zhou",