diff options
author | Alex Auvolat <alex@adnab.me> | 2022-02-01 10:56:02 +0100 |
---|---|---|
committer | Alex Auvolat <alex@adnab.me> | 2022-02-01 11:07:53 +0100 |
commit | 78648613afc25714d5b1b104a89f0778b8b7f682 (patch) | |
tree | b4a0dee52c46fd3be5a5c3a9fafe8d8332ba6ad2 /templates/index.html | |
parent | cd7d744d9bdf4b56734b3ff186191b64aea26a35 (diff) | |
download | garagehq.deuxfleurs.fr-78648613afc25714d5b1b104a89f0778b8b7f682.tar.gz garagehq.deuxfleurs.fr-78648613afc25714d5b1b104a89f0778b8b7f682.zip |
Small changes to front page
Diffstat (limited to 'templates/index.html')
-rwxr-xr-x | templates/index.html | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/templates/index.html b/templates/index.html index 94813fe..55060ef 100755 --- a/templates/index.html +++ b/templates/index.html @@ -82,7 +82,7 @@ <h2 class="mb-2 text-xl text-center md:text-2xl font-bold text-garage-orange leading-5">Keeping requirements low</h2> <div class="w-8 h-1 bg-garage-orange"></div> <p class="text-center leading-5 italic"> - We worked hard to keep requirements as low as possible<br>as we target the largest possible public: + We worked hard to keep requirements as low as possible: </p> <ul class="text-center list-style-none flex flex-col space-y-2 justify-start py-4"> <li class="flex flex-col md:flex-row items-center justify-start"> @@ -170,7 +170,7 @@ <h2 class="mb-2 text-xl text-center md:text-2xl font-bold text-garage-orange leading-5">Standing on the shoulders of giants</h2> <div class="w-8 h-1 bg-garage-orange"></div> <p class="text-center leading-5 italic"> - We leveraged insights from recent research in distributed systems: + Garage leverages insights from recent research in distributed systems: </p> <ul class="text-center list-style-none flex flex-col items-center py-4"> <li> @@ -193,7 +193,8 @@ <div class="px-8 py-24 space-y-8 text-garage-gray max-w-4xl mx-auto"> <h2 class="text-2xl text-garage-orange font-semibold">Sponsors and funding</h2> <p> - The Deuxfleurs association has received a grant from <a class="text-garage-orange underline" href="https://pointer.ngi.eu/" target="_blank">NGI POINTER</a>, + The <a class="text-garage-orange underline" href="https://deuxfleurs.fr/" target="_blank">Deuxfleurs association</a> + has received a grant from <a class="text-garage-orange underline" href="https://pointer.ngi.eu/" target="_blank">NGI POINTER</a>, to fund 3 people working on Garage full-time for a year : from October 2021 to September 2022. </p> <img src="{{ get_url(path='images/ngi-pointer-eu.png') }}" class="w-2/3 mx-auto" alt="NGI Pointers"> |