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 {
|
footer {
|
||||||
background-color: #304B99;
|
background-color: #304B99;
|
||||||
padding: 1em;
|
padding: 1em;
|
||||||
|
padding-bottom: 0;
|
||||||
grid-column: 1/3;
|
grid-column: 1/3;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -80,3 +81,7 @@ footer {
|
||||||
#buttons {
|
#buttons {
|
||||||
text-align: center;
|
text-align: center;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
#buttons div {
|
||||||
|
margin-bottom: 1em;
|
||||||
|
}
|
30
footer.html
30
footer.html
|
@ -16,17 +16,25 @@
|
||||||
</a>
|
</a>
|
||||||
</div>
|
</div>
|
||||||
<div id="buttons">
|
<div id="buttons">
|
||||||
<a href="http://www.vim.org/">
|
<div>
|
||||||
<img alt="Edited with vim, Improved & Free. I love my editor" src="img/vim.gif" />
|
<a href="http://www.vim.org/">
|
||||||
</a>
|
<img alt="Edited with vim, Improved & Free. I love my editor" src="img/vim.gif" />
|
||||||
<img alt="This site is certified 100% cookie free!" src="img/no-cookie.png" />
|
</a>
|
||||||
<a href="http://www.mabsland.com/Adoption.html">
|
<img alt="This site is certified 100% cookie free!" src="img/no-cookie.png" />
|
||||||
<img alt="Panda - Web G" src="img/Censor_Gc.gif" />
|
<a href="http://www.mabsland.com/Adoption.html">
|
||||||
</a>
|
<img alt="Panda - Web G" src="img/Censor_Gc.gif" />
|
||||||
<img alt="made with my own two paws" src="img/paws.png" />
|
</a>
|
||||||
<a href="https://web3isgoinggreat.com/">
|
<img alt="made with my own two paws" src="img/paws.png" />
|
||||||
<img alt="Sat no to WEB3 - Keep the web Free" src="img/keep.gif" />
|
<a href="https://web3isgoinggreat.com/">
|
||||||
</a>
|
<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>
|
</div>
|
||||||
</footer>
|
</footer>
|
||||||
</body>
|
</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