Comment out Chris, and move Mel up in about page
This commit is contained in:
@@ -156,17 +156,6 @@ const teamRow5: ProfileInfo[] = [
|
||||
linkedIn: 'https://www.linkedin.com/in/fragosti/',
|
||||
github: 'http://github.com/fragosti',
|
||||
},
|
||||
{
|
||||
name: 'Chris Kalani',
|
||||
title: 'Director of Design',
|
||||
description: `Previously founded Wake (acquired by InVision). Early Facebook product designer.`,
|
||||
image: 'images/team/chris.png',
|
||||
linkedIn: 'https://www.linkedin.com/in/chriskalani/',
|
||||
github: 'https://github.com/chriskalani',
|
||||
},
|
||||
];
|
||||
|
||||
const teamRow6: ProfileInfo[] = [
|
||||
{
|
||||
name: 'Mel Oberto',
|
||||
title: 'Office Operations / Executive Assistant',
|
||||
@@ -176,6 +165,17 @@ const teamRow6: ProfileInfo[] = [
|
||||
},
|
||||
];
|
||||
|
||||
const teamRow6: ProfileInfo[] = [
|
||||
// {
|
||||
// name: 'Chris Kalani',
|
||||
// title: 'Director of Design',
|
||||
// description: `Previously founded Wake (acquired by InVision). Early Facebook product designer.`,
|
||||
// image: 'images/team/chris.png',
|
||||
// linkedIn: 'https://www.linkedin.com/in/chriskalani/',
|
||||
// github: 'https://github.com/chriskalani',
|
||||
// },
|
||||
];
|
||||
|
||||
const advisors: ProfileInfo[] = [
|
||||
{
|
||||
name: 'Fred Ehrsam',
|
||||
@@ -270,7 +270,6 @@ export class About extends React.Component<AboutProps, AboutState> {
|
||||
<div className="clearfix">{this._renderProfiles(teamRow3)}</div>
|
||||
<div className="clearfix">{this._renderProfiles(teamRow4)}</div>
|
||||
<div className="clearfix">{this._renderProfiles(teamRow5)}</div>
|
||||
<div className="clearfix">{this._renderProfiles(teamRow6)}</div>
|
||||
</div>
|
||||
<div className="pt3 pb2">
|
||||
<div
|
||||
|
||||
@@ -39,6 +39,7 @@ export const Profile = (props: ProfileProps) => {
|
||||
fontSize: 14,
|
||||
fontFamily: 'Roboto Mono',
|
||||
color: colors.darkGrey,
|
||||
whiteSpace: 'nowrap',
|
||||
}}
|
||||
>
|
||||
{props.profileInfo.title.toUpperCase()}
|
||||
|
||||
Reference in New Issue
Block a user