From 70e1a2a864286c7bb5e1c5d3c15c6bd10121b440 Mon Sep 17 00:00:00 2001 From: berkas1 <berka@berkasimon.com> Date: Thu, 22 Jul 2021 09:56:59 +0200 Subject: [PATCH] feat(page): add Terms of Service page This commit introduces ToS page includig network rules by Cesnet and Rules of Use by MetaCentrum --- content/cloud/terms-of-service/index.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 content/cloud/terms-of-service/index.md diff --git a/content/cloud/terms-of-service/index.md b/content/cloud/terms-of-service/index.md new file mode 100644 index 0000000..78a918e --- /dev/null +++ b/content/cloud/terms-of-service/index.md @@ -0,0 +1,12 @@ +--- +title: "Terms of Service" +date: 2021-07-21T09:22:35+02:00 +draft: false +weight: 200 +disableToc: true +--- + +The following documents describe your rights and responsibilities as a user of MetaCentrum Cloud. + +- Terms and conditions for the access to the CESNET e-infrastructure: [EN](https://www.cesnet.cz/conditions/?lang=en) | [CZ](https://www.cesnet.cz/podminky/) +- NGI MetaCentrum - Rules of Use: [EN](https://www.metacentrum.cz/en/about/rules/index.html) | [CZ](https://www.metacentrum.cz/cs/about/rules/index.html) \ No newline at end of file -- GitLab