Skip to content

Commit

Permalink
[website] Improve about page
Browse files Browse the repository at this point in the history
  • Loading branch information
oliviertassinari committed May 21, 2024
1 parent c7dbe6e commit aae4ecc
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 10 deletions.
1 change: 1 addition & 0 deletions docs/data/about/teamMembers.json
Original file line number Diff line number Diff line change
Expand Up @@ -279,6 +279,7 @@
"location": "Gold Coast, Australia",
"locationCountry": "au",
"about": "Enjoy creating open source libraries and reading about AI 🤖",
"twitter": "atomiksdev",
"github": "atomiks"
},
{
Expand Down
20 changes: 10 additions & 10 deletions docs/src/components/about/Team.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -197,7 +197,7 @@ const contributors = [
{
name: 'Sebastian Silbermann',
github: 'eps1lon',
title: 'MUI Core, everything Open Source',
title: 'Material UI, everything Open Source',
location: 'Berlin, Germany',
locationCountry: 'de',
src: 'https://avatars.githubusercontent.com/u/12292047',
Expand Down Expand Up @@ -242,15 +242,15 @@ const emeriti = [
name: 'Hai Nguyen',
github: 'hai-cea',
twitter: 'haicea',
title: 'MUI Core, v0.x creator',
title: 'Material UI, v0.x creator',
location: 'Dallas, US',
locationCountry: 'us',
src: 'https://avatars.githubusercontent.com/u/2007468',
},
{
name: 'Nathan Marks',
github: 'nathanmarks',
title: 'MUI Core, v1.x co-creator',
title: 'Material UI, v1.x co-creator',
location: 'Toronto, CA',
locationCountry: 'ca',
src: 'https://avatars.githubusercontent.com/u/4420103',
Expand All @@ -259,7 +259,7 @@ const emeriti = [
name: 'Kevin Ross',
github: 'rosskevin',
twitter: 'rosskevin',
title: 'MUI Core, flow',
title: 'Material UI, flow',
location: 'Franklin, US',
locationCountry: 'us',
src: 'https://avatars.githubusercontent.com/u/136564',
Expand All @@ -268,15 +268,15 @@ const emeriti = [
name: 'Sebastian Sebald',
github: 'sebald',
twitter: 'sebastiansebald',
title: 'MUI Core',
title: 'Material UI',
location: 'Freiburg, Germany',
locationCountry: 'de',
src: 'https://avatars.githubusercontent.com/u/985701',
},
{
name: 'Ken Gregory',
github: 'kgregory',
title: 'MUI Core',
title: 'Material UI',
location: 'New Jersey, US',
locationCountry: 'us',
src: 'https://avatars.githubusercontent.com/u/3155127',
Expand All @@ -285,7 +285,7 @@ const emeriti = [
name: 'Tom Crockett',
github: 'pelotom',
twitter: 'pelotom',
title: 'MUI Core',
title: 'Material UI',
location: 'Los Angeles, US',
locationCountry: 'us',
src: 'https://avatars.githubusercontent.com/u/128019',
Expand All @@ -294,7 +294,7 @@ const emeriti = [
name: 'Maik Marschner',
github: 'leMaik',
twitter: 'leMaikOfficial',
title: 'MUI Core',
title: 'Material UI',
location: 'Hannover, Germany',
locationCountry: 'de',
src: 'https://avatars.githubusercontent.com/u/5544859',
Expand All @@ -303,7 +303,7 @@ const emeriti = [
name: 'Oleg Slobodskoi',
github: 'kof',
twitter: 'oleg008',
title: 'MUI Core, JSS',
title: 'Material UI, JSS',
location: 'Berlin, Germany',
locationCountry: 'de',
src: 'https://avatars.githubusercontent.com/u/52824',
Expand All @@ -321,7 +321,7 @@ const emeriti = [
name: 'Josh Wooding',
github: 'joshwooding',
twitter: 'JoshWooding_',
title: 'MUI Core, J.P. Morgan',
title: 'Material UI, J.P. Morgan',
location: 'London, UK',
locationCountry: 'gb',
src: 'https://avatars.githubusercontent.com/u/12938082',
Expand Down

0 comments on commit aae4ecc

Please sign in to comment.