aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMatt Rude <[email protected]>2018-07-18 05:54:04 -0500
committerMatt Rude <[email protected]>2018-07-18 05:54:04 -0500
commit72e516528be8275fec0badf588315601e2514216 (patch)
tree5b250967a6aca2f13ed1fdda8a46a0854c1e16ac
parent1fc730132e45a457a66d088e5cbf22a7716c0238 (diff)
downloadxmpp-site-lite-72e516528be8275fec0badf588315601e2514216.tar.gz
xmpp-site-lite-72e516528be8275fec0badf588315601e2514216.tar.bz2
xmpp-site-lite-72e516528be8275fec0badf588315601e2514216.zip
Minor text updates
-rw-r--r--_data/features.yml2
-rw-r--r--_includes/about.html2
-rw-r--r--_sass/site.scss4
-rw-r--r--index.html8
4 files changed, 8 insertions, 8 deletions
diff --git a/_data/features.yml b/_data/features.yml
index 88c95b8..f4928ed 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 max upload file size limit is currenly set at <b>10 MBytes</b>.
+ 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 upload file size limit is currenly set at <b>100</b> MBytes, with a quota size of <b>1</b>Gb; files will be stored for <b>180</b> days.
- name: File Transfer
section: file
diff --git a/_includes/about.html b/_includes/about.html
index c3b9f33..6d2b120 100644
--- a/_includes/about.html
+++ b/_includes/about.html
@@ -17,7 +17,7 @@
<h2 id="this-service">This Service</h2>
<p>This service is running a clustered configuration, of two servers, running <a href="https://www.ejabberd.im/" target="_blank">ejabberd</a>
version <a href="https://github.com/processone/ejabberd/commits/{{ site.ejabberd-gitversion }}" target="_blank">{{ site.ejabberd-version }}</a> on
- <a href="http://www.ubuntu.com/" target="_blank">Ubuntu</a> version 16.04 LTS.
+ <a href="http://www.ubuntu.com/" target="_blank">Ubuntu</a> version 18.04 LTS.
The source code for ejabberd may be found on github in the
<a href="https://github.com/processone/ejabberd" target="_blank">processone/ejabberd</a> repository.
The program ejabberd is licensed under the
diff --git a/_sass/site.scss b/_sass/site.scss
index cf4675b..9d61a44 100644
--- a/_sass/site.scss
+++ b/_sass/site.scss
@@ -2,8 +2,7 @@
//$site-color: "{{ site.color }}";
-$site-color: #9FCF6C;
-//$site-color: #c3950d;
+$site-color: #b6ce9c;
//////////////////////////////////////////////////////////////
@@ -28,7 +27,6 @@ body {
font-family: 'Encode Sans Expanded', sans-serif;
/* Margin bottom by footer height */
margin-bottom: 60px;
-// height: 100vh;
}
diff --git a/index.html b/index.html
index 99de662..70e91fa 100644
--- a/index.html
+++ b/index.html
@@ -50,7 +50,9 @@ permalink: /
<li>Socks 5 Proxy: <b>{{ site.xmpp-proxy-url }}</b></li>{% endif %}{% if site.xmpp-upload-url and site.xep-0363 == 1 %}
<li>File Uploads: <b>{{ site.xmpp-upload-url }}</b></li>{% endif %}
</ul>
- <div style="padding-left:40px;"><a href="https://check.messaging.one/result.php?domain={{ site.xmpp-url }}&amp;type=server" target="_blank"><img src="https://check.messaging.one/badge.php?domain={{ site.xmpp-url }}" alt="check.messaging.one server score"/></a></div>
+ <div style="padding-left:40px;">
+ <a href="https://caas.im.mattrude.com/server/{{ site.xmpp-url }}/" target="_blank"><img src="https://caas.im.mattrude.com/badge/{{ site.xmpp-url }}"></a>
+ <a href="https://check.messaging.one/result.php?domain={{ site.xmpp-url }}&amp;type=client" target="_blank"><img src="https://check.messaging.one/badge.php?domain={{ site.xmpp-url }}" alt="check.messaging.one server score"/></a></div>
</div>
</div>
@@ -73,10 +75,10 @@ permalink: /
<div class="row justify-content">
<!-- Starting the page index nav menu -->
<div id="server-features-index" class="col-2 hidden-sm-down">
- <nav id="navbar-main" class="sticky-top navbar navbar-light" style="padding-top:50px;margin-top:-50px;">
+ <nav id="navbar-main" class="sticky-top navbar navbar-light" style="padding-top:60px;margin-top:-60px;">
<nav id="nav-body" class="nav nav-pills flex-column bg-light">
<nav class="nav nav-pills flex-column">
- <a id="features-index" class="nav-link ml-3 my-1" href="#features" style="line-height:50px;text-align:center;font-size:1.3rem;"><b>Server Features</b></a>
+ <a id="features-index" class="nav-link ml-3 my-1" href="#features" style="line-height:30px;font-size:2rem;"><b>Server Features</b></a>
</nav>
{% for section in site.data.sections %}
<nav class="nav nav-pills flex-column">