Skip to content

Commit

Permalink
[website] Sync about dataset
Browse files Browse the repository at this point in the history
  • Loading branch information
oliviertassinari committed Nov 26, 2023
1 parent 7b3efcc commit 29b949c
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 2 deletions.
6 changes: 4 additions & 2 deletions docs/data/about/teamMembers.json
Original file line number Diff line number Diff line change
Expand Up @@ -153,7 +153,8 @@
"title": "Business Administrator",
"location": "London, UK",
"locationCountry": "gb",
"about": "Empathic art-lover, incurable optimist keen on biking, gardening"
"about": "Empathic art-lover, incurable optimist keen on biking, gardening",
"github": "TinaDein"
},
{
"name": "Lukas Tyla",
Expand Down Expand Up @@ -186,7 +187,8 @@
"title": "Senior People & Culture Partner",
"location": "Newcastle Upon Tyne, UK",
"locationCountry": "gb",
"about": "🧗‍♂️ Amateur indoor climber & ex-philosophy geek"
"about": "🧗‍♂️ Amateur indoor climber & ex-philosophy geek",
"github": "mikailaread"
},
{
"name": "Romain Grégoire",
Expand Down
8 changes: 8 additions & 0 deletions docs/src/components/about/Team.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,14 @@ import Section from 'docs/src/layouts/Section';
import SectionHeadline from 'docs/src/components/typography/SectionHeadline';
import GradientText from 'docs/src/components/typography/GradientText';
import teamMembers from 'docs/data/about/teamMembers.json';
/**
* The teamMembers data can be imported from: https://tools-public.mui.com/prod/pages/nSwYn51
curl 'https://tools-public.mui.com/prod/api/data/muicomabout/queryAbout' \
-H 'content-type: application/json' \
--data-raw '{}' \
--compressed
*/

interface Profile {
name: string;
Expand Down

0 comments on commit 29b949c

Please sign in to comment.