diff options
author | fragosti <francesco.agosti93@gmail.com> | 2018-05-17 01:15:04 +0800 |
---|---|---|
committer | fragosti <francesco.agosti93@gmail.com> | 2018-05-18 04:04:39 +0800 |
commit | ec49ca648027cd82c4488f388e4917a879a71364 (patch) | |
tree | 3b96e642934027a1a0e6867d3f8e0a67b9e3e06e /packages | |
parent | c9d304146008eb621397657865a184767bc6df7e (diff) | |
download | dexon-sol-tools-ec49ca648027cd82c4488f388e4917a879a71364.tar dexon-sol-tools-ec49ca648027cd82c4488f388e4917a879a71364.tar.gz dexon-sol-tools-ec49ca648027cd82c4488f388e4917a879a71364.tar.bz2 dexon-sol-tools-ec49ca648027cd82c4488f388e4917a879a71364.tar.lz dexon-sol-tools-ec49ca648027cd82c4488f388e4917a879a71364.tar.xz dexon-sol-tools-ec49ca648027cd82c4488f388e4917a879a71364.tar.zst dexon-sol-tools-ec49ca648027cd82c4488f388e4917a879a71364.zip |
Improve about page descriptions
Diffstat (limited to 'packages')
-rw-r--r-- | packages/website/ts/pages/about/about.tsx | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/packages/website/ts/pages/about/about.tsx b/packages/website/ts/pages/about/about.tsx index 360cbb136..ac67ca968 100644 --- a/packages/website/ts/pages/about/about.tsx +++ b/packages/website/ts/pages/about/about.tsx @@ -37,7 +37,7 @@ const teamRow1: ProfileInfo[] = [ name: 'Fabio Berger', title: 'Senior Engineer', description: `Full-stack blockchain engineer. Previously software engineer \ - at Airtable and founder of WealthLift. Computer science at Duke.`, + at Airtable and founder of WealthLift. Computer Science at Duke.`, image: '/images/team/fabio.jpg', linkedIn: 'https://www.linkedin.com/in/fabio-berger-03ab261a/', github: 'https://github.com/fabioberger', @@ -60,7 +60,7 @@ const teamRow2: ProfileInfo[] = [ name: 'Leonid Logvinov', title: 'Engineer', description: `Full-stack blockchain engineer. Previously blockchain engineer \ - at Neufund. Computer science at University of Warsaw.`, + at Neufund. Computer Science at University of Warsaw.`, image: '/images/team/leonid.png', linkedIn: 'https://www.linkedin.com/in/leonidlogvinov/', github: 'https://github.com/LogvinovLeon', @@ -152,7 +152,7 @@ const teamRow5: ProfileInfo[] = [ { name: 'Francesco Agosti', title: 'Senior Frontend Engineer', - description: `Full-stack engineer. Previously senior software engineer at Yelp. Computer science Duke.`, + description: `Full-stack engineer. Previously senior software engineer at Yelp. Computer Science at Duke.`, image: 'images/team/fragosti.png', linkedIn: 'https://www.linkedin.com/in/fragosti/', github: 'http://github.com/fragosti', |