Added Oskar to team page

This commit is contained in:
Chris Kalani 2019-08-09 17:28:12 -07:00
parent 08502c1eb6
commit 88b625fa15
2 changed files with 8 additions and 3 deletions

Binary file not shown.

After

Width:  |  Height:  |  Size: 132 KiB

View File

@ -61,7 +61,7 @@ const team: TeamMember[] = [
{
imageUrl: '/images/team/greg.jpg',
name: 'Greg Hysen',
title: 'Blockchain Engineer',
title: 'Protocol Engineer',
},
{
imageUrl: '/images/team/blake.jpg',
@ -156,7 +156,7 @@ const team: TeamMember[] = [
{
imageUrl: '/images/team/lawrencef.jpg',
name: 'Lawrence Forman',
title: 'Engineer',
title: 'Protocol Engineer',
},
{
imageUrl: '/images/team/paulv.jpg',
@ -191,7 +191,12 @@ const team: TeamMember[] = [
{
imageUrl: '/images/team/alext.jpg',
name: 'Alex Towle',
title: 'Engineer',
title: 'Protocol Engineer',
},
{
imageUrl: '/images/team/oskarp.jpg',
name: 'Oskar Paolini',
title: 'DevOps Engineer',
},
];