aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMatt Rude <[email protected]>2017-08-04 15:23:21 -0500
committerMatt Rude <[email protected]>2017-08-04 15:23:21 -0500
commit219c1190b992962938fc5986ea96b25ea8f68dc7 (patch)
tree43b3eaa191ae1386064110cc5e29c0c9409d25fb
parent82c3a2bfcc6174125d1b85e8045d8d985631ac4c (diff)
parent05ab8b4b7edda852aeed969b1ee0eb8f5a7d4e5e (diff)
downloadxmpp-site-builder-219c1190b992962938fc5986ea96b25ea8f68dc7.tar.gz
xmpp-site-builder-219c1190b992962938fc5986ea96b25ea8f68dc7.tar.bz2
xmpp-site-builder-219c1190b992962938fc5986ea96b25ea8f68dc7.zip
Merge github.com:mattrude/xmpp-site
-rw-r--r--.gitignore1
-rw-r--r--index.html8
2 files changed, 5 insertions, 4 deletions
diff --git a/.gitignore b/.gitignore
new file mode 100644
index 0000000..b7371db
--- /dev/null
+++ b/.gitignore
@@ -0,0 +1 @@
+pages/compliance.html
diff --git a/index.html b/index.html
index 36cfefb..7169a79 100644
--- a/index.html
+++ b/index.html
@@ -6,7 +6,7 @@ permalink: /
<div class="jumbotron" style="padding-top:90px;">
<div class="container">
- <div class="col-md-4">
+ <div class="col-md-4 col-sm-4">
<img src="{{ site.url }}/img/xmpp_logo.png" width="233px;" height="240px;">
</div>
<div class="col-md-8" style="text-align:right;">
@@ -16,7 +16,7 @@ permalink: /
</div>
<div class="container offsetanchor" id="opening">
- <div class="col-md-7">
+ <div class="col-md-7 col-sm-6">
<p>This is the <strong>{{ site.name }}</strong> communication service website. 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
@@ -33,7 +33,7 @@ permalink: /
or <a href="https://chatsecure.org/">ChatSecure</a> for mobile.</p>
</div>
- <div class="col-md-5">
+ <div class="col-md-5 col-sm-6">
<h1>Connecting...</h1>
<ul>
<li>Port: <b>5222</b></li>
@@ -57,7 +57,7 @@ permalink: /
<div class="feature-{{ section.slug }}">
{% for feature in site.data.features %}
{% if feature.section == section.slug %}
- <div class="col-md-4" style="min-height:280px;">
+ <div class="col-md-4 col-sm-6" style="min-height:280px;">
<h3>{{ feature.name }}</h3>
<p>{{ feature.text }}</p>
</div>