aboutsummaryrefslogtreecommitdiffstats
path: root/packages/website/ts/pages/about/about.tsx
diff options
context:
space:
mode:
authorFabio Berger <me@fabioberger.com>2018-09-26 20:14:23 +0800
committerFabio Berger <me@fabioberger.com>2018-09-26 20:14:23 +0800
commitb244f3e2c0d3c105c364ffe9c5cc5c8046b0ec32 (patch)
treeae0c499866ecb9c9cd1ac05b337220891d2ab9fe /packages/website/ts/pages/about/about.tsx
parent1b35a6e3b5d050fa33097b35e1d739ca13c6806e (diff)
parentd77c6e13b0a6791fd2b5a5b134f61c3610beff5d (diff)
downloaddexon-0x-contracts-b244f3e2c0d3c105c364ffe9c5cc5c8046b0ec32.tar
dexon-0x-contracts-b244f3e2c0d3c105c364ffe9c5cc5c8046b0ec32.tar.gz
dexon-0x-contracts-b244f3e2c0d3c105c364ffe9c5cc5c8046b0ec32.tar.bz2
dexon-0x-contracts-b244f3e2c0d3c105c364ffe9c5cc5c8046b0ec32.tar.lz
dexon-0x-contracts-b244f3e2c0d3c105c364ffe9c5cc5c8046b0ec32.tar.xz
dexon-0x-contracts-b244f3e2c0d3c105c364ffe9c5cc5c8046b0ec32.tar.zst
dexon-0x-contracts-b244f3e2c0d3c105c364ffe9c5cc5c8046b0ec32.zip
Merge branch 'development' of github.com:0xProject/0x-monorepo into development
* 'development' of github.com:0xProject/0x-monorepo: Add weijie and rahul Change news link
Diffstat (limited to 'packages/website/ts/pages/about/about.tsx')
-rw-r--r--packages/website/ts/pages/about/about.tsx18
1 files changed, 18 insertions, 0 deletions
diff --git a/packages/website/ts/pages/about/about.tsx b/packages/website/ts/pages/about/about.tsx
index 42237bec3..75295349d 100644
--- a/packages/website/ts/pages/about/about.tsx
+++ b/packages/website/ts/pages/about/about.tsx
@@ -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