add new button
authorrick <rick@gnous.eu>
Wed, 16 Nov 2022 23:26:23 +0000 (00:26 +0100)
committerrick <rick@gnous.eu>
Wed, 16 Nov 2022 23:26:23 +0000 (00:26 +0100)
css/style.css
footer.html
img/linux.gif [new file with mode: 0644]

index be0ef1a5dee896711224089909c58a4046ac2062..b5581a636dcbafc04c1bba7aa865a18777147831 100644 (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;
+}
\ No newline at end of file
index 1efba5beca575b1f398093881a1d7b778639dcd6..33c759fcb8928802ac443be67fc2480a5b9b1fdd 100644 (file)
                 </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>
diff --git a/img/linux.gif b/img/linux.gif
new file mode 100644 (file)
index 0000000..5c404f9
Binary files /dev/null and b/img/linux.gif differ