From c4e2551365eff2c12f5a19134779ef3289480ac3 Mon Sep 17 00:00:00 2001 From: cel 🌸 Date: Tue, 20 Jun 2023 14:54:27 +0100 Subject: fix badges --- static/badges/mothracompat.gif | Bin 0 -> 7453 bytes static/badges/webb.png | Bin 0 -> 369 bytes static/style.css | 8 ++++++-- templates/base.html.tera | 10 +++++----- 4 files changed, 11 insertions(+), 7 deletions(-) create mode 100644 static/badges/mothracompat.gif create mode 100644 static/badges/webb.png diff --git a/static/badges/mothracompat.gif b/static/badges/mothracompat.gif new file mode 100644 index 0000000..b1a1cc7 Binary files /dev/null and b/static/badges/mothracompat.gif differ diff --git a/static/badges/webb.png b/static/badges/webb.png new file mode 100644 index 0000000..b043f28 Binary files /dev/null and b/static/badges/webb.png differ diff --git a/static/style.css b/static/style.css index 035c404..7098687 100644 --- a/static/style.css +++ b/static/style.css @@ -137,17 +137,21 @@ aside { } footer { + display: flex; + align-items: center; z-index: -1; background-color: #e8d2c5; } .badge, .badge * { - display: inline; + height: 31px; padding: 0; border-radius: 0; border: 0; - margin: 4px 0; + margin: 0; + text-decoration: none; + font-size: 0; background-color: #0000; } diff --git a/templates/base.html.tera b/templates/base.html.tera index 84755cf..19c0764 100644 --- a/templates/base.html.tera +++ b/templates/base.html.tera @@ -40,8 +40,8 @@
  • projetos
  • 音
  • きいてます
  • -
  • video
  • -
  • πŸ”΄γƒ©γ‚€γƒ–
  • +
  • video
  • +
  • πŸ”΄γƒ©γ‚€γƒ–
  • pix
  • 書道
  • thoughts
  • @@ -50,7 +50,7 @@
  • flop
  • zettelkasten
  • γ‚ˆγ‚€
  • -
  • πŸ¦‹πŸžπŸŒπŸπŸ•·
  • +
  • πŸ¦‹πŸžπŸŒπŸπŸ•·
  • plantas
  • pussy
  • @@ -73,8 +73,8 @@ -- cgit