Merge pull request #1089 from 0xProject/feature/website/new-hires-sept-v2-announcement

[website] new hires and 0x v2 news link
This commit is contained in:
Francesco Agosti
2018-09-25 23:04:12 +02:00
committed by GitHub
4 changed files with 20 additions and 2 deletions

Binary file not shown.

After

Width:  |  Height:  |  Size: 29 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 38 KiB

View File

@@ -216,6 +216,23 @@ const teamRow7: ProfileInfo[] = [
},
];
const teamRow8: ProfileInfo[] = [
{
name: 'Weijie Wu',
title: 'Research Fellow',
description: `Researching decentralized governance. Previously Researcher at Huawei and Assistant Professor at Shanghai Jiao Tong University. PhD in Computer Science at The Chinese University of Hong Kong.`,
image: 'images/team/weijie.png',
linkedIn: 'https://www.linkedin.com/in/weijiewu/',
},
{
name: 'Rahul Singireddy',
title: 'Relayer Success Manager',
description: `Previously community at Zeppelin, growth at Dharma, and cryptocurrency contributor at Forbes. Symbolic Systems at Stanford.`,
image: 'images/team/rahul.png',
linkedIn: 'https://www.linkedin.com/in/rahul-singireddy-3037908a/',
},
];
const advisors1: ProfileInfo[] = [
{
name: 'Fred Ehrsam',
@@ -323,6 +340,7 @@ export class About extends React.Component<AboutProps, AboutState> {
<div className="clearfix">{this._renderProfiles(teamRow5)}</div>
<div className="clearfix">{this._renderProfiles(teamRow6)}</div>
<div className="clearfix">{this._renderProfiles(teamRow7)}</div>
<div className="clearfix">{this._renderProfiles(teamRow8)}</div>
</div>
<div className="pt3 pb2">
<div

View File

@@ -37,8 +37,8 @@ interface Project {
}
const THROTTLE_TIMEOUT = 100;
const WHATS_NEW_TITLE = '18 ideas for 0x relayers in 2018';
const WHATS_NEW_URL = 'https://blog.0xproject.com/18-ideas-for-0x-relayers-in-2018-80a1498b955f';
const WHATS_NEW_TITLE = '0x Protocol v2 is Live!';
const WHATS_NEW_URL = 'https://blog.0xproject.com/0x-protocol-v2-0-is-live-183aac180149';
const TITLE_STYLE: React.CSSProperties = {
fontFamily: 'Roboto Mono',
color: colors.grey,