소스 검색

Add badges

pull/7/head
Michael Walker 9 년 전
부모
커밋
befd0a1dc6
7개의 변경된 파일6개의 추가작업 그리고 0개의 파일을 삭제
  1. BIN
      static/html.png
  2. BIN
      static/nginx.png
  3. BIN
      static/ssl.png
  4. BIN
      static/ubuntu.png
  5. +4
    -0
      templates/badges.html
  6. +1
    -0
      templates/index.html
  7. +1
    -0
      templates/thread.html

BIN
static/html.png 파일 보기

Before After
Width: 80  |  Height: 15  |  Size: 867B

BIN
static/nginx.png 파일 보기

Before After
Width: 80  |  Height: 15  |  Size: 604B

BIN
static/ssl.png 파일 보기

Before After
Width: 80  |  Height: 15  |  Size: 589B

BIN
static/ubuntu.png 파일 보기

Before After
Width: 80  |  Height: 15  |  Size: 1007B

+ 4
- 0
templates/badges.html 파일 보기

@@ -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>

+ 1
- 0
templates/index.html 파일 보기

@@ -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


+ 1
- 0
templates/thread.html 파일 보기

@@ -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


불러오는 중...
취소
저장