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;