diff --git a/src/input.css b/src/input.css index 52ec9f3..b2fd6a9 100755 --- a/src/input.css +++ b/src/input.css @@ -104,6 +104,17 @@ p > code, p > strong > code, li > code, li > strong > code { @layer utilities { + /** Home map */ + + #map-container { + background-image: url('/images/map.svg'); + background-repeat: no-repeat; + background-position: center; + background-size: cover; + background-attachment: fixed; + height: 70vh; + } + /** Global ToC */ #global_toc .deploySubMenu { position: absolute; diff --git a/static/icons/datachunks.svg b/static/icons/datachunks.svg new file mode 100644 index 0000000..dd5f0ea --- /dev/null +++ b/static/icons/datachunks.svg @@ -0,0 +1,516 @@ + + + + Layer 1 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/static/icons/servers.svg b/static/icons/servers.svg new file mode 100644 index 0000000..e1534b9 --- /dev/null +++ b/static/icons/servers.svg @@ -0,0 +1,1613 @@ + + + + Layer 1 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/static/images/map.svg b/static/images/map.svg new file mode 100644 index 0000000..17db33e --- /dev/null +++ b/static/images/map.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/static/images/ngi-pointer-eu.png b/static/images/ngi-pointer-eu.png new file mode 100644 index 0000000..97111b1 Binary files /dev/null and b/static/images/ngi-pointer-eu.png differ 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 @@
-
- {% if section.content %} -
- {{ section.content | safe }} +
+
+ + Made for redundancy +
- {% endif %} +
+
+

Each chunk of data is replicated in 3 zones

+
+
+ + Zone (multiple servers) +
+
+ + Chunks of data +
+
+
+ +
+
+

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. +

+
+
+
{% endblock %}