adds lawrence forman to the website. changes mel role and alex browne role

This commit is contained in:
rsingireddy 2019-03-26 16:51:07 -07:00
parent dc57e7a5b3
commit a54aa77d28

View File

@ -91,12 +91,12 @@ const team: TeamMember[] = [
{
imageUrl: '/images/team/melo.jpg',
name: 'Mel Oberto',
title: 'people operations associate',
title: 'people operations specialist',
},
{
imageUrl: '/images/team/alexb.jpg',
name: 'Alex Browne',
title: 'engineer in residence',
title: 'senior engineer',
},
{
imageUrl: '/images/team/peterz.jpg',
@ -163,6 +163,11 @@ const team: TeamMember[] = [
name: 'Daniel Pyrathon',
title: 'engineer',
},
{
imageUrl: '/images/team/lawrencef.jpg',
name: 'Lawrence Forman',
title: 'engineer',
},
];