Small changes to front page
This commit is contained in:
parent
cd7d744d9b
commit
78648613af
2 changed files with 5 additions and 4 deletions
|
@ -72,4 +72,4 @@ avatar = "/images/garage-logo.svg"
|
|||
|
||||
[extra.social]
|
||||
git = "https://git.deuxfleurs.fr/Deuxfleurs/garage"
|
||||
email = "contact@garagehq.com"
|
||||
email = "garagehq@deuxfleurs.fr"
|
||||
|
|
|
@ -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">
|
||||
|
|
Loading…
Reference in a new issue