Skip to content

Commit

Permalink
update team info, add brent
Browse files Browse the repository at this point in the history
  • Loading branch information
fragosti committed Jan 16, 2019
1 parent b08d6c3 commit beaf0a4
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 6 deletions.
Binary file added packages/website/public/images/team/oshirob.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
9 changes: 7 additions & 2 deletions packages/website/ts/pages/about/team.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ const team: TeamMember[] = [
{
imageUrl: '/images/team/fabiob.jpg',
name: 'Fabio Berger',
title: 'senior engineer',
title: 'engineering manager',
},
{
imageUrl: '/images/team/alexv.jpg',
Expand All @@ -55,7 +55,7 @@ const team: TeamMember[] = [
{
imageUrl: '/images/team/toms.jpg',
name: 'Tom Schmidt',
title: 'product manager',
title: 'product lead',
},
{
imageUrl: '/images/team/jacobe.jpg',
Expand Down Expand Up @@ -147,6 +147,11 @@ const team: TeamMember[] = [
name: 'Xianny Ng',
title: 'engineer',
},
{
imageUrl: '/images/team/oshirob.png',
name: 'Brent Oshiro',
title: 'community engagement lead',
},
];

const advisors: TeamMember[] = [
Expand Down
8 changes: 4 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -7472,7 +7472,7 @@ ganache-core@0xProject/ganache-core#monorepo-dep:
ethereumjs-tx "0xProject/ethereumjs-tx#fake-tx-include-signature-by-default"
ethereumjs-util "^5.2.0"
ethereumjs-vm "2.3.5"
ethereumjs-wallet "0.6.0"
ethereumjs-wallet "~0.6.0"
fake-merkle-patricia-tree "~1.0.1"
heap "~0.2.6"
js-scrypt "^0.2.0"
Expand Down Expand Up @@ -7953,7 +7953,7 @@ got@^6.7.1:

[email protected], graceful-fs@^3.0.0, graceful-fs@^4.0.0, graceful-fs@^4.1.10, graceful-fs@^4.1.11, graceful-fs@^4.1.2, graceful-fs@^4.1.6, graceful-fs@^4.1.9, graceful-fs@~1.2.0:
version "4.1.15"
resolved "https://registry.yarnpkg.com/graceful-fs/-/graceful-fs-4.1.15.tgz#ffb703e1066e8a0eeaa4c8b80ba9253eeefbfb00"
resolved "https://registry.npmjs.org/graceful-fs/-/graceful-fs-4.1.15.tgz#ffb703e1066e8a0eeaa4c8b80ba9253eeefbfb00"

"graceful-readlink@>= 1.0.0":
version "1.0.1"
Expand Down Expand Up @@ -13606,8 +13606,8 @@ react-highlight@0xproject/react-highlight#699ac4d9529e33520bff4b9bd9c624d21efbba
dependencies:
highlight.js "^9.11.0"
highlightjs-solidity "^1.0.5"
react "^16.5.2"
react-dom "^16.5.2"
react "^16.4.2"
react-dom "^16.4.2"

react-hot-loader@^4.3.3:
version "4.3.4"
Expand Down

0 comments on commit beaf0a4

Please sign in to comment.