Skip to content

Commit

Permalink
[website] Add Romain to the About page (#37124)
Browse files Browse the repository at this point in the history
  • Loading branch information
romgrk committed May 3, 2023
1 parent 7507406 commit 8b64247
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions docs/pages/about.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -444,6 +444,15 @@ const teamMembers: Array<Profile> = [
locationCountry: 'gb',
about: '🧗‍♂️ Amateur indoor climber & ex-philosophy geek',
},
{
src: '/static/branding/about/romain.png',
name: 'Romain Grégoire',
title: 'MUI X Engineer',
location: 'Montréal, Canada',
locationCountry: 'ca',
about: 'Open-source tinkerer',
github: 'romgrk',
},
];

const contributors = [
Expand Down
Binary file added docs/public/static/branding/about/romain.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 8b64247

Please sign in to comment.