aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMatt Rude <[email protected]>2018-08-03 18:16:18 -0500
committerMatt Rude <[email protected]>2018-08-03 18:16:18 -0500
commit913f4eb97878ddeab9588cdd625bc59f951e6b6a (patch)
tree07d2547b846f04acaee7c8a3e9a9a3b3f4b02dc0
parent55063c1d6fe8e3d6f3b638a9a66b0bd01d1c3d04 (diff)
downloadxmpp-site-lite-913f4eb97878ddeab9588cdd625bc59f951e6b6a.tar.gz
xmpp-site-lite-913f4eb97878ddeab9588cdd625bc59f951e6b6a.tar.bz2
xmpp-site-lite-913f4eb97878ddeab9588cdd625bc59f951e6b6a.zip
Minor changes
-rw-r--r--_includes/footer.html2
-rw-r--r--_includes/new_user_guide.html9
2 files changed, 6 insertions, 5 deletions
diff --git a/_includes/footer.html b/_includes/footer.html
index 222ba66..a1685fe 100644
--- a/_includes/footer.html
+++ b/_includes/footer.html
@@ -2,7 +2,7 @@
<div class="container offsetanchor" id="features">
<div id="footer"><!-- Starting Footer Section -->
<div class="pull-left">
- <p><a href="https://status.im.mattrude.com/{{ site.xmpp-url }}">Status</a> | <a href="{{ site.url }}/certificates/">Certificates</a></p>
+ <p><a href="https://status.im.mattrude.com/{{ site.xmpp-url }}">Status</a> | <a href="{{ site.url }}/certificates/">Certificates</a> | <a href="{{ site.url }}/privacy-policy/">Privacy Policy</a></p>
</div>
<div class="pull-right">
<p>&copy; {{ site.time | date: "%Y" }} by <a href="{{ site.owner-url }}">{{ site.owner-name }}</a></p>
diff --git a/_includes/new_user_guide.html b/_includes/new_user_guide.html
index 0b10548..6eade07 100644
--- a/_includes/new_user_guide.html
+++ b/_includes/new_user_guide.html
@@ -11,12 +11,13 @@
</center>
</div>
<div id="feature-heading-content">
- <hr class="my-4">
- <p>This guide hopes to walk new users threw setting up and using XMPP.</p>
- <p>XMPP is not the simpliest why of chating, but its not difficalt to use either, once you have a server, it no harder then any other modern chat system.</p>
+ <hr class="my-4">
<blockquote class="blockquote">
- <p class="mb-0"></p>
+ <p class="md-0">This guide hopes to walk new users threw setting up and using XMPP.</p>
+ <p class="md-0">XMPP is not the simpliest why of chating, but its not difficalt to use either, once you have a server,
+ it no harder then any other modern chat system.</p>
</blockquote>
+ <hr class="my-4">
</div>
</div>
</div>