aboutsummaryrefslogtreecommitdiffstats
path: root/packages
diff options
context:
space:
mode:
authorfragosti <francesco.agosti93@gmail.com>2018-06-23 02:22:33 +0800
committerfragosti <francesco.agosti93@gmail.com>2018-06-23 02:22:33 +0800
commit05c008844532a9386341f60e51270756341d00db (patch)
tree72385b06e7a35eb6504db75064abae6ed60b6b27 /packages
parent438c0e27eaa864f7dfcf534937e5b4b5f70c3407 (diff)
downloaddexon-sol-tools-05c008844532a9386341f60e51270756341d00db.tar
dexon-sol-tools-05c008844532a9386341f60e51270756341d00db.tar.gz
dexon-sol-tools-05c008844532a9386341f60e51270756341d00db.tar.bz2
dexon-sol-tools-05c008844532a9386341f60e51270756341d00db.tar.lz
dexon-sol-tools-05c008844532a9386341f60e51270756341d00db.tar.xz
dexon-sol-tools-05c008844532a9386341f60e51270756341d00db.tar.zst
dexon-sol-tools-05c008844532a9386341f60e51270756341d00db.zip
Comment out Chris, and move Mel up in about page
Diffstat (limited to 'packages')
-rw-r--r--packages/website/ts/pages/about/about.tsx23
-rw-r--r--packages/website/ts/pages/about/profile.tsx1
2 files changed, 12 insertions, 12 deletions
diff --git a/packages/website/ts/pages/about/about.tsx b/packages/website/ts/pages/about/about.tsx
index 6830b64ab..62a2519a4 100644
--- a/packages/website/ts/pages/about/about.tsx
+++ b/packages/website/ts/pages/about/about.tsx
@@ -157,17 +157,6 @@ const teamRow5: ProfileInfo[] = [
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',
description: `Daily Operations. Previously People Operations Associate at Heap. Marketing and MBA at Sacred Heart University.`,
@@ -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
diff --git a/packages/website/ts/pages/about/profile.tsx b/packages/website/ts/pages/about/profile.tsx
index e73b1f193..bcbeb0272 100644
--- a/packages/website/ts/pages/about/profile.tsx
+++ b/packages/website/ts/pages/about/profile.tsx
@@ -39,6 +39,7 @@ export const Profile = (props: ProfileProps) => {
fontSize: 14,
fontFamily: 'Roboto Mono',
color: colors.darkGrey,
+ whiteSpace: 'nowrap',
}}
>
{props.profileInfo.title.toUpperCase()}