diff options
author | Alex Auvolat <alex@adnab.me> | 2022-09-14 19:33:05 +0200 |
---|---|---|
committer | Alex Auvolat <alex@adnab.me> | 2022-09-14 19:33:05 +0200 |
commit | 948ebfda6f04577dd956c496bd24569fab479ffc (patch) | |
tree | d539b889bf0b9056f89fb1103ce9b4317f441c3f /templates/index.html | |
parent | e95289c4833eee291a8217c771c2490ebcbbc751 (diff) | |
download | garagehq.deuxfleurs.fr-948ebfda6f04577dd956c496bd24569fab479ffc.tar.gz garagehq.deuxfleurs.fr-948ebfda6f04577dd956c496bd24569fab479ffc.zip |
Small templates changes
Diffstat (limited to 'templates/index.html')
-rwxr-xr-x | templates/index.html | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/templates/index.html b/templates/index.html index ab80207..ccf80db 100755 --- a/templates/index.html +++ b/templates/index.html @@ -1,5 +1,9 @@ {% extends "base.html" %} +{% block title %} + Garage - An open-source distributed object storage service +{% endblock title %} + {% block content %} <section class="section" id="home-section"> <div> @@ -77,12 +81,12 @@ <div class="w-2 h-2 rounded-full bg-garage-orange"></div> <li class="py-1.5 flex flex-col items-center justify-center"> <span>Fast to deploy, safe to operate</span> - <p class="font-normal text-center">We are sysadmins, we know the value of operator friendly software</p> + <p class="font-normal text-center">We are sysadmins, we know the value of operator-friendly software</p> </li> <div class="w-2 h-2 rounded-full bg-garage-orange"></div> <li class="py-1.5 flex flex-col items-center justify-center"> <span>Deploy everywhere on every machine</span> - <p class="font-normal text-center">We do not have a dedicated backbone, neither do you,<br> + <p class="font-normal text-center">We do not have a dedicated backbone, and neither do you,<br> so we made software that run over the Internet across multiple datacenters</p> </li> <div class="w-2 h-2 rounded-full bg-garage-orange"></div> |