From f4e9103b6f4e5aa23acf32945a473c85dd7ed292 Mon Sep 17 00:00:00 2001 From: Fred Carlsen Date: Thu, 13 Dec 2018 11:34:14 +0100 Subject: Add advisors --- .../public/images/@next/team/advisors/davids.jpg | Bin 0 -> 25263 bytes .../website/public/images/@next/team/advisors/frede.jpg | Bin 0 -> 17015 bytes .../website/public/images/@next/team/advisors/joeyk.jpg | Bin 0 -> 23496 bytes .../public/images/@next/team/advisors/lindax.jpg | Bin 0 -> 20576 bytes .../website/public/images/@next/team/advisors/olafc.jpg | Bin 0 -> 20821 bytes packages/website/ts/@next/pages/about/team.tsx | 12 ++++++------ 6 files changed, 6 insertions(+), 6 deletions(-) create mode 100755 packages/website/public/images/@next/team/advisors/davids.jpg create mode 100755 packages/website/public/images/@next/team/advisors/frede.jpg create mode 100755 packages/website/public/images/@next/team/advisors/joeyk.jpg create mode 100755 packages/website/public/images/@next/team/advisors/lindax.jpg create mode 100755 packages/website/public/images/@next/team/advisors/olafc.jpg diff --git a/packages/website/public/images/@next/team/advisors/davids.jpg b/packages/website/public/images/@next/team/advisors/davids.jpg new file mode 100755 index 000000000..904ebda01 Binary files /dev/null and b/packages/website/public/images/@next/team/advisors/davids.jpg differ diff --git a/packages/website/public/images/@next/team/advisors/frede.jpg b/packages/website/public/images/@next/team/advisors/frede.jpg new file mode 100755 index 000000000..cb882c53f Binary files /dev/null and b/packages/website/public/images/@next/team/advisors/frede.jpg differ diff --git a/packages/website/public/images/@next/team/advisors/joeyk.jpg b/packages/website/public/images/@next/team/advisors/joeyk.jpg new file mode 100755 index 000000000..c6050242f Binary files /dev/null and b/packages/website/public/images/@next/team/advisors/joeyk.jpg differ diff --git a/packages/website/public/images/@next/team/advisors/lindax.jpg b/packages/website/public/images/@next/team/advisors/lindax.jpg new file mode 100755 index 000000000..766532068 Binary files /dev/null and b/packages/website/public/images/@next/team/advisors/lindax.jpg differ diff --git a/packages/website/public/images/@next/team/advisors/olafc.jpg b/packages/website/public/images/@next/team/advisors/olafc.jpg new file mode 100755 index 000000000..ab042405a Binary files /dev/null and b/packages/website/public/images/@next/team/advisors/olafc.jpg differ diff --git a/packages/website/ts/@next/pages/about/team.tsx b/packages/website/ts/@next/pages/about/team.tsx index 54660872a..325ee4e75 100644 --- a/packages/website/ts/@next/pages/about/team.tsx +++ b/packages/website/ts/@next/pages/about/team.tsx @@ -1,4 +1,4 @@ -import * as _ from 'lodash/core'; +import * as _ from 'lodash'; import * as React from 'react'; import styled from 'styled-components'; @@ -149,27 +149,27 @@ const team: TeamMember[] = [ const advisors: TeamMember[] = [ { - imageUrl: '/images/@next/team/melo@2x.jpg', + imageUrl: '/images/@next/team/advisors/frede.jpg', name: 'Fred Ehrsam', title: 'Advisor', }, { - imageUrl: '/images/@next/team/melo@2x.jpg', + imageUrl: '/images/@next/team/advisors/olafc.jpg', name: 'Olaf Carlson-Wee', title: 'Advisor', }, { - imageUrl: '/images/@next/team/melo@2x.jpg', + imageUrl: '/images/@next/team/advisors/joeyk.jpg', name: 'Joey Krug', title: 'Advisor', }, { - imageUrl: '/images/@next/team/melo@2x.jpg', + imageUrl: '/images/@next/team/advisors/lindax.jpg', name: 'Linda Xie', title: 'Advisor', }, { - imageUrl: '/images/@next/team/melo@2x.jpg', + imageUrl: '/images/@next/team/advisors/davids.jpg', name: 'David Sacks', title: 'Advisor', }, -- cgit v1.2.3