diff options
author | fragosti <francesco.agosti93@gmail.com> | 2018-07-10 10:02:50 +0800 |
---|---|---|
committer | fragosti <francesco.agosti93@gmail.com> | 2018-07-10 10:02:50 +0800 |
commit | 4e1bd7b5f0a63f30c685ab3fa5bef86f9876b9fb (patch) | |
tree | 443324ac8907e3a974580b0fa03ddb984c24b7b1 | |
parent | e817cd7d43467678f3dec7c020f8f0348bfc137b (diff) | |
download | dexon-sol-tools-4e1bd7b5f0a63f30c685ab3fa5bef86f9876b9fb.tar dexon-sol-tools-4e1bd7b5f0a63f30c685ab3fa5bef86f9876b9fb.tar.gz dexon-sol-tools-4e1bd7b5f0a63f30c685ab3fa5bef86f9876b9fb.tar.bz2 dexon-sol-tools-4e1bd7b5f0a63f30c685ab3fa5bef86f9876b9fb.tar.lz dexon-sol-tools-4e1bd7b5f0a63f30c685ab3fa5bef86f9876b9fb.tar.xz dexon-sol-tools-4e1bd7b5f0a63f30c685ab3fa5bef86f9876b9fb.tar.zst dexon-sol-tools-4e1bd7b5f0a63f30c685ab3fa5bef86f9876b9fb.zip |
Add Peter to about page
-rw-r--r-- | packages/website/public/images/team/peter.jpg | bin | 0 -> 26748 bytes | |||
-rw-r--r-- | packages/website/ts/pages/about/about.tsx | 6 |
2 files changed, 6 insertions, 0 deletions
diff --git a/packages/website/public/images/team/peter.jpg b/packages/website/public/images/team/peter.jpg Binary files differnew file mode 100644 index 000000000..fa976cb8d --- /dev/null +++ b/packages/website/public/images/team/peter.jpg diff --git a/packages/website/ts/pages/about/about.tsx b/packages/website/ts/pages/about/about.tsx index 41c269f40..7ed713643 100644 --- a/packages/website/ts/pages/about/about.tsx +++ b/packages/website/ts/pages/about/about.tsx @@ -174,6 +174,12 @@ const teamRow6: ProfileInfo[] = [ linkedIn: 'https://www.linkedin.com/in/stephenalexbrowne/', github: 'http://github.com/albrow', }, + { + name: 'Peter Zeitz', + title: 'Research Fellow', + description: `Researching decentralized governance. Previously Assistant Professor of Economics at National University of Singapore Business School. PhD in Economics at UCLA.`, + image: 'images/team/peter.jpg', + }, // { // name: 'Chris Kalani', // title: 'Director of Design', |