add new button

This commit is contained in:
rick 2022-11-17 00:26:23 +01:00
parent 7ef683f750
commit d00029ae57
Signed by: Rick
GPG key ID: 4A6223D66294EB20
3 changed files with 24 additions and 11 deletions

View file

@ -40,6 +40,7 @@ header a {
footer {
background-color: #304B99;
padding: 1em;
padding-bottom: 0;
grid-column: 1/3;
}
@ -80,3 +81,7 @@ footer {
#buttons {
text-align: center;
}
#buttons div {
margin-bottom: 1em;
}

View file

@ -16,17 +16,25 @@
</a>
</div>
<div id="buttons">
<a href="http://www.vim.org/">
<img alt="Edited with vim, Improved & Free. I love my editor" src="img/vim.gif" />
</a>
<img alt="This site is certified 100% cookie free!" src="img/no-cookie.png" />
<a href="http://www.mabsland.com/Adoption.html">
<img alt="Panda - Web G" src="img/Censor_Gc.gif" />
</a>
<img alt="made with my own two paws" src="img/paws.png" />
<a href="https://web3isgoinggreat.com/">
<img alt="Sat no to WEB3 - Keep the web Free" src="img/keep.gif" />
</a>
<div>
<a href="http://www.vim.org/">
<img alt="Edited with vim, Improved & Free. I love my editor" src="img/vim.gif" />
</a>
<img alt="This site is certified 100% cookie free!" src="img/no-cookie.png" />
<a href="http://www.mabsland.com/Adoption.html">
<img alt="Panda - Web G" src="img/Censor_Gc.gif" />
</a>
<img alt="made with my own two paws" src="img/paws.png" />
<a href="https://web3isgoinggreat.com/">
<img alt="Sat no to WEB3 - Keep the web Free" src="img/keep.gif" />
</a>
</div>
<div>
<a href="https://web.archive.org/web/20000817070058/http://www.early.com/~emackey/linux/">
<img alt="Linux, the choice of a GNU generation" src="img/linux.gif" />
</a>
</div>
</div>
</footer>
</body>

BIN
img/linux.gif Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 6.8 KiB