From f14b721e8e12ceeda5e44bd7cce69e63d726aff9 Mon Sep 17 00:00:00 2001 From: Matt Rude Date: Sat, 3 Feb 2018 23:59:09 -0600 Subject: Closing up --- index.html | 95 +++++++++++++++++++++++++++++++++++++++++++++----------------- 1 file changed, 70 insertions(+), 25 deletions(-) (limited to 'index.html') diff --git a/index.html b/index.html index d7114b6..4ebae9e 100644 --- a/index.html +++ b/index.html @@ -4,9 +4,11 @@ title: Home permalink: / --- +
+ -
+
@@ -58,6 +60,7 @@ permalink: /
+
{% if site.register-web == 2 %} @@ -70,34 +73,75 @@ permalink: /
{% endif %} - -{% for section in site.data.sections %} -
-
-
-
- -

{{ section.name }}

-
-
-
-
-
- {% for feature in site.data.features %} - {% if feature.section == section.slug %} -
-

{{ feature.name }}

-

{{ feature.text }}

-
- {% endif %} +
+
+ +
+
+ + +
+ + + +
+
+
+
+
+ +

Server Features

+
+
+
+

XMPP (previous known as jabber) is an instant messaging system that is free, standard, + and open; allowing you to chat live with your family, friends and professional contacts, and be warned of + the presence of your contacts, while keeping your independence vis-à vis-à-vis your software and + service providers.

+
+
+
+ + + {% for section in site.data.sections %} +
+
+
+
+ +

{{ section.name }}

+
+
+
+
+ {% for feature in site.data.features %} + {% if feature.section == section.slug %} +
+

{{ feature.name }}

+

{{ feature.text }}

+
+ {% endif %} + {% endfor %} +
+
+
+ {% endfor %}
-
-
-{% endfor %} + + +
+
@@ -110,3 +154,4 @@ permalink: /
{% include security.html %}
+ -- cgit v1.2.3-59-ga6da