From afbab6ca6ec5abc412acdf1cb947c264e432d3ef Mon Sep 17 00:00:00 2001 From: Ashton Anderson Date: Sat, 6 Jun 2026 01:08:01 -0400 Subject: [PATCH] Update team section: Reid as Model Developer and new ordering Move Reid into the developer row with the Model Developer title, and reorder the team so the top row reads Ashton, Joseph, Daniel, Jon, Sid and the bottom row reads Reid, Kevin, Dmitriy, Isaac, Arthur. --- src/components/Home/AboutMaia.tsx | 48 +++++++++++++++---------------- 1 file changed, 24 insertions(+), 24 deletions(-) diff --git a/src/components/Home/AboutMaia.tsx b/src/components/Home/AboutMaia.tsx index e24f77a2..b0d8c400 100644 --- a/src/components/Home/AboutMaia.tsx +++ b/src/components/Home/AboutMaia.tsx @@ -12,12 +12,20 @@ const teamMembers = [ github: 'ashtonanderson', }, { - image: '/assets/team/reid.jpg', - name: 'Reid McIlroy-Young', - website: 'https://reidmcy.com/', + image: '/assets/team/joseph.jpg', + name: 'Joseph Tang', + website: 'https://lilv98.github.io/', institution: 'University of Toronto', - role: 'Head Developer', - github: 'reidmcy', + role: 'Model Developer', + github: 'lilv98', + }, + { + image: '/assets/team/daniel.png', + name: 'Daniel Monroe', + website: 'https://daniel-monroe.github.io/', + institution: 'University of Toronto', + role: 'Model Developer', + github: 'daniel-monroe', }, { image: '/assets/team/jon.jpg', @@ -35,20 +43,12 @@ const teamMembers = [ github: 'sidsen', }, { - image: '/assets/team/joseph.jpg', - name: 'Joseph Tang', - website: 'https://lilv98.github.io/', - institution: 'University of Toronto', - role: 'Model Developer', - github: 'lilv98', - }, - { - image: '/assets/team/daniel.png', - name: 'Daniel Monroe', - website: 'https://daniel-monroe.github.io/', + image: '/assets/team/reid.jpg', + name: 'Reid McIlroy-Young', + website: 'https://reidmcy.com/', institution: 'University of Toronto', role: 'Model Developer', - github: 'daniel-monroe', + github: 'reidmcy', }, { image: '/assets/team/kevin.jpg', @@ -67,19 +67,19 @@ const teamMembers = [ github: 'prokopchukdim', }, { - image: '/assets/team/arthur.png', - name: 'Arthur Soenarto', - website: 'https://artyang.me/', + image: '/assets/team/isaac.jpg', + name: 'Isaac Waller', + website: 'https://waller.is/', institution: 'University of Toronto', role: 'Web Developer', - github: 'arthursoenarto', }, { - image: '/assets/team/isaac.jpg', - name: 'Isaac Waller', - website: 'https://waller.is/', + image: '/assets/team/arthur.png', + name: 'Arthur Soenarto', + website: 'https://artyang.me/', institution: 'University of Toronto', role: 'Web Developer', + github: 'arthursoenarto', }, ]