From fffb45e8d7f6041cda8a6110c058589513e38991 Mon Sep 17 00:00:00 2001 From: Matt Rude Date: Sun, 4 Feb 2018 00:52:40 -0600 Subject: more updates --- _data/features.yml | 8 ++++++++ _data/sections.yml | 8 +++++++- _includes/menu.html | 1 - index.html | 16 +++++----------- 4 files changed, 20 insertions(+), 13 deletions(-) diff --git a/_data/features.yml b/_data/features.yml index 4145a4b..e50d096 100644 --- a/_data/features.yml +++ b/_data/features.yml @@ -45,3 +45,11 @@ - name: Client State Indication section: mobile text: Client State Indication or CSI (XEP-0352) is a way for mobile clients to tell the server that they are sitting in someones pocket and would rather not get some less urgent things pushed to it. + +- name: Security + section: security + text: + +- name: Policies + section: security + text:

No more information is collected and stored than what is absolutely necessary. This includes rosters, vCards, offline messages, etc.

Spam and abuse including advertisements of any kind will not be tolerated on this network. For spam or abuse please contact us with the full details.

Please see the Privacy Policy for a more detailed explanation.

diff --git a/_data/sections.yml b/_data/sections.yml index 3629e53..1af0b56 100644 --- a/_data/sections.yml +++ b/_data/sections.yml @@ -7,10 +7,16 @@ - name: File Sharing slug: file glyph: fa fa-cloud-download - col: 2 + col: 3 - name: Mobile slug: mobile glyph: fa fa-mobile color: E66E20 + text: Optimized for mobile use, this server allows clients to use low power idle while waiting for messaages. col: 3 + +- name: Security + slug: security + glyph: fa fa-lock + col: 2 diff --git a/_includes/menu.html b/_includes/menu.html index 09eed70..e2c51d8 100644 --- a/_includes/menu.html +++ b/_includes/menu.html @@ -15,7 +15,6 @@ {% endfor %} - {% endif %} {% if site.register-web >= 1 %} Register diff --git a/index.html b/index.html index 4ebae9e..a04c036 100644 --- a/index.html +++ b/index.html @@ -78,10 +78,10 @@ permalink: /
-
+

{{ section.text }}

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

{{ feature.name }}

{{ feature.text }}

@@ -145,13 +146,6 @@ permalink: / -
+
{% include about.html %}
- - - -
- {% include security.html %} -
- -- cgit v1.2.3-59-ga6da