add buttons in footer
This commit is contained in:
parent
fb108b8cf7
commit
9032ffa80e
6 changed files with 17 additions and 7 deletions
24
footer.html
24
footer.html
|
@ -1,12 +1,9 @@
|
|||
|
||||
<footer>
|
||||
<div id="footer-main">
|
||||
<div id="left-buttons">
|
||||
<div>
|
||||
<a href="https://git.gyiwr.tf/gyiwr/tree/LICENSE">
|
||||
<img src="img/gplv3-or-later.png"/>
|
||||
</a>
|
||||
<a href="http://www.mabsland.com/Adoption.html">
|
||||
<img src="img/Censor_Gc.gif"/>
|
||||
<img src="img/gplv3-or-later.png" />
|
||||
</a>
|
||||
</div>
|
||||
<div id="footer-text">
|
||||
|
@ -14,9 +11,22 @@
|
|||
<p><a href="https://git.gyiwr.tf/gyiwr/tree/%file%">Code source de la page</a></p>
|
||||
<p id="footer-contact">2021 (c) rick <span id="footer-link-email"><rick [at] gnous [dot] eu></span></p>
|
||||
</div>
|
||||
<img id="fsf" src="img/fsf.png"/>
|
||||
<a id="fsf" href="https://my.fsf.org/join">
|
||||
<img src="img/fsf.png" />
|
||||
</a>
|
||||
</div>
|
||||
<div>
|
||||
<div id="buttons">
|
||||
<a href="http://www.vim.org/">
|
||||
<img src="img/vim.gif" />
|
||||
</a>
|
||||
<img src="img/no-cookie.png" />
|
||||
<a href="http://www.mabsland.com/Adoption.html">
|
||||
<img src="img/Censor_Gc.gif" />
|
||||
</a>
|
||||
<img src="img/paws.png" />
|
||||
<a href="https://web3isgoinggreat.com/">
|
||||
<img src="img/keep.gif" />
|
||||
</a>
|
||||
</div>
|
||||
</footer>
|
||||
</body>
|
||||
|
|
BIN
img/Censor_Gc.gif
Normal file
BIN
img/Censor_Gc.gif
Normal file
Binary file not shown.
After Width: | Height: | Size: 3.5 KiB |
BIN
img/keep.gif
Normal file
BIN
img/keep.gif
Normal file
Binary file not shown.
After Width: | Height: | Size: 444 B |
BIN
img/no-cookie.png
Normal file
BIN
img/no-cookie.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 517 B |
BIN
img/paws.png
Normal file
BIN
img/paws.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 1.7 KiB |
BIN
img/vim.gif
Normal file
BIN
img/vim.gif
Normal file
Binary file not shown.
After Width: | Height: | Size: 1.3 KiB |
Loading…
Reference in a new issue