From f699b9a73fde8d0ca36226981f953a80bb8bb9cb Mon Sep 17 00:00:00 2001 From: Fabio Berger Date: Mon, 19 Mar 2018 14:50:50 +0100 Subject: Add Blake and Zach to About page --- packages/website/ts/pages/about/about.tsx | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) (limited to 'packages/website/ts') diff --git a/packages/website/ts/pages/about/about.tsx b/packages/website/ts/pages/about/about.tsx index 7f1e0bf80..d853959f0 100644 --- a/packages/website/ts/pages/about/about.tsx +++ b/packages/website/ts/pages/about/about.tsx @@ -108,6 +108,27 @@ const teamRow3: ProfileInfo[] = [ }, ]; +const teamRow4: ProfileInfo[] = [ + { + name: 'Blake Henderson', + title: 'Operations and Analytics', + description: `Previously analytics at LinkedIn. Economics at UC San Diego. `, + image: '/images/team/blake.jpg', + linkedIn: 'https://www.linkedin.com/in/blakerhenderson/', + github: '', + medium: '', + }, + { + name: 'Zack Skelly', + title: 'Lead Recruiter', + description: `Talent. Previously first recruiter at Heap, recruiting at Dropbox and Google. English Rhetoric and Composition at Pepperdine.`, + image: '/images/team/zach.png', + linkedIn: 'https://www.linkedin.com/in/zackaryskelly/', + github: '', + medium: '', + }, +]; + const advisors: ProfileInfo[] = [ { name: 'Fred Ehrsam', @@ -200,6 +221,7 @@ export class About extends React.Component {
{this._renderProfiles(teamRow1)}
{this._renderProfiles(teamRow2)}
{this._renderProfiles(teamRow3)}
+
{this._renderProfiles(teamRow4)}
Date: Mon, 19 Mar 2018 14:51:58 +0100 Subject: Change title --- packages/website/ts/pages/about/about.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'packages/website/ts') diff --git a/packages/website/ts/pages/about/about.tsx b/packages/website/ts/pages/about/about.tsx index d853959f0..293580913 100644 --- a/packages/website/ts/pages/about/about.tsx +++ b/packages/website/ts/pages/about/about.tsx @@ -111,8 +111,8 @@ const teamRow3: ProfileInfo[] = [ const teamRow4: ProfileInfo[] = [ { name: 'Blake Henderson', - title: 'Operations and Analytics', - description: `Previously analytics at LinkedIn. Economics at UC San Diego. `, + title: 'Operations Associate', + description: `Operations and Analytics. Previously analytics at LinkedIn. Economics at UC San Diego. `, image: '/images/team/blake.jpg', linkedIn: 'https://www.linkedin.com/in/blakerhenderson/', github: '', -- cgit v1.2.3