add new button
This commit is contained in:
parent
7ef683f750
commit
d00029ae57
3 changed files with 24 additions and 11 deletions
|
@ -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;
|
||||
}
|
30
footer.html
30
footer.html
|
@ -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
BIN
img/linux.gif
Normal file
Binary file not shown.
After Width: | Height: | Size: 6.8 KiB |
Loading…
Reference in a new issue