Merge pull request #461 from 0xProject/updateTeam
Add Zach & Blake to team
This commit is contained in:
BIN
packages/website/public/images/team/blake.jpg
Normal file
BIN
packages/website/public/images/team/blake.jpg
Normal file
Binary file not shown.
After Width: | Height: | Size: 29 KiB |
Binary file not shown.
Before Width: | Height: | Size: 1.1 MiB After Width: | Height: | Size: 26 KiB |
Binary file not shown.
Before Width: | Height: | Size: 41 KiB After Width: | Height: | Size: 14 KiB |
BIN
packages/website/public/images/team/zach.png
Normal file
BIN
packages/website/public/images/team/zach.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 117 KiB |
@@ -108,6 +108,27 @@ const teamRow3: ProfileInfo[] = [
|
||||
},
|
||||
];
|
||||
|
||||
const teamRow4: ProfileInfo[] = [
|
||||
{
|
||||
name: 'Blake Henderson',
|
||||
title: 'Operations Associate',
|
||||
description: `Operations and Analytics. Previously analytics at LinkedIn. Economics at UC San Diego. `,
|
||||
image: '/images/team/blake.jpg',
|
||||
linkedIn: 'https://www.linkedin.com/in/blakerhenderson/',
|
||||
github: '',
|
||||
medium: '',
|
||||
},
|
||||
{
|
||||
name: 'Zack Skelly',
|
||||
title: 'Lead Recruiter',
|
||||
description: `Talent. Previously first recruiter at Heap, recruiting at Dropbox and Google. English Rhetoric and Composition at Pepperdine.`,
|
||||
image: '/images/team/zach.png',
|
||||
linkedIn: 'https://www.linkedin.com/in/zackaryskelly/',
|
||||
github: '',
|
||||
medium: '',
|
||||
},
|
||||
];
|
||||
|
||||
const advisors: ProfileInfo[] = [
|
||||
{
|
||||
name: 'Fred Ehrsam',
|
||||
@@ -200,6 +221,7 @@ export class About extends React.Component<AboutProps, AboutState> {
|
||||
<div className="clearfix pb3">{this._renderProfiles(teamRow1)}</div>
|
||||
<div className="clearfix">{this._renderProfiles(teamRow2)}</div>
|
||||
<div className="clearfix">{this._renderProfiles(teamRow3)}</div>
|
||||
<div className="clearfix">{this._renderProfiles(teamRow4)}</div>
|
||||
</div>
|
||||
<div className="pt3 pb2">
|
||||
<div
|
||||
|
Reference in New Issue
Block a user