diff --git a/src/pages/index.js b/src/pages/index.js index 4e9ba5b..7d41f1a 100644 --- a/src/pages/index.js +++ b/src/pages/index.js @@ -67,6 +67,17 @@ const features = [ ), }, + { + title: <>WU Vienna, + url: 'https://www.wu.ac.at/cryptoeconomics', + imageUrl: 'img/wu-vienna-logo.png', + shortDescription: 'A research institute for crypto-economics', + description: ( + <> + Tokens can develop into the “killer applications” of blockchain, but these applications are still at an early stage. We are developing a taxonomy for tokens - from a business, technological and legal point of view. as well as modeling, forecasting and evaluation tools. + + ), + }, { title: <>SourceCred, url: 'https://sourcecred.io', diff --git a/static/img/wu-vienna-logo.png b/static/img/wu-vienna-logo.png new file mode 100644 index 0000000..9c09ac0 Binary files /dev/null and b/static/img/wu-vienna-logo.png differ