aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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>