From 29f3fd2f2b88b68524e54b9ed00cce5fd6b6c949 Mon Sep 17 00:00:00 2001 From: Dante Niewenhuis Date: Fri, 16 Feb 2024 13:12:26 +0100 Subject: 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. --- site/src/components/TeamMembers/index.js | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) (limited to 'site/src') 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/', }, -- cgit v1.2.3