From 1da8b90340235753b935a880d797cb796700d151 Mon Sep 17 00:00:00 2001 From: sptaule Date: Thu, 27 Jan 2022 18:10:37 +0100 Subject: Doc refactor, doc and index QoL, fix search: working on every page --- templates/index.html | 24 ++++++++++++------------ 1 file changed, 12 insertions(+), 12 deletions(-) (limited to 'templates/index.html') diff --git a/templates/index.html b/templates/index.html index 08cce9c..83adef7 100755 --- a/templates/index.html +++ b/templates/index.html @@ -7,25 +7,25 @@

{{ config.extra.organization.description }}

-
+
- - Host a Website + + Host a Website
- - Store Media + + Store Media
- - Backup Target + + Backup Target
-
+

Our Goals

We made it lightweight and kept the efficiency in mind.

@@ -58,7 +58,7 @@
-
+

Keeping requirements low

@@ -103,7 +103,7 @@

-
+

Data resiliency for everyone

@@ -146,8 +146,8 @@

-
-

Built on the shoulder of giants

+
+

Standing on the shoulders of giants

Lorem ipsum dolor sit amet consectetur adipisicing elit. -- cgit v1.2.3 From 818df5daafaf5b973ce3c4a1a6ca4d4b02551268 Mon Sep 17 00:00:00 2001 From: sptaule Date: Fri, 28 Jan 2022 01:02:02 +0100 Subject: Update hero section images into isometric style --- templates/index.html | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'templates/index.html') diff --git a/templates/index.html b/templates/index.html index 83adef7..e1c388e 100755 --- a/templates/index.html +++ b/templates/index.html @@ -8,15 +8,15 @@

{{ config.extra.organization.description }}

-
- +
+ Host a Website
Store Media
-
+
Backup Target
-- cgit v1.2.3 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/index.html') 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 From e958d4a1d06878100170cd96ce548966e3d5222a Mon Sep 17 00:00:00 2001 From: sptaule Date: Fri, 28 Jan 2022 16:05:30 +0100 Subject: Rearrange index structure --- templates/index.html | 43 +++++++++++++++++++++---------------------- 1 file changed, 21 insertions(+), 22 deletions(-) (limited to 'templates/index.html') diff --git a/templates/index.html b/templates/index.html index 5e46ec9..f3a9379 100755 --- a/templates/index.html +++ b/templates/index.html @@ -24,8 +24,28 @@
-
+
+
+ + Made for redundancy + +
+
+
+

Each chunk of data is replicated in 3 zones

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

Our Goals

@@ -170,27 +190,6 @@
-
-
- - Made for redundancy - -
-
-
-

Each chunk of data is replicated in 3 zones

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

Sponsors and funding

-- cgit v1.2.3 From e6f8f43b6ca5ff00d33b3a539e67eb2255fa1dd0 Mon Sep 17 00:00:00 2001 From: sptaule Date: Sat, 29 Jan 2022 14:42:09 +0100 Subject: Improve responsive, icons, refactor search, update readme --- templates/index.html | 22 +++++++++++----------- 1 file changed, 11 insertions(+), 11 deletions(-) (limited to 'templates/index.html') diff --git a/templates/index.html b/templates/index.html index f3a9379..1f09edd 100755 --- a/templates/index.html +++ b/templates/index.html @@ -11,26 +11,26 @@
- Host a Website + Host a Website
- Store Media + Store Media
- Backup Target + Backup Target
- +
-
+

Each chunk of data is replicated in 3 zones

@@ -45,9 +45,9 @@
-
+
-

Our Goals

+

Our Goals

We made it lightweight and kept the efficiency in mind.

    @@ -80,7 +80,7 @@
-

Keeping requirements low

+

Keeping requirements low

We worked hard to keep requirements as low as possible
as we target the largest possible public. @@ -125,7 +125,7 @@

-

Data resiliency for everyone

+

Data resiliency for everyone

Lorem ipsum dolor sit amet consectetur adipisicing elit. @@ -168,7 +168,7 @@

-

Standing on the shoulders of giants

+

Standing on the shoulders of giants

Lorem ipsum dolor sit amet consectetur adipisicing elit. @@ -191,7 +191,7 @@

-
+

Sponsors and funding

The Deuxfleurs association has received a grant from NGI POINTER, -- cgit v1.2.3 From e5beba07d6b9e102cc28c7474b9db0ae11ec3c79 Mon Sep 17 00:00:00 2001 From: sptaule Date: Sun, 30 Jan 2022 11:25:02 +0100 Subject: Fix map size, requirements font, cyberduck logo, footer thanks --- templates/index.html | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) (limited to 'templates/index.html') diff --git a/templates/index.html b/templates/index.html index 1f09edd..d859bcb 100755 --- a/templates/index.html +++ b/templates/index.html @@ -26,7 +26,7 @@

-
@@ -89,35 +89,35 @@
  • - CPU + CPU
    Any x86_64 CPU from the last 10 years, ARMv7 or ARMv8
  • - RAM + RAM
    1 GB
  • - Disk space + Disk space
    At least 16 GB
  • - Network + Network
    200 ms or less, 50 Mbps or more
  • - Heterogeneous hardware + Heterogeneous hardware
    Build a cluster with whatever second-hand machines are available
  • @@ -146,7 +146,7 @@
  • - Cyberduck + Cyberduck
  • -- cgit v1.2.3