Skip to content

Commit afbab6c

Browse files
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.
1 parent f6880b0 commit afbab6c

1 file changed

Lines changed: 24 additions & 24 deletions

File tree

src/components/Home/AboutMaia.tsx

Lines changed: 24 additions & 24 deletions
Original file line numberDiff line numberDiff line change
@@ -12,12 +12,20 @@ const teamMembers = [
1212
github: 'ashtonanderson',
1313
},
1414
{
15-
image: '/assets/team/reid.jpg',
16-
name: 'Reid McIlroy-Young',
17-
website: 'https://reidmcy.com/',
15+
image: '/assets/team/joseph.jpg',
16+
name: 'Joseph Tang',
17+
website: 'https://lilv98.github.io/',
1818
institution: 'University of Toronto',
19-
role: 'Head Developer',
20-
github: 'reidmcy',
19+
role: 'Model Developer',
20+
github: 'lilv98',
21+
},
22+
{
23+
image: '/assets/team/daniel.png',
24+
name: 'Daniel Monroe',
25+
website: 'https://daniel-monroe.github.io/',
26+
institution: 'University of Toronto',
27+
role: 'Model Developer',
28+
github: 'daniel-monroe',
2129
},
2230
{
2331
image: '/assets/team/jon.jpg',
@@ -35,20 +43,12 @@ const teamMembers = [
3543
github: 'sidsen',
3644
},
3745
{
38-
image: '/assets/team/joseph.jpg',
39-
name: 'Joseph Tang',
40-
website: 'https://lilv98.github.io/',
41-
institution: 'University of Toronto',
42-
role: 'Model Developer',
43-
github: 'lilv98',
44-
},
45-
{
46-
image: '/assets/team/daniel.png',
47-
name: 'Daniel Monroe',
48-
website: 'https://daniel-monroe.github.io/',
46+
image: '/assets/team/reid.jpg',
47+
name: 'Reid McIlroy-Young',
48+
website: 'https://reidmcy.com/',
4949
institution: 'University of Toronto',
5050
role: 'Model Developer',
51-
github: 'daniel-monroe',
51+
github: 'reidmcy',
5252
},
5353
{
5454
image: '/assets/team/kevin.jpg',
@@ -67,19 +67,19 @@ const teamMembers = [
6767
github: 'prokopchukdim',
6868
},
6969
{
70-
image: '/assets/team/arthur.png',
71-
name: 'Arthur Soenarto',
72-
website: 'https://artyang.me/',
70+
image: '/assets/team/isaac.jpg',
71+
name: 'Isaac Waller',
72+
website: 'https://waller.is/',
7373
institution: 'University of Toronto',
7474
role: 'Web Developer',
75-
github: 'arthursoenarto',
7675
},
7776
{
78-
image: '/assets/team/isaac.jpg',
79-
name: 'Isaac Waller',
80-
website: 'https://waller.is/',
77+
image: '/assets/team/arthur.png',
78+
name: 'Arthur Soenarto',
79+
website: 'https://artyang.me/',
8180
institution: 'University of Toronto',
8281
role: 'Web Developer',
82+
github: 'arthursoenarto',
8383
},
8484
]
8585

0 commit comments

Comments
 (0)