Add CSS Badge + fixes
This commit is contained in:
parent
ab9e61d883
commit
7c954d2ede
3 changed files with 38 additions and 28 deletions
|
@ -146,20 +146,25 @@
|
|||
</div>
|
||||
|
||||
<footer>
|
||||
<p>
|
||||
<a href="https://spyware.neocities.org/articles/discord_es.html"><img src="./assets/discord.gif"
|
||||
alt="Discord?, No Thanks"></a>
|
||||
<a href="https://commonterms.org/"><img src="./assets/notread.gif" alt="Do you read TOS right?"></a>
|
||||
<img src="./assets/rave.gif" alt="RAVIN'">
|
||||
<img src="./assets/seedyourtorrents.gif" alt="Sharing is caring <3">
|
||||
<img src="./assets/nftbutton.gif" alt="NFTs? wtf">
|
||||
<img src="./assets/right2repair.gif" alt="I support Right To Repair (Not like Apple)">
|
||||
<a href="https://spyware.neocities.org/articles/discord_es.html"><img src="./assets/discord.gif"
|
||||
alt="Discord?, No Thanks"></a>
|
||||
<a href="https://commonterms.org/"><img src="./assets/notread.gif" alt="Do you read TOS right?"></a>
|
||||
<img src="./assets/rave.gif" alt="RAVIN'">
|
||||
<img src="./assets/seedyourtorrents.gif" alt="Sharing is caring <3">
|
||||
<img src="./assets/nftbutton.gif" alt="NFTs? wtf">
|
||||
<img src="./assets/right2repair.gif" alt="I support Right To Repair (Not like Apple)">
|
||||
<p style="margin: auto;">
|
||||
<a rel="license" href="http://creativecommons.org/licenses/by-sa/4.0/"><img alt="Creative Commons License"
|
||||
style="border-width: 0" src="https://i.creativecommons.org/l/by-sa/4.0/88x31.png"></a><br>This work is
|
||||
licensed under a
|
||||
<a rel="license" href="http://creativecommons.org/licenses/by-sa/4.0/">Creative Commons Attribution-ShareAlike 4.0
|
||||
International License</a>.
|
||||
style="border-width: 0" src="https://i.creativecommons.org/l/by-sa/4.0/88x31.png"></a>
|
||||
<a href="https://jigsaw.w3.org/css-validator/check/referer">
|
||||
<img style="border:0;width:88px;height:31px" src="https://jigsaw.w3.org/css-validator/images/vcss"
|
||||
alt="Valid CSS!">
|
||||
</a>
|
||||
</p>
|
||||
<br>This work is
|
||||
licensed under a
|
||||
<a rel="license" href="http://creativecommons.org/licenses/by-sa/4.0/">Creative Commons Attribution-ShareAlike 4.0
|
||||
International License</a>.
|
||||
</footer>
|
||||
</body>
|
||||
|
||||
|
|
35
index.html
35
index.html
|
@ -146,23 +146,28 @@
|
|||
</div>
|
||||
|
||||
<footer>
|
||||
<p>
|
||||
<a href="https://spyware.neocities.org/articles/discord_es.html"><img src="./assets/discord.gif"
|
||||
alt="Discord, NO GRACIAS"></a>
|
||||
<a href="https://commonterms.org/"><img src="./assets/notread.gif"
|
||||
alt="Lees los terminos y condiciones, cierto?"></a>
|
||||
<img src="./assets/rave.gif" alt="RAVERAVE">
|
||||
<img src="./assets/seedyourtorrents.gif" alt="SEEDEA TUS TORRENTS, COMPARTIR ES SOLIDARIDAD">
|
||||
<img src="./assets/nftbutton.gif" alt="NFTs? XD">
|
||||
<img src="./assets/right2repair.gif" alt="Apoyo el derecho a reparar (No como Apple)">
|
||||
<a href="https://spyware.neocities.org/articles/discord_es.html"><img src="./assets/discord.gif"
|
||||
alt="Discord, NO GRACIAS"></a>
|
||||
<a href="https://commonterms.org/"><img src="./assets/notread.gif"
|
||||
alt="Lees los terminos y condiciones, cierto?"></a>
|
||||
<img src="./assets/rave.gif" alt="RAVERAVE">
|
||||
<img src="./assets/seedyourtorrents.gif" alt="SEEDEA TUS TORRENTS, COMPARTIR ES SOLIDARIDAD">
|
||||
<img src="./assets/nftbutton.gif" alt="NFTs? XD">
|
||||
<img src="./assets/right2repair.gif" alt="Apoyo el derecho a reparar (No como Apple)">
|
||||
<p style="margin: auto;">
|
||||
<a rel="license" href="http://creativecommons.org/licenses/by-sa/4.0/"><img alt="Creative Commons License"
|
||||
style="border-width: 0" src="https://i.creativecommons.org/l/by-sa/4.0/88x31.png"></a><br>This
|
||||
work is
|
||||
licensed under a
|
||||
<a rel="license" href="http://creativecommons.org/licenses/by-sa/4.0/">Creative Commons
|
||||
Attribution-ShareAlike 4.0
|
||||
International License</a>.
|
||||
style="border-width: 0" src="https://i.creativecommons.org/l/by-sa/4.0/88x31.png"></a>
|
||||
<a href="https://jigsaw.w3.org/css-validator/check/referer">
|
||||
<img style="border:0;width:88px;height:31px" src="https://jigsaw.w3.org/css-validator/images/vcss"
|
||||
alt="Valid CSS!">
|
||||
</a>
|
||||
</p>
|
||||
<br>This
|
||||
work is
|
||||
licensed under a
|
||||
<a rel="license" href="http://creativecommons.org/licenses/by-sa/4.0/">Creative Commons
|
||||
Attribution-ShareAlike 4.0
|
||||
International License</a>.
|
||||
</footer>
|
||||
</body>
|
||||
|
||||
|
|
|
@ -4,7 +4,7 @@ html {
|
|||
/* background-image: url(./assets/bg.png) ; */
|
||||
/* opacity: ; */
|
||||
color: aliceblue;
|
||||
font-family: DejaVu Sans Mono, monospace;
|
||||
font-family: "DejaVu Sans Mono", monospace;
|
||||
/* background-blend-mode: overlay;
|
||||
background-size: auto; */
|
||||
/* margin-top: 1px; */
|
||||
|
|
Loading…
Reference in a new issue