aboutsummaryrefslogtreecommitdiffstats
path: root/index.html
diff options
context:
space:
mode:
authorMatt Rude <[email protected]>2018-02-04 03:45:52 -0600
committerMatt Rude <[email protected]>2018-02-04 03:45:52 -0600
commit2d9a5860cce57e13e2f7b2fef16a27d744c5a9c6 (patch)
tree9af58d0dfd80cd95d61bc0d756de29a094103ea2 /index.html
parent043168573a7ec53dd61583bbcabd34b4a0587cce (diff)
downloadxmpp-site-lite-2d9a5860cce57e13e2f7b2fef16a27d744c5a9c6.tar.gz
xmpp-site-lite-2d9a5860cce57e13e2f7b2fef16a27d744c5a9c6.tar.bz2
xmpp-site-lite-2d9a5860cce57e13e2f7b2fef16a27d744c5a9c6.zip
more updates
Diffstat (limited to 'index.html')
-rw-r--r--index.html26
1 files changed, 21 insertions, 5 deletions
diff --git a/index.html b/index.html
index b319f3d..eabc0e5 100644
--- a/index.html
+++ b/index.html
@@ -26,7 +26,7 @@ permalink: /
<div id="opening" class="container offsetanchor">
<div class="row">
<div id="opening-text" class="col-lg-7 col-md-6">
- <p>This is the <strong>{{ site.name }}</strong> communication service website. This site is here to provide basic
+ <p>This is the <strong>{{ site.name }}</strong> communication service. This site is here to provide basic
information on using this service. A <a href="{{ site.url }}/help/definitions/#xmpp-server">XMPP</a>
service provides messaging ability via a local client. XMPP sites like this service are
<a href="{{ site.url }}/help/definitions/#federation">federated</a>, meaning they are able to connect
@@ -104,10 +104,26 @@ permalink: /
</center>
</div>
<div id="feature-heading-content">
- <p>XMPP (<i>previous known as jabber</i>) is an <b>instant messaging</b> system that is <b>free</b>, <b>standard</b>,
- and <b>open</b>; allowing you to chat live with your family, friends and professional contacts, and be warned of
- the <b>presence</b> of your contacts, while keeping your <b>independence</b> vis-à vis-à-vis your software and
- service providers.</p>
+ <hr class="my-4">
+ <blockquote class="blockquote">
+ <p class="mb-0">XMPP (<i>previous known as jabber</i>) is an <b>instant messaging</b> system that is <b>free</b>, <b>standard</b>,
+ and <b>open</b>; allowing you to chat live with your family, friends and professional contacts, and be warned of
+ the <b>presence</b> of your contacts, while keeping your <b>independence</b> vis-à vis-à-vis your software and
+ service providers.</p>
+ </blockquote>
+ <hr class="my-4">
+ <div id="sections" class="content">
+ <div class="row">
+ {% for section in site.data.sections %}
+ <div class="col">
+ <a id="link" href="#{{ section.slug }}">
+ <center><span class="{{ section.glyph }}" style="font-size:100px;" aria-hidden="true"></span></center>
+ </a>
+ <div id="name">{{ section.name }}</div>
+ </div>
+ {% endfor %}
+ </div>
+ </div>
</div>
</div>
</div>