From b47baa9ee1753215c5c9f92746a80dcdd224f91d Mon Sep 17 00:00:00 2001 From: Leonid Logvinov Date: Fri, 12 Jan 2018 15:22:10 +0100 Subject: Add new team photos --- packages/website/ts/pages/about/about.tsx | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) (limited to 'packages/website/ts/pages/about/about.tsx') diff --git a/packages/website/ts/pages/about/about.tsx b/packages/website/ts/pages/about/about.tsx index 75b350c24..c400dd7f7 100644 --- a/packages/website/ts/pages/about/about.tsx +++ b/packages/website/ts/pages/about/about.tsx @@ -51,7 +51,7 @@ const teamRow2: ProfileInfo[] = [ image: '/images/team/alex.jpg', linkedIn: 'https://www.linkedin.com/in/alex-xu/', github: '', - medium: '', + medium: 'https://medium.com/@aqxu', }, { name: 'Leonid Logvinov', @@ -61,7 +61,7 @@ const teamRow2: ProfileInfo[] = [ image: '/images/team/leonid.png', linkedIn: 'https://www.linkedin.com/in/leonidlogvinov/', github: 'https://github.com/LogvinovLeon', - medium: '', + medium: 'https://medium.com/@Logvinov', }, { name: 'Ben Burns', @@ -83,12 +83,14 @@ const teamRow3: ProfileInfo[] = [ Twitter. Electrical and Computer Engineering at Duke.`, image: '/images/team/brandon.png', linkedIn: 'https://www.linkedin.com/company-beta/17942619/', + github: 'https://github.com/BMillman19', + medium: 'https://medium.com/@bchillman', }, { name: 'Tom Schmidt', title: 'Product Manager', description: `Previously engineering at Apple, product management at Facebook and Instagram. Computer Science at Stanford.`, - image: '/images/team/anyone.png', + image: '/images/team/tom.jpg', linkedIn: 'https://www.linkedin.com/in/tomhschmidt/', github: 'https://github.com/tomhschmidt', medium: '', @@ -97,7 +99,7 @@ const teamRow3: ProfileInfo[] = [ name: 'Jacob Evans', title: 'Blockchain Engineer', description: `Previously software engineer at Qantas and RSA Security.`, - image: '/images/team/anyone.png', + image: '/images/team/jacob.jpg', linkedIn: 'https://www.linkedin.com/in/dekzter/', github: 'https://github.com/dekz', medium: '', -- cgit v1.2.3