Merge pull request #2052 from 0xProject/feature/website/adding-oskar

Added Oskar to team page
This commit is contained in:
Francesco Agosti 2019-08-12 10:15:19 -07:00 committed by GitHub
commit 7836e10d8a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
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', imageUrl: '/images/team/greg.jpg',
name: 'Greg Hysen', name: 'Greg Hysen',
title: 'Blockchain Engineer', title: 'Protocol Engineer',
}, },
{ {
imageUrl: '/images/team/blake.jpg', imageUrl: '/images/team/blake.jpg',
@ -156,7 +156,7 @@ const team: TeamMember[] = [
{ {
imageUrl: '/images/team/lawrencef.jpg', imageUrl: '/images/team/lawrencef.jpg',
name: 'Lawrence Forman', name: 'Lawrence Forman',
title: 'Engineer', title: 'Protocol Engineer',
}, },
{ {
imageUrl: '/images/team/paulv.jpg', imageUrl: '/images/team/paulv.jpg',
@ -191,7 +191,12 @@ const team: TeamMember[] = [
{ {
imageUrl: '/images/team/alext.jpg', imageUrl: '/images/team/alext.jpg',
name: 'Alex Towle', name: 'Alex Towle',
title: 'Engineer', title: 'Protocol Engineer',
},
{
imageUrl: '/images/team/oskarp.jpg',
name: 'Oskar Paolini',
title: 'DevOps Engineer',
}, },
]; ];