Added some badges/banners
This commit is contained in:
17
index.html
17
index.html
@@ -59,6 +59,23 @@ cat.purplebored.pl - Just a simple cat site which grabs random cat pics. You can
|
|||||||
<div id="location"> My Timezone: Europe/Warsaw</div>
|
<div id="location"> My Timezone: Europe/Warsaw</div>
|
||||||
<div id="time"></div>
|
<div id="time"></div>
|
||||||
</div>
|
</div>
|
||||||
|
<!-- Banners / Badges-->
|
||||||
|
<a href="https://www.mozilla.org/en-US/firefox/" target="_blank">
|
||||||
|
<img src="https://www.arrayinamatrix.xyz/res/site/banners/firefox4.gif" alt="Tested on Firefox" class="banner1">
|
||||||
|
</a>
|
||||||
|
|
||||||
|
<a href="https://ublockorigin.com/" target="_blank">
|
||||||
|
<img src="https://www.arrayinamatrix.xyz/res/site/banners/ublockorigin.png" alt="Get uBlock Origin" class="banner2">
|
||||||
|
</a>
|
||||||
|
|
||||||
|
<img src="https://www.arrayinamatrix.xyz/res/site/banners/amd_powered.gif" alt="AMD Powered" class="banner3">
|
||||||
|
|
||||||
|
<a href="https://github.com/purplebored" target="_blank">
|
||||||
|
<img src="https://cyber.dabamos.de/88x31/github-check.gif" class="banner4">
|
||||||
|
</a>
|
||||||
|
|
||||||
|
<img src="https://cyber.dabamos.de/88x31/underwear.gif" class="banner5">
|
||||||
|
|
||||||
<div class="links">
|
<div class="links">
|
||||||
</div>
|
</div>
|
||||||
<footer>
|
<footer>
|
||||||
|
|||||||
32
style.css
32
style.css
@@ -94,3 +94,35 @@ a {
|
|||||||
font-size: large;
|
font-size: large;
|
||||||
}
|
}
|
||||||
/* End of the Blog content 2thingy */
|
/* End of the Blog content 2thingy */
|
||||||
|
|
||||||
|
/* That sick badge / banner thing */
|
||||||
|
.banner1 {
|
||||||
|
position: fixed;
|
||||||
|
top: 89px;
|
||||||
|
right: 10px;
|
||||||
|
}
|
||||||
|
|
||||||
|
.banner2 {
|
||||||
|
position: fixed;
|
||||||
|
top: 123px;
|
||||||
|
right: 10px;
|
||||||
|
}
|
||||||
|
|
||||||
|
.banner3 {
|
||||||
|
position: fixed;
|
||||||
|
top: 160px;
|
||||||
|
right: 10px;
|
||||||
|
}
|
||||||
|
|
||||||
|
.banner4 {
|
||||||
|
position: fixed;
|
||||||
|
top: 200px;
|
||||||
|
right: 10px;
|
||||||
|
}
|
||||||
|
|
||||||
|
.banner5 {
|
||||||
|
position: fixed;
|
||||||
|
top: 234px;
|
||||||
|
right: 10px;
|
||||||
|
}
|
||||||
|
/* End of that sick badge thingy */
|
||||||
Reference in New Issue
Block a user