diff options
author | Francesco Agosti <francesco.agosti93@gmail.com> | 2018-05-16 06:59:24 +0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-05-16 06:59:24 +0800 |
commit | 7a45a579c072612b9c45da47db026635b721faec (patch) | |
tree | c93ec4e3158f5c68498faac03bf520948b95cd0b /packages | |
parent | 184232ba4fe304bb00a3dbbee21972b1ff29736b (diff) | |
parent | f43b275f16b46a72409962bb61fe1eb66f700c62 (diff) | |
download | dexon-sol-tools-7a45a579c072612b9c45da47db026635b721faec.tar dexon-sol-tools-7a45a579c072612b9c45da47db026635b721faec.tar.gz dexon-sol-tools-7a45a579c072612b9c45da47db026635b721faec.tar.bz2 dexon-sol-tools-7a45a579c072612b9c45da47db026635b721faec.tar.lz dexon-sol-tools-7a45a579c072612b9c45da47db026635b721faec.tar.xz dexon-sol-tools-7a45a579c072612b9c45da47db026635b721faec.tar.zst dexon-sol-tools-7a45a579c072612b9c45da47db026635b721faec.zip |
Merge pull request #592 from 0xProject/feature/website/add-francesco-about
Add myself to about page
Diffstat (limited to 'packages')
-rw-r--r-- | packages/website/public/images/team/fragosti.png | bin | 0 -> 26209 bytes | |||
-rw-r--r-- | packages/website/ts/pages/about/about.tsx | 14 |
2 files changed, 11 insertions, 3 deletions
diff --git a/packages/website/public/images/team/fragosti.png b/packages/website/public/images/team/fragosti.png Binary files differnew file mode 100644 index 000000000..60c168514 --- /dev/null +++ b/packages/website/public/images/team/fragosti.png diff --git a/packages/website/ts/pages/about/about.tsx b/packages/website/ts/pages/about/about.tsx index 673022329..360cbb136 100644 --- a/packages/website/ts/pages/about/about.tsx +++ b/packages/website/ts/pages/about/about.tsx @@ -128,9 +128,6 @@ const teamRow4: ProfileInfo[] = [ github: '', medium: '', }, -]; - -const teamRow5: ProfileInfo[] = [ { name: 'Greg Hysen', title: 'Blockchain Engineer', @@ -140,6 +137,9 @@ const teamRow5: ProfileInfo[] = [ github: 'https://github.com/hysz', medium: '', }, +]; + +const teamRow5: ProfileInfo[] = [ { name: 'Remco Bloemen', title: 'Technical Fellow', @@ -149,6 +149,14 @@ const teamRow5: ProfileInfo[] = [ github: 'http://github.com/recmo', medium: '', }, + { + name: 'Francesco Agosti', + title: 'Senior Frontend Engineer', + description: `Full-stack engineer. Previously senior software engineer at Yelp. Computer science Duke.`, + image: 'images/team/fragosti.png', + linkedIn: 'https://www.linkedin.com/in/fragosti/', + github: 'http://github.com/fragosti', + }, ]; const advisors: ProfileInfo[] = [ |