summaryrefslogtreecommitdiff
path: root/site/src/components
diff options
context:
space:
mode:
authorDante Niewenhuis <d.niewenhuis@hotmail.com>2024-02-16 13:12:26 +0100
committerGitHub <noreply@github.com>2024-02-16 13:12:26 +0100
commit29f3fd2f2b88b68524e54b9ed00cce5fd6b6c949 (patch)
treed5f0f7461de171a149ea3660a9472824d7ab70e1 /site/src/components
parent10c47102d6133b86e4c39df96fd25a91010a9864 (diff)
Added documentation for input and output (#203)
* Started with a documentation page * Started with a documentation page * Added documentation of the input required to run OpenDC, and the output returned by OpenDC to the website.
Diffstat (limited to 'site/src/components')
-rw-r--r--site/src/components/TeamMembers/index.js8
1 files changed, 7 insertions, 1 deletions
diff --git a/site/src/components/TeamMembers/index.js b/site/src/components/TeamMembers/index.js
index 45c658e2..70ea675c 100644
--- a/site/src/components/TeamMembers/index.js
+++ b/site/src/components/TeamMembers/index.js
@@ -33,8 +33,14 @@ const leads = [
url: 'https://www.atlarge-research.com/aiosup/',
},
{
- name: 'Fabian Mastenbroek',
+ name: 'Dante Niewenhuis',
title: 'Technology Lead',
+ avatar: "https://www.atlarge-research.com/images/people/dniewenhuis_large.png",
+ url: 'https://www.atlarge-research.com/dniewenhuis/',
+ },
+ {
+ name: 'Fabian Mastenbroek',
+ title: 'Technology Lead (2020-2022)',
avatar: 'https://www.atlarge-research.com/images/people/fmastenbroek_large.png',
url: 'https://www.atlarge-research.com/fmastenbroek/',
},