Add CSS Badge + fixes

This commit is contained in:
Fijxu 2022-12-16 05:07:55 -03:00
parent ab9e61d883
commit 7c954d2ede
3 changed files with 38 additions and 28 deletions

View File

@ -146,20 +146,25 @@
</div> </div>
<footer> <footer>
<p> <a href="https://spyware.neocities.org/articles/discord_es.html"><img src="./assets/discord.gif"
<a href="https://spyware.neocities.org/articles/discord_es.html"><img src="./assets/discord.gif" alt="Discord?, No Thanks"></a>
alt="Discord?, No Thanks"></a> <a href="https://commonterms.org/"><img src="./assets/notread.gif" alt="Do you read TOS right?"></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/rave.gif" alt="RAVIN'"> <img src="./assets/seedyourtorrents.gif" alt="Sharing is caring <3">
<img src="./assets/seedyourtorrents.gif" alt="Sharing is caring <3"> <img src="./assets/nftbutton.gif" alt="NFTs? wtf">
<img src="./assets/nftbutton.gif" alt="NFTs? wtf"> <img src="./assets/right2repair.gif" alt="I support Right To Repair (Not like Apple)">
<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" <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 style="border-width: 0" src="https://i.creativecommons.org/l/by-sa/4.0/88x31.png"></a>
licensed under a <a href="https://jigsaw.w3.org/css-validator/check/referer">
<a rel="license" href="http://creativecommons.org/licenses/by-sa/4.0/">Creative Commons Attribution-ShareAlike 4.0 <img style="border:0;width:88px;height:31px" src="https://jigsaw.w3.org/css-validator/images/vcss"
International License</a>. alt="Valid CSS!">
</a>
</p> </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> </footer>
</body> </body>

View File

@ -146,23 +146,28 @@
</div> </div>
<footer> <footer>
<p> <a href="https://spyware.neocities.org/articles/discord_es.html"><img src="./assets/discord.gif"
<a href="https://spyware.neocities.org/articles/discord_es.html"><img src="./assets/discord.gif" alt="Discord, NO GRACIAS"></a>
alt="Discord, NO GRACIAS"></a> <a href="https://commonterms.org/"><img src="./assets/notread.gif"
<a href="https://commonterms.org/"><img src="./assets/notread.gif" alt="Lees los terminos y condiciones, cierto?"></a>
alt="Lees los terminos y condiciones, cierto?"></a> <img src="./assets/rave.gif" alt="RAVERAVE">
<img src="./assets/rave.gif" alt="RAVERAVE"> <img src="./assets/seedyourtorrents.gif" alt="SEEDEA TUS TORRENTS, COMPARTIR ES SOLIDARIDAD">
<img src="./assets/seedyourtorrents.gif" alt="SEEDEA TUS TORRENTS, COMPARTIR ES SOLIDARIDAD"> <img src="./assets/nftbutton.gif" alt="NFTs? XD">
<img src="./assets/nftbutton.gif" alt="NFTs? XD"> <img src="./assets/right2repair.gif" alt="Apoyo el derecho a reparar (No como Apple)">
<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" <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 style="border-width: 0" src="https://i.creativecommons.org/l/by-sa/4.0/88x31.png"></a>
work is <a href="https://jigsaw.w3.org/css-validator/check/referer">
licensed under a <img style="border:0;width:88px;height:31px" src="https://jigsaw.w3.org/css-validator/images/vcss"
<a rel="license" href="http://creativecommons.org/licenses/by-sa/4.0/">Creative Commons alt="Valid CSS!">
Attribution-ShareAlike 4.0 </a>
International License</a>.
</p> </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> </footer>
</body> </body>

View File

@ -4,7 +4,7 @@ html {
/* background-image: url(./assets/bg.png) ; */ /* background-image: url(./assets/bg.png) ; */
/* opacity: ; */ /* opacity: ; */
color: aliceblue; color: aliceblue;
font-family: DejaVu Sans Mono, monospace; font-family: "DejaVu Sans Mono", monospace;
/* background-blend-mode: overlay; /* background-blend-mode: overlay;
background-size: auto; */ background-size: auto; */
/* margin-top: 1px; */ /* margin-top: 1px; */