commit c77128d49862fa02f10f3f906be77ff912c90ae7 parent 5a5d14749c72e5ead11aa3a93ea659bbbb4b1781 Author: mjkloeckner <martinjkloeckner@gmail.com> Date: Sat, 17 Feb 2024 21:19:06 -0300 Update page footer: Add old school gif buttons Diffstat:
A | common/debian_no_shadow.gif | | | 0 | |
A | common/fast.gif | | | 0 | |
M | common/footer.shtml | | | 25 | +++++++++++++++++++++++-- |
A | common/github-check.gif | | | 0 | |
A | common/messirve.gif | | | 0 | |
A | common/neovim.gif | | | 0 | |
A | common/nginx.gif | | | 0 | |
M | css/style.css | | | 21 | +++++++++++++-------- |
8 files changed, 36 insertions(+), 10 deletions(-) diff --git a/common/debian_no_shadow.gif b/common/debian_no_shadow.gif Binary files differ. diff --git a/common/fast.gif b/common/fast.gif Binary files differ. diff --git a/common/footer.shtml b/common/footer.shtml @@ -1,6 +1,27 @@ <footer class="footer"> <div class="footer-div"> - The content of this webpage is licensed under <a style="white-space: nowrap;" rel="license" href="http://creativecommons.org/licenses/by/4.0/">CC BY 4.0</a> + The content of this webpage is licensed under <a style="white-space: nowrap;" rel="license" href="http://creativecommons.org/licenses/by/4.0">CC BY 4.0</a> </div> - <a href="http://creativecommons.org/licenses/by/4.0/"><img id="cc-logo" alt="Creative Commons License" src="https://mirrors.creativecommons.org/presskit/buttons/88x31/png/by.png"/></a> + <a href="http://creativecommons.org/licenses/by/4.0/"> + <img id="footer-buttons" alt="CC License" src="https://mirrors.creativecommons.org/presskit/buttons/88x31/png/by.png"/> + </a> + <a href="https://www.debian.org/"> + <img id="footer-buttons" alt="Debian Logo" src="/common/debian_no_shadow.gif"/> + </a> + <a href="https://www.nginx.com/"> + <img id="footer-buttons" alt="Nginx Logo" src="/common/nginx.gif"/> + </a> + <a href="https://github.com/mjkloeckner"> + <img id="footer-buttons" alt="Nginx Logo" src="/common/github-check.gif"/> + </a> + <br> + <a href="https://neovim.io/"> + <img id="footer-buttons" alt="Made using neovim" src="/common/neovim.gif"/> + </a> + <a href="https://github.com/mjkloeckner"> + <img id="footer-buttons" alt="Messivrve" src="/common/messirve.gif"/> + </a> + <a href="https://pagespeed.web.dev/analysis/https-kloeckner-com-ar/nn0gdw6h2u?form_factor=mobile"> + <img id="footer-buttons" alt="Google Page Speed Insights" src="/common/fast.gif"/> + </a> </footer> diff --git a/common/github-check.gif b/common/github-check.gif Binary files differ. diff --git a/common/messirve.gif b/common/messirve.gif Binary files differ. diff --git a/common/neovim.gif b/common/neovim.gif Binary files differ. diff --git a/common/nginx.gif b/common/nginx.gif Binary files differ. diff --git a/css/style.css b/css/style.css @@ -165,23 +165,25 @@ article { } footer { - padding-top: .5em; text-align: center; font-size: 0.75em; - - color: dimgrey; - font-family: monospace; + a:hover { + text-decoration: none; + } + br { + margin-bottom: 3px; + } } -#cc-logo { +#footer-buttons { padding: 0; margin: 0; border-width: 0; - width: 88px; - opacity: 35%; + width: 80px; + opacity: 45%; } -#cc-logo:hover { +#footer-buttons:hover { opacity: 100%; } @@ -389,6 +391,9 @@ time { padding-bottom: .5em; margin-bottom: .25em; } + footer { + padding-top: .5em; + } .header_flex_div{ flex-direction: column; align-items: center;