From c5c60729062cc3d89be7447b5d330367417aa6f7 Mon Sep 17 00:00:00 2001 From: Matt Rude Date: Sat, 3 Feb 2018 21:08:46 -0600 Subject: Update --- index.html | 61 ++++++++++++++++++++++++++++++++++++------------------------- 1 file changed, 36 insertions(+), 25 deletions(-) (limited to 'index.html') diff --git a/index.html b/index.html index a1012e3..d7114b6 100644 --- a/index.html +++ b/index.html @@ -4,8 +4,9 @@ title: Home permalink: / --- + -
+
@@ -18,9 +19,11 @@ permalink: /
-
+ + +
-
+

This is the {{ site.name }} communication service website. This site is here to provide basic information on using this service. A XMPP service provides messaging ability via a local client. XMPP sites like this service are @@ -40,7 +43,7 @@ permalink: / or ChatSecure for mobile.

-
+

Connecting...

  • Port: 5222
  • @@ -55,9 +58,11 @@ permalink: /
+ + {% if site.register-web == 2 %}
-
+
{% include registration.html %}
@@ -65,36 +70,42 @@ 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 %} - {% endfor %} + + +{% 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 %} +
{% include about.html %}
+
{% include security.html %} -- cgit v1.2.3-59-ga6da