From 5c8d1fca05e3cfe96c4ba57329ca3dfcd9e76bb1 Mon Sep 17 00:00:00 2001 From: filifa Date: Sun, 28 Dec 2025 23:40:17 -0500 Subject: [PATCH] add some 88x31 badges --- index.html | 10 ++++++++++ styles/index.css | 10 ++++++++++ 2 files changed, 20 insertions(+) diff --git a/index.html b/index.html index 86bcd3b..f0202b3 100644 --- a/index.html +++ b/index.html @@ -38,6 +38,16 @@
  • about
  • attributions
  • +
    + CC BY-SA icon + Made on GNU/Linux + powered by Debian + GNU + Designed Using Vim + Leave Twitter; Join Mastodon + Wikipedia + graphic design is my passion +
    diff --git a/styles/index.css b/styles/index.css index e5d7107..d1d22aa 100644 --- a/styles/index.css +++ b/styles/index.css @@ -36,6 +36,16 @@ footer { font-style: italic; } +#badges { + display: flex; + flex-flow: wrap; + justify-content: space-around; +} + +.badge { + image-rendering: pixelated; +} + nav ul, footer ul { padding: 0;