Add badges

This commit is contained in:
Michael Walker 2014-10-06 21:15:59 +01:00
parent ce3a53fba1
commit befd0a1dc6
7 changed files with 6 additions and 0 deletions

BIN
static/html.png Executable file

Binary file not shown.

After

Width:  |  Height:  |  Size: 867 B

BIN
static/nginx.png Executable file

Binary file not shown.

After

Width:  |  Height:  |  Size: 604 B

BIN
static/ssl.png Executable file

Binary file not shown.

After

Width:  |  Height:  |  Size: 589 B

BIN
static/ubuntu.png Executable file

Binary file not shown.

After

Width:  |  Height:  |  Size: 1007 B

4
templates/badges.html Normal file
View File

@ -0,0 +1,4 @@
<p class="unimportant badges">
<!--<a href="http://validator.w3.org/check?uri=http://lainchan.org{{ board.url }}"><img src="/static/html.png" alt="Valid HTML" /></a><a href="http://wiki.nginx.org"><img src="/static/nginx.png" alt="NGIИX" /></a><a href="http://ubuntu.com/"><img src="/static/ubuntu.png" alt="Ubuntu Powered" /></a> !-->
<a href="https://www.openssl.org"><img src="/static/ssl.png" alt="SSL Secure"></a>
</p>

View File

@ -79,6 +79,7 @@
{{ config.ad.bottom }}
<footer>
{% include 'badges.html' %}
<p class="unimportant" style="margin-top:20px;text-align:center;">- <a href="http://tinyboard.org/">Tinyboard</a> +
<a href='https://int.vichan.net/devel/'>vichan</a> {{ config.version }} -
<br><a href="http://tinyboard.org/">Tinyboard</a> Copyright &copy; 2010-2014 Tinyboard Development Group

View File

@ -52,6 +52,7 @@
{{ config.ad.bottom }}
<footer>
{% include 'badges.html' %}
<p class="unimportant" style="margin-top:20px;text-align:center;">- <a href="http://tinyboard.org/">Tinyboard</a> +
<a href='https://int.vichan.net/devel/'>vichan</a> {{ config.version }} -
<br><a href="http://tinyboard.org/">Tinyboard</a> Copyright &copy; 2010-2014 Tinyboard Development Group