aboutsummaryrefslogtreecommitdiff
path: root/templates/index.html
diff options
context:
space:
mode:
Diffstat (limited to 'templates/index.html')
-rwxr-xr-xtemplates/index.html8
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>