Skip to content

Commit

Permalink
[website] Sync about page
Browse files Browse the repository at this point in the history
  • Loading branch information
oliviertassinari committed Sep 23, 2023
1 parent 375358b commit baae379
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 20 deletions.
17 changes: 0 additions & 17 deletions docs/data/about/teamMembers.json
Original file line number Diff line number Diff line change
Expand Up @@ -140,14 +140,6 @@
"about": "Passionate about videogames and football",
"github": "apedroferreira"
},
{
"name": "Gerda Mostonaite",
"title": "Senior Designer - X",
"location": "New York, USA",
"locationCountry": "us",
"about": "🎨 Art & design, traveling, and asking questions",
"github": "gerdadesign"
},
{
"name": "Greg Abaoag",
"title": "Executive Assistant",
Expand Down Expand Up @@ -204,15 +196,6 @@
"about": "Open-source tinkerer",
"github": "romgrk"
},
{
"name": "Rich Bustos",
"title": "Developer Advocate",
"location": "Daly City, CA, USA",
"locationCountry": "us",
"about": "I enjoy collecting sports cards and practicing jiu-jitsu",
"github": "richbustos",
"twitter": "bustos_rich"
},
{
"name": "Victor Zanivan",
"title": "Senior Designer - Core",
Expand Down
Binary file not shown.
Binary file removed docs/public/static/branding/about/rich-bustos.png
Binary file not shown.
6 changes: 3 additions & 3 deletions docs/src/components/about/AboutHero.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -32,12 +32,12 @@ const teamPhotos = [
{
img: '/static/branding/about/group-photo/scuba-gear.png',
title:
'MUI team members and their diving instructors pose in scuba gear before a successful scuba diving lesson.',
'MUI team members and their diving instructors pose in scuba gear before a scuba diving lesson.',
},
{
img: '/static/branding/about/group-photo/outdoor-focus-group.png',
title:
'An impromptu focus group gathered next to the pool with laptops to discuss cross-team marketing strategies.',
'An impromptu focus group gathered next to the pool to discuss cross-team marketing strategies.',
},
{
img: '/static/branding/about/group-photo/working-table-portugal.png',
Expand Down Expand Up @@ -153,7 +153,7 @@ export default function AboutHero() {
alwaysCenter
overline="About us"
title={
<Typography variant="h2" sx={{ maxWidth: 600, mx: 'auto' }}>
<Typography variant="h2" component="h1" sx={{ maxWidth: 600, mx: 'auto' }}>
We&apos;re on a mission to make <br />{' '}
<GradientText>building better UIs effortless</GradientText>
</Typography>
Expand Down

0 comments on commit baae379

Please sign in to comment.