Skip to content

Commit 00e970a

Browse files
authored
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.
1 parent e4f7e56 commit 00e970a

File tree

3 files changed

+17
-7
lines changed

3 files changed

+17
-7
lines changed
17.5 KB
Binary file not shown.
Binary file not shown.

nx-dev/ui-company/src/lib/the-team.tsx

Lines changed: 17 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -4,12 +4,12 @@ import { ReactElement } from 'react';
44
const teamMembers = [
55
{
66
name: 'Altan Stalker',
7-
title: 'Senior Engineer',
7+
title: 'Architect',
88
imageUrl: 'altan-stalker.avif',
99
},
1010
{
1111
name: 'Austin Fahsl',
12-
title: 'Senior Engineer',
12+
title: 'Developer Productivity Engineer',
1313
imageUrl: 'austin-fahsl.avif',
1414
},
1515
{
@@ -24,7 +24,7 @@ const teamMembers = [
2424
},
2525
{
2626
name: 'Caleb Ukle',
27-
title: 'Senior Engineer',
27+
title: 'Developer Productivity Engineer',
2828
imageUrl: 'caleb-ukle.avif',
2929
},
3030
{
@@ -104,7 +104,7 @@ const teamMembers = [
104104
},
105105
{
106106
name: 'Jordan Powell',
107-
title: 'Senior Engineer',
107+
title: 'Developer Productivity Engineer',
108108
imageUrl: 'jordan-powell.avif',
109109
},
110110
{
@@ -144,9 +144,14 @@ const teamMembers = [
144144
},
145145
{
146146
name: 'Miroslav Jonas',
147-
title: 'Senior Engineer',
147+
title: 'Developer Productivity Engineer',
148148
imageUrl: 'miroslav-jonas.avif',
149149
},
150+
{
151+
name: 'Nate Bohn',
152+
title: 'Director of Finance & Accounting',
153+
imageUrl: 'nate-bohn.avif',
154+
},
150155
{
151156
name: 'Nicholas Cunningham',
152157
title: 'Senior Engineer',
@@ -179,17 +184,22 @@ const teamMembers = [
179184
},
180185
{
181186
name: 'Steve Pentland',
182-
title: 'Senior Engineer',
187+
title: 'Architect',
183188
imageUrl: 'steve-pentland.avif',
184189
},
190+
{
191+
name: 'Steven Nance',
192+
title: 'Developer Productivity Engineer',
193+
imageUrl: 'steven-nance.avif',
194+
},
185195
{
186196
name: 'Whitney Loy',
187197
title: 'Operations Manager',
188198
imageUrl: 'whitney-loy.avif',
189199
},
190200
{
191201
name: 'Zack DeRose',
192-
title: 'Senior Engineer',
202+
title: 'Architect',
193203
imageUrl: 'zack-derose.avif',
194204
},
195205
];

0 commit comments

Comments
 (0)