feat: add Steve to team page
This commit is contained in:
parent
afb34da729
commit
f73e6a75b1
BIN
packages/website/public/images/team/steve.png
Normal file
BIN
packages/website/public/images/team/steve.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 48 KiB |
@ -240,6 +240,16 @@ const teamRow8: ProfileInfo[] = [
|
|||||||
},
|
},
|
||||||
];
|
];
|
||||||
|
|
||||||
|
const teamRow9: ProfileInfo[] = [
|
||||||
|
{
|
||||||
|
name: 'Steve Klebanoff',
|
||||||
|
title: 'Senior Engineer',
|
||||||
|
description: ` Full-stack engineer. Previously Staff Software Engineer at Appfolio. Computer Science & Cognitive Psychology at Northeastern University.`,
|
||||||
|
image: 'images/team/steve.png',
|
||||||
|
linkedIn: 'https://www.linkedin.com/in/steveklebanoff/',
|
||||||
|
},
|
||||||
|
];
|
||||||
|
|
||||||
const advisors1: ProfileInfo[] = [
|
const advisors1: ProfileInfo[] = [
|
||||||
{
|
{
|
||||||
name: 'Fred Ehrsam',
|
name: 'Fred Ehrsam',
|
||||||
@ -348,6 +358,7 @@ export class About extends React.Component<AboutProps, AboutState> {
|
|||||||
<div className="clearfix">{this._renderProfiles(teamRow6)}</div>
|
<div className="clearfix">{this._renderProfiles(teamRow6)}</div>
|
||||||
<div className="clearfix">{this._renderProfiles(teamRow7)}</div>
|
<div className="clearfix">{this._renderProfiles(teamRow7)}</div>
|
||||||
<div className="clearfix">{this._renderProfiles(teamRow8)}</div>
|
<div className="clearfix">{this._renderProfiles(teamRow8)}</div>
|
||||||
|
<div className="clearfix">{this._renderProfiles(teamRow9)}</div>
|
||||||
</div>
|
</div>
|
||||||
<div className="pt3 pb2">
|
<div className="pt3 pb2">
|
||||||
<div
|
<div
|
||||||
|
Loading…
x
Reference in New Issue
Block a user