Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
48 changes: 24 additions & 24 deletions src/components/Home/AboutMaia.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -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',
Expand All @@ -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',
Expand All @@ -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',
},
]

Expand Down
Loading