docs(nx-dev): update team members (#30272)

Updated titles for existing team members to reflect current roles. Added
new team members, Nate Bohn and Steven Nance, along with their
corresponding images.
This commit is contained in:
Benjamin Cabanes 2025-03-05 09:59:43 -05:00 committed by GitHub
parent e4f7e56e3c
commit 00e970a0bb
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
3 changed files with 17 additions and 7 deletions

Binary file not shown.

After

Width:  |  Height:  |  Size: 18 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 16 KiB

View File

@ -4,12 +4,12 @@ import { ReactElement } from 'react';
const teamMembers = [
{
name: 'Altan Stalker',
title: 'Senior Engineer',
title: 'Architect',
imageUrl: 'altan-stalker.avif',
},
{
name: 'Austin Fahsl',
title: 'Senior Engineer',
title: 'Developer Productivity Engineer',
imageUrl: 'austin-fahsl.avif',
},
{
@ -24,7 +24,7 @@ const teamMembers = [
},
{
name: 'Caleb Ukle',
title: 'Senior Engineer',
title: 'Developer Productivity Engineer',
imageUrl: 'caleb-ukle.avif',
},
{
@ -104,7 +104,7 @@ const teamMembers = [
},
{
name: 'Jordan Powell',
title: 'Senior Engineer',
title: 'Developer Productivity Engineer',
imageUrl: 'jordan-powell.avif',
},
{
@ -144,9 +144,14 @@ const teamMembers = [
},
{
name: 'Miroslav Jonas',
title: 'Senior Engineer',
title: 'Developer Productivity Engineer',
imageUrl: 'miroslav-jonas.avif',
},
{
name: 'Nate Bohn',
title: 'Director of Finance & Accounting',
imageUrl: 'nate-bohn.avif',
},
{
name: 'Nicholas Cunningham',
title: 'Senior Engineer',
@ -179,9 +184,14 @@ const teamMembers = [
},
{
name: 'Steve Pentland',
title: 'Senior Engineer',
title: 'Architect',
imageUrl: 'steve-pentland.avif',
},
{
name: 'Steven Nance',
title: 'Developer Productivity Engineer',
imageUrl: 'steven-nance.avif',
},
{
name: 'Whitney Loy',
title: 'Operations Manager',
@ -189,7 +199,7 @@ const teamMembers = [
},
{
name: 'Zack DeRose',
title: 'Senior Engineer',
title: 'Architect',
imageUrl: 'zack-derose.avif',
},
];