[2025-04-25] Multiple design improvements

- Font size and scaling better for different displays
- Added 88x31 buttons in footer
- Other minor changes to CSS and layouts
This commit is contained in:
Andrew Conlin 2025-04-25 14:45:55 +01:00
parent 5a1ce2af21
commit c51385f72b
18 changed files with 68 additions and 57 deletions

View file

@ -1,8 +1,16 @@
<br>
<div style="text-align: center;font-family: Geist Mono;font-size:small;">
<span class="growshrink">Be nice to each other!</span><br>
<div style="text-align: center;font-family: Geist Mono;font-size:12px;">
<span class="growshrink">Be nice to each other!</span><br><br>
<img style="display:inline-block;" src="/assets/images/88x31/apache-powered.gif">
<img style="display:inline-block;" src="/assets/images/88x31/bestviewedcomp.gif">
<img style="display:inline-block;" src="/assets/images/88x31/debian.gif">
<img style="display:inline-block;" src="/assets/images/88x31/firefox3.gif">
<img style="display:inline-block;" src="/assets/images/88x31/internetprivacy.gif">
<img style="display:inline-block;" src="/assets/images/88x31/neovim.gif">
<br><br>
Last updated: {{ site.time }}<br>
<a href="https://git.andrewconl.in/andrew/site/src/tag/{{ site.version }}/">{{ site.version }}</a><br>
<br>
© {{ site.author }} 2023-2025<br>
All rights reverse engineered<br>
Last updated: {{ site.time }}<br>
<a href="https://git.andrewconl.in/andrew/site/src/tag/{{ site.version }}/">{{ site.version }}</a>
</div>