diff options
author | Alex <alex@adnab.me> | 2022-09-29 17:30:50 +0200 |
---|---|---|
committer | Alex <alex@adnab.me> | 2022-09-29 17:30:50 +0200 |
commit | 08d43d3a9553dffc7f7ea916ef3890b7208c5aec (patch) | |
tree | 255cd1dbfa66a538c203e88086a09b8d51539de9 /templates/index.html | |
parent | d549b125dcb64ccf16fd7dbf066a7d39165523b7 (diff) | |
parent | adb4129999bb10908f62ddeabfdad61fb4911f13 (diff) | |
download | garagehq.deuxfleurs.fr-08d43d3a9553dffc7f7ea916ef3890b7208c5aec.tar.gz garagehq.deuxfleurs.fr-08d43d3a9553dffc7f7ea916ef3890b7208c5aec.zip |
Merge pull request 'Templates changes and doc updates for v0.8' (#11) from v0.8 into master
Reviewed-on: https://git.deuxfleurs.fr/Deuxfleurs/garagehq.deuxfleurs.fr/pulls/11
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> |