Skip to content
This repository has been archived by the owner on Jul 9, 2021. It is now read-only.

Commit

Permalink
Merge pull request #2052 from 0xProject/feature/website/adding-oskar
Browse files Browse the repository at this point in the history
Added Oskar to team page
  • Loading branch information
Francesco Agosti authored Aug 12, 2019
2 parents 946a318 + 88b625f commit 7836e10
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 3 deletions.
Binary file added packages/website/public/images/team/oskarp.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
11 changes: 8 additions & 3 deletions packages/website/ts/pages/about/team.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -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',
Expand Down Expand Up @@ -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',
Expand Down Expand Up @@ -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',
},
];

Expand Down

0 comments on commit 7836e10

Please sign in to comment.