From fdc3200ef4718eb98bd8a713f956222a9bf85ac9 Mon Sep 17 00:00:00 2001 From: Fabian Mastenbroek Date: Thu, 4 Aug 2022 16:40:44 +0200 Subject: docs: Add initial version of Docusaurus based docs This change updates the repository with a new Docusaurus-based documentation website. This allows us to create our documentation using Markdown, MDX and React. This will serve as the main entry point for users visiting https://opendc.org. The actual OpenDC application will be moved to https://app.opendc.org. --- site/community/1-team.mdx | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 site/community/1-team.mdx (limited to 'site/community/1-team.mdx') diff --git a/site/community/1-team.mdx b/site/community/1-team.mdx new file mode 100644 index 00000000..719bf280 --- /dev/null +++ b/site/community/1-team.mdx @@ -0,0 +1,13 @@ +import TeamMembers from '@site/src/components/TeamMembers'; + +# Team + +The OpenDC project is currently developed and maintained by the [AtLarge Research Group](https://www.atlarge-research.com/) +from Amsterdam, the Netherlands. The team that works (or has worked) on OpenDC consists of: + + + +## Want to join our team? + +If you are interested in joining the OpenDC team, sent us a message at [opendc@atlarge-research.com](mailto:opendc@atlarge-research.com) +or visit the [AtLarge Research website](https://www.atlarge-research.com/new_students.html) for more information. -- cgit v1.2.3