add buttons in footer
authorrick <rick@gnous.eu>
Tue, 15 Mar 2022 18:39:38 +0000 (19:39 +0100)
committerrick <rick@gnous.eu>
Tue, 15 Mar 2022 18:39:38 +0000 (19:39 +0100)
footer.html
img/Censor_Gc.gif [new file with mode: 0644]
img/keep.gif [new file with mode: 0644]
img/no-cookie.png [new file with mode: 0644]
img/paws.png [new file with mode: 0644]
img/vim.gif [new file with mode: 0644]

index c554dc148463532484cd1cf1201f52d049b0e018..1cbfbba40336452d0b8529ee355add0dd0f0f8c7 100644 (file)
@@ -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">
                     <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">&lt;rick [at] gnous [dot] eu&gt;</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>
diff --git a/img/Censor_Gc.gif b/img/Censor_Gc.gif
new file mode 100644 (file)
index 0000000..af72966
Binary files /dev/null and b/img/Censor_Gc.gif differ
diff --git a/img/keep.gif b/img/keep.gif
new file mode 100644 (file)
index 0000000..c95a53e
Binary files /dev/null and b/img/keep.gif differ
diff --git a/img/no-cookie.png b/img/no-cookie.png
new file mode 100644 (file)
index 0000000..0d01ed5
Binary files /dev/null and b/img/no-cookie.png differ
diff --git a/img/paws.png b/img/paws.png
new file mode 100644 (file)
index 0000000..ea87982
Binary files /dev/null and b/img/paws.png differ
diff --git a/img/vim.gif b/img/vim.gif
new file mode 100644 (file)
index 0000000..7a00d7f
Binary files /dev/null and b/img/vim.gif differ