Added Theo to team page

This commit is contained in:
Chris Kalani 2019-07-02 12:21:06 -07:00
parent 857d91df85
commit 380835b151
2 changed files with 7 additions and 2 deletions

Binary file not shown.

After

Width:  |  Height:  |  Size: 117 KiB

View File

@ -46,7 +46,7 @@ const team: TeamMember[] = [
{ {
imageUrl: '/images/team/brandonm.jpg', imageUrl: '/images/team/brandonm.jpg',
name: 'Brandon Millman', name: 'Brandon Millman',
title: 'Senior Engineer', title: 'Engineering Manager',
}, },
{ {
imageUrl: '/images/team/toms.jpg', imageUrl: '/images/team/toms.jpg',
@ -71,7 +71,7 @@ const team: TeamMember[] = [
{ {
imageUrl: '/images/team/zack.jpg', imageUrl: '/images/team/zack.jpg',
name: 'Zack Skelly', name: 'Zack Skelly',
title: 'Lead Recruiter', title: 'Head of Talent',
}, },
{ {
imageUrl: '/images/team/remcoB.jpg', imageUrl: '/images/team/remcoB.jpg',
@ -183,6 +183,11 @@ const team: TeamMember[] = [
name: 'Alex Kroeger', name: 'Alex Kroeger',
title: 'Data Scientist', title: 'Data Scientist',
}, },
{
imageUrl: '/images/team/theog.jpg',
name: 'Theo Gonella',
title: 'Product Manager',
},
]; ];
const advisors: TeamMember[] = [ const advisors: TeamMember[] = [