From c2acea04d721d97d8b093f61905d136769a5a7de Mon Sep 17 00:00:00 2001 From: sptaule Date: Tue, 1 Feb 2022 17:17:01 +0100 Subject: [PATCH] Fix: Our Goals content, pagination, download link | Add: Link to doc sections on home imgs --- templates/download.html | 16 +++---- templates/index.html | 59 +++++++++++++----------- templates/partials/shared/nav.html | 2 +- templates/partials/shared/paginator.html | 2 +- templates/section.html | 10 ++-- 5 files changed, 44 insertions(+), 45 deletions(-) diff --git a/templates/download.html b/templates/download.html index 7d5e422..4d01f35 100644 --- a/templates/download.html +++ b/templates/download.html @@ -6,11 +6,13 @@ {% block content %}
-
-
-

Garage releases

-
+
+

Download

+
+
+
+

Release Builds

@@ -90,7 +92,6 @@
Sources - Gitea @@ -109,7 +110,6 @@ window['buildDetail' + i] = ` - ${releaseBuilds[i]['builds'][j]['platform'] .replace('aarch64-unknown-linux-musl', 'linux/arm64') @@ -138,7 +138,6 @@
Sources - Gitea @@ -157,7 +156,6 @@ window['buildDetail' + i] = ` - ${extraBuilds[i]['builds'][j]['platform'] .replace('aarch64-unknown-linux-musl', 'linux/arm64') @@ -186,7 +184,6 @@ @@ -70,23 +70,27 @@

We made it lightweight and kept the efficiency in mind:

    -
  • - As self-contained as possible +
  • + Self-contained +

    We ship a single dependency-free binary that runs on all Linux distributions

  • -
  • - Easy to set up +
  • + Fast to deploy, safe to operate +

    We are sysadmin, we know the value of operator friendly software

  • -
  • - Made for multi-datacenter deployments +
  • + Deploy everywhere on every machine +

    We do not have a dedicated backbone, neither do you,
    + so we made a software that run over the Internet across multiple datacenter

  • -
  • - Highly resilient to
    +
  • + Highly resilient
    - network failures, - network latency
    + to network failures, + network latency, disk failures, sysadmin failures
    @@ -190,15 +194,15 @@

    @@ -208,16 +212,15 @@

    Sponsors and funding

    -

    - The Deuxfleurs association +

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

    + to fund 3 people working on Garage full-time for a year : from October 2021 to September 2022.

    +

    If you want to fund Garage development past its initial grant, + either through donation or support contract, + please get in touch with us

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

    +

    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.

diff --git a/templates/partials/shared/nav.html b/templates/partials/shared/nav.html index a8ce2ce..6231f19 100644 --- a/templates/partials/shared/nav.html +++ b/templates/partials/shared/nav.html @@ -33,7 +33,7 @@ diff --git a/templates/partials/shared/paginator.html b/templates/partials/shared/paginator.html index 470d411..e176614 100644 --- a/templates/partials/shared/paginator.html +++ b/templates/partials/shared/paginator.html @@ -17,7 +17,7 @@ {% for pager in range(start=1, end=paginator.number_pagers+1) %}
  • + href='{{ paginator.base_url }}{{pager}}/' aria-label="Goto page {{pager}}"> {{pager}}
  • diff --git a/templates/section.html b/templates/section.html index 791195f..2d0b792 100755 --- a/templates/section.html +++ b/templates/section.html @@ -33,10 +33,10 @@

    {{ page.description }}

    {% endif %}
    -
    +
    {{ macros::page_publish_metadata(page=page) }}
    -
    +
    {{ macros::page_content_metadata(page=page) }}
    @@ -52,13 +52,13 @@
    -
    -
    +
    +
    {% if page.taxonomies.categories %} {{ macros::render_categories(categories=page.taxonomies.categories) }} {% endif %}
    -
    +
    {% if page.taxonomies.tags %} {{ macros::render_tags(tags=page.taxonomies.tags) }} {% endif %}