Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update team.js #932

Merged
merged 1 commit into from
Feb 20, 2025
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
6 changes: 3 additions & 3 deletions src/data/team.js
Original file line number Diff line number Diff line change
Expand Up @@ -151,7 +151,7 @@ const teamContent = [
favoriteTools: 'VS Code, Notion, GitHub, Slack, pen and paper, Hario V60 brewing kit, books',
avatar: 'https://avatars.githubusercontent.com/u/1446503?v=4',
gif: 'https://user-images.githubusercontent.com/1446503/194750845-901a2a63-b2b2-46d8-95dd-8ac0cca4efc1.gif',
alumni: false,
alumni: true,
},
{
name: 'Josep Martins',
Expand Down Expand Up @@ -324,7 +324,7 @@ const teamContent = [
favoriteTools: 'VScode, Ruby, Chrome, iTerm 2',
avatar: 'https://avatars.githubusercontent.com/u/575280?v=4',
gif: 'https://user-images.githubusercontent.com/575280/129806447-88b7a872-3d27-4ab3-b7d0-af731293b6d7.gif',
alumni: false,
alumni: true,
},
{
name: 'Natalya Shelburne',
Expand Down Expand Up @@ -560,7 +560,7 @@ const teamContent = [
{
name: 'Diana Mounter',
handle: 'broccolini',
title: 'Design Infrastructure Director',
title: 'Head of Design',
cssFeature: 'text-decoration: underline wavy',
questionOne:
'I was drawn to design systems for many reasons—the opportunity to improve design and development workflow efficiency; the potential benefits well-design systems can bring to the user experience; I like to bring order to chaos and enjoy working at the intersection of design and code. I also love that there is still so much to learn in the field and really enjoy the passion of the community behind design systems.',
Expand Down
Loading