aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMatt Rude <[email protected]>2017-10-26 16:30:16 -0500
committerMatt Rude <[email protected]>2017-10-26 16:30:16 -0500
commit95100fe299de54d145fce839db40d35c0f7b791d (patch)
treee121dacaaa00c9c82eaef6c73300c35567925027
parent55da503fb07ddcb453c3a6be408cae81f290b5ca (diff)
downloadxmpp-site-builder-95100fe299de54d145fce839db40d35c0f7b791d.tar.gz
xmpp-site-builder-95100fe299de54d145fce839db40d35c0f7b791d.tar.bz2
xmpp-site-builder-95100fe299de54d145fce839db40d35c0f7b791d.zip
Minor updates
-rw-r--r--_data/features.yml2
-rw-r--r--_data/sections.yml3
-rw-r--r--_includes/footer.html5
-rw-r--r--_includes/menu.html4
-rw-r--r--css/main.css16
-rw-r--r--img/clients/chatsecure_logo.pngbin2499 -> 1715 bytes
-rw-r--r--index.html8
7 files changed, 34 insertions, 4 deletions
diff --git a/_data/features.yml b/_data/features.yml
index 2471562..4145a4b 100644
--- a/_data/features.yml
+++ b/_data/features.yml
@@ -24,7 +24,7 @@
- name: HTTP File Upload
section: file
- text: HTTP File Upload (<a href="https://xmpp.org/extensions/xep-0363.html">XEP-0363</a>) allows a user to upload a file to the server, the server will then provide a URL link back to that file that anyone may view.</p><p>The upload services URL is <code class="highlighter-rouge">upload.mattrude.com</code>, the fingerprints are listed on the <a href="/certificates/">certificates</a> page.
+ text: HTTP File Upload (<a href="https://xmpp.org/extensions/xep-0363.html">XEP-0363</a>) allows a user to upload a file to the server, the server will then provide a URL link back to that file that anyone may view.</p><p>The max file upload site is currenly <b>5 MBytes</b>.</p><p>The upload services URL is <code class="highlighter-rouge">upload.mattrude.com</code>, the fingerprints are listed on the <a href="/certificates/">certificates</a> page.
- name: File Transfer
section: file
diff --git a/_data/sections.yml b/_data/sections.yml
index ddebbbc..387a52f 100644
--- a/_data/sections.yml
+++ b/_data/sections.yml
@@ -2,12 +2,15 @@
slug: history
glyph: glyphicon-floppy-disk
color: 9FCF6C
+ col: 3
- name: File Sharing
slug: file
glyph: glyphicon-cloud-download
+ col: 2
- name: Mobile
slug: mobile
glyph: glyphicon-phone
color: E66E20
+ col: 3
diff --git a/_includes/footer.html b/_includes/footer.html
index f29001b..ad3790d 100644
--- a/_includes/footer.html
+++ b/_includes/footer.html
@@ -1,6 +1,7 @@
</div>
-<div style="background-color:#f5f5f5;padding:30px 0 20px 0;margin-top:15px;">
- <div class="container offsetanchor" id="features">
+</div><!-- Closing wrapper class -->
+<div class="footer">
+ <div class="container offsetanchor" style="padding:30px 0 20px 0;margin-top:15px;" id="features">
<div id="footer"><!-- Starting Footer Section -->
<div class="pull-left">
<p><a href="{{ site.url }}">Home</a> | <a href="{{ '/about/' | prepend: site.url }}">About</a> | <a href="{{ '/privacy-policy/' | prepend: site.url }}">Privacy Policy</a> | <a href="{{ '/contact/' | prepend: site.url }}">Contact</a></p>
diff --git a/_includes/menu.html b/_includes/menu.html
index b891472..f61241b 100644
--- a/_includes/menu.html
+++ b/_includes/menu.html
@@ -1,3 +1,4 @@
+<div class="wrapper">
<nav id="mainNav" class="navbar navbar-inverse navbar-fixed-top affix-top">
<div class="container">
<div class="row">
@@ -21,7 +22,8 @@
{% endif %}
-->
<ul class="nav navbar-nav navbar-right">
- <li><a href="{{ site.url }}/help/">User Guides</a></li>
+ <li><a href="{{ site.url }}/help/">User Guides</a></li>{% if site.register-web == 1 %}
+ <li><a href="{{ site.url }}/register/">Register</a></li>{% endif %}
<li><a href="{{ site.url }}/certificates/">Certificates</a></li>
</ul>
</div>
diff --git a/css/main.css b/css/main.css
index b47086d..2fb5214 100644
--- a/css/main.css
+++ b/css/main.css
@@ -1,3 +1,19 @@
+html {
+ position: relative;
+ min-height: 100%;
+}
+body {
+ margin-bottom: 60px; /* Margin bottom by footer height */
+}
+.wrapper {
+ margin-bottom: 120px;
+}
+.footer {
+ position: absolute;
+ bottom: 0;
+ width: 100%;
+ background-color: #f5f5f5;
+}
.section-headder {
padding: 60px 0 10px;
}
diff --git a/img/clients/chatsecure_logo.png b/img/clients/chatsecure_logo.png
index 37b0378..e51b711 100644
--- a/img/clients/chatsecure_logo.png
+++ b/img/clients/chatsecure_logo.png
Binary files differ
diff --git a/index.html b/index.html
index 7169a79..83e2706 100644
--- a/index.html
+++ b/index.html
@@ -45,6 +45,14 @@ permalink: /
</div>
</div>
+{% if site.register-web == 1 %}
+<div id="register">
+ <div id="feature-register" style="background-color:#eee;">
+ {% include registration.html %}
+ </div>
+</div>
+{% endif %}
+
<div id="features">
{% for section in site.data.sections %}
<div id="feature-{{ section.slug }}" style="background-color:#{{ section.color }};">