diff options
-rwxr-xr-x | config.toml | 2 | ||||
-rwxr-xr-x | templates/index.html | 7 |
2 files changed, 5 insertions, 4 deletions
diff --git a/config.toml b/config.toml index fff3bc2..9b1b23f 100755 --- a/config.toml +++ b/config.toml @@ -72,4 +72,4 @@ avatar = "/images/garage-logo.svg" [extra.social] git = "https://git.deuxfleurs.fr/Deuxfleurs/garage" -email = "contact@garagehq.com"
\ No newline at end of file +email = "garagehq@deuxfleurs.fr" 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"> |