Google store and GitHub badge

This commit is contained in:
Nicolas A. Tonne
2015-03-03 20:06:05 +01:00
parent 6055e30082
commit 52d453c621
3 changed files with 19 additions and 1 deletions

View File

@@ -77,7 +77,19 @@ foreach($fil as $files){
</center>
</div>
<div class="footer small centered top anim bottom">&copy; <?php echo date("Y"); ?> <a class="anim" href="//nixo.no">Nixo</a> &amp; <a class="anim" href="//kasperrt.no">KasperRT</a> </div>
<div class="footer small centered top anim bottom">
<div class="badge">
<a href="https://play.google.com/store/apps/details?id=no.lqasse.zoff">
<img alt="Get it on Google Play" src="static/google_play.png">
</a>
<a href="https://github.com/nixolas1/Zoff" class="badge">
<img alt="View the project on GitHub" src="static/GitHub_Logo.png">
</a>
</div>
&copy; <?php echo date("Y"); ?>
<a class="anim" href="//nixo.no">Nixo</a> &amp;
<a class="anim" href="//kasperrt.no">KasperRT</a>
</div>
<script type="text/javascript">
var deg = 0;
var pr = 15;

BIN
static/google_play.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 6.5 KiB

View File

@@ -119,6 +119,7 @@ body {
.footer a {
color:rgba(254,254,254,0.42);
text-decoration:none;
display: inline;
}
.footer a:hover {
@@ -135,6 +136,11 @@ body {
bottom:0;
}
.badge{
display: block;
padding-bottom: 7px;
}
.bottom {
bottom:10px;
}