From ffdc30e64192c353fdee0ba4a93021d6ce2ed9ab Mon Sep 17 00:00:00 2001 From: sptaule Date: Fri, 28 Jan 2022 13:14:24 +0100 Subject: Added map, sponsors and funding section --- templates/index.html | 41 ++++++++++++++++++++++++++++++++++++----- 1 file changed, 36 insertions(+), 5 deletions(-) (limited to 'templates') diff --git a/templates/index.html b/templates/index.html index e1c388e..5e46ec9 100755 --- a/templates/index.html +++ b/templates/index.html @@ -5,7 +5,8 @@
- +

{{config.extra.organization.name}}

+ {{config.extra.organization.name}}

{{ config.extra.organization.description }}

@@ -167,14 +168,44 @@
+
+
+
+ + Made for redundancy + +
+
+
+

Each chunk of data is replicated in 3 zones

+
+
+ + Zone (multiple servers) +
+
+ + Chunks of data +
+
- {% if section.content %} -
- {{ section.content | safe }} +
+
+

Sponsors and funding

+

+ The Deuxfleurs association has received a grant from NGI POINTER, + to fund 3 people working on Garage full-time for a year : from October 2021 to September 2022. +

+ NGI Pointers +

+ This project has received funding from the European Union's Horizon 2021 research and innovation programme + within the framework of the NGI-POINTER Project funded under grant agreement N° 871528. +

- {% endif %} +
+
{% endblock %} -- cgit v1.2.3