From 254d88ffa094a6b4c7887c182298cbd786b1e87e Mon Sep 17 00:00:00 2001 From: Brandon Millman Date: Mon, 20 Aug 2018 13:56:02 -0700 Subject: Add Matt Taylor to website --- packages/website/public/images/team/matt.jpg | Bin 0 -> 769216 bytes packages/website/ts/pages/about/about.tsx | 9 ++++++++- 2 files changed, 8 insertions(+), 1 deletion(-) create mode 100644 packages/website/public/images/team/matt.jpg (limited to 'packages') diff --git a/packages/website/public/images/team/matt.jpg b/packages/website/public/images/team/matt.jpg new file mode 100644 index 000000000..101209c37 Binary files /dev/null and b/packages/website/public/images/team/matt.jpg differ diff --git a/packages/website/ts/pages/about/about.tsx b/packages/website/ts/pages/about/about.tsx index aef4d0df9..519e4be5e 100644 --- a/packages/website/ts/pages/about/about.tsx +++ b/packages/website/ts/pages/about/about.tsx @@ -82,7 +82,7 @@ const teamRow3: ProfileInfo[] = [ name: 'Brandon Millman', title: 'Senior Engineer', description: `Full-stack engineer. Previously senior software engineer at \ - Twitter. Electrical and Computer Engineering at Duke.`, + Twitter. Computer Science and Electrical Engineering at Duke.`, image: '/images/team/brandon.png', linkedIn: 'https://www.linkedin.com/in/brandon-millman-b093a022/', github: 'https://github.com/BMillman19', @@ -199,6 +199,13 @@ const teamRow7: ProfileInfo[] = [ image: 'images/team/clay.png', linkedIn: 'https://www.linkedin.com/in/robbinsclay/', }, + { + name: 'Matt Taylor', + title: 'Marketing Lead', + description: `Growth & Marketing. Previously marketing at Abra and Square. Economics and Philosophy at Claremont McKenna College.`, + image: 'images/team/matt.jpg', + linkedIn: 'https://www.linkedin.com/in/mattytay/', + }, ]; const advisors: ProfileInfo[] = [ -- cgit v1.2.3