mirror of
https://github.com/KevinMidboe/zoff.git
synced 2025-10-29 18:00:23 +00:00
Google store and GitHub badge
This commit is contained in:
@@ -77,7 +77,19 @@ foreach($fil as $files){
|
||||
</center>
|
||||
</div>
|
||||
|
||||
<div class="footer small centered top anim bottom">© <?php echo date("Y"); ?> <a class="anim" href="//nixo.no">Nixo</a> & <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>
|
||||
© <?php echo date("Y"); ?>
|
||||
<a class="anim" href="//nixo.no">Nixo</a> &
|
||||
<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
BIN
static/google_play.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 6.5 KiB |
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user