From 94d29ab22eeef287b5fb81d0a42e13635653db6a Mon Sep 17 00:00:00 2001 From: Leonid Logvinov Date: Thu, 11 Jan 2018 17:24:08 +0100 Subject: Add @tom and @dekz while removing @PhABC --- packages/website/ts/pages/about/about.tsx | 38 +++++++++++++++++++---------- packages/website/ts/pages/about/profile.tsx | 2 +- 2 files changed, 26 insertions(+), 14 deletions(-) diff --git a/packages/website/ts/pages/about/about.tsx b/packages/website/ts/pages/about/about.tsx index 3ff16f9fe..75b350c24 100644 --- a/packages/website/ts/pages/about/about.tsx +++ b/packages/website/ts/pages/about/about.tsx @@ -40,6 +40,9 @@ const teamRow1: ProfileInfo[] = [ github: 'https://github.com/fabioberger', medium: 'https://medium.com/@fabioberger', }, +]; + +const teamRow2: ProfileInfo[] = [ { name: 'Alex Xu', title: 'Director of Operations', @@ -50,9 +53,6 @@ const teamRow1: ProfileInfo[] = [ github: '', medium: '', }, -]; - -const teamRow2: ProfileInfo[] = [ { name: 'Leonid Logvinov', title: 'Engineer', @@ -73,16 +73,9 @@ const teamRow2: ProfileInfo[] = [ github: '', medium: '', }, - { - name: 'Philippe Castonguay', - title: 'Dev Relations Manager', - description: `Developer relations. Previously computational neuroscience \ - research at Janelia. Statistics at Western University. MA Dropout.`, - image: '/images/team/philippe.png', - linkedIn: '', - github: 'https://github.com/PhABC', - medium: '', - }, +]; + +const teamRow3: ProfileInfo[] = [ { name: 'Brandon Millman', title: 'Senior Engineer', @@ -91,6 +84,24 @@ const teamRow2: ProfileInfo[] = [ image: '/images/team/brandon.png', linkedIn: 'https://www.linkedin.com/company-beta/17942619/', }, + { + 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', + linkedIn: 'https://www.linkedin.com/in/tomhschmidt/', + github: 'https://github.com/tomhschmidt', + medium: '', + }, + { + name: 'Jacob Evans', + title: 'Blockchain Engineer', + description: `Previously software engineer at Qantas and RSA Security.`, + image: '/images/team/anyone.png', + linkedIn: 'https://www.linkedin.com/in/dekzter/', + github: 'https://github.com/dekz', + medium: '', + }, ]; const advisors: ProfileInfo[] = [ @@ -181,6 +192,7 @@ export class About extends React.Component {
{this._renderProfiles(teamRow1)}
{this._renderProfiles(teamRow2)}
+
{this._renderProfiles(teamRow3)}
{props.profileInfo.description}
-
+
{renderSocialMediaIcons(props.profileInfo)}
-- cgit From f6c98112dfdc9e466edcbd2403825285be79c49e Mon Sep 17 00:00:00 2001 From: Leonid Logvinov Date: Thu, 11 Jan 2018 17:28:44 +0100 Subject: Add a CHANGELOG to a website --- packages/website/CHANGELOG.md | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 packages/website/CHANGELOG.md diff --git a/packages/website/CHANGELOG.md b/packages/website/CHANGELOG.md new file mode 100644 index 000000000..6cb8cd0b0 --- /dev/null +++ b/packages/website/CHANGELOG.md @@ -0,0 +1,5 @@ +# CHANGELOG + +## v0.x.x - _TBD_ + + * Added new team members to the about page (#317) -- cgit 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/public/images/team/jacob.jpg | Bin 0 -> 1177087 bytes packages/website/public/images/team/tom.jpg | Bin 0 -> 41810 bytes packages/website/ts/pages/about/about.tsx | 10 ++++++---- 3 files changed, 6 insertions(+), 4 deletions(-) create mode 100644 packages/website/public/images/team/jacob.jpg create mode 100644 packages/website/public/images/team/tom.jpg diff --git a/packages/website/public/images/team/jacob.jpg b/packages/website/public/images/team/jacob.jpg new file mode 100644 index 000000000..62ff412d2 Binary files /dev/null and b/packages/website/public/images/team/jacob.jpg differ diff --git a/packages/website/public/images/team/tom.jpg b/packages/website/public/images/team/tom.jpg new file mode 100644 index 000000000..a6b763816 Binary files /dev/null and b/packages/website/public/images/team/tom.jpg differ 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