Merge pull request #1781 from 0xProject/feature/website/add-rui-mason

Added Rui and Mason to the team page
This commit is contained in:
Brandon Millman 2019-04-22 14:21:11 -07:00 committed by GitHub
commit 7ea99baeb2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 10 additions and 0 deletions

Binary file not shown.

After

Width:  |  Height:  |  Size: 181 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 91 KiB

View File

@ -173,6 +173,16 @@ const team: TeamMember[] = [
name: 'Paul Vienhage', name: 'Paul Vienhage',
title: 'Research Engineer', title: 'Research Engineer',
}, },
{
imageUrl: '/images/team/ruiz.jpg',
name: 'Rui Zhang',
title: 'Corporate Counsel',
},
{
imageUrl: '/images/team/masonl.jpg',
name: 'Mason Liang',
title: 'Research Engineer',
},
]; ];
const advisors: TeamMember[] = [ const advisors: TeamMember[] = [