From ff24e80da06d6f08789516d55c50bb1f44e5de30 Mon Sep 17 00:00:00 2001 From: cel 🌸 Date: Thu, 18 Jul 2024 08:20:22 +0100 Subject: add badge --- assets/badge.png | Bin 0 -> 5660 bytes style.css | 15 ++++++++++++++- templates/base.html | 3 ++- todo.md | 2 +- 4 files changed, 17 insertions(+), 3 deletions(-) create mode 100644 assets/badge.png diff --git a/assets/badge.png b/assets/badge.png new file mode 100644 index 0000000..3360f90 Binary files /dev/null and b/assets/badge.png differ diff --git a/style.css b/style.css index 60329e7..1d8575e 100644 --- a/style.css +++ b/style.css @@ -21,6 +21,19 @@ body { max-width: 1200px; } +footer { + margin: 2vw; + display: flex; + justify-content: end; +} + +.badge { + width: 88px; + height: 31px; + border: 4px groove #800080; + padding: 0; +} + h1 { font-size: 2.5rem; } @@ -709,4 +722,4 @@ code span.wa { font-weight: bold; font-style: normal; font-display: block; -} \ No newline at end of file +} diff --git a/templates/base.html b/templates/base.html index 1d5c74c..f69be06 100644 --- a/templates/base.html +++ b/templates/base.html @@ -36,7 +36,8 @@ $body$ - \ No newline at end of file + diff --git a/todo.md b/todo.md index 4ccd109..85733c4 100644 --- a/todo.md +++ b/todo.md @@ -16,7 +16,7 @@ [ ] remove placeholders later: -[ ] fun homepage design +[ ] fun homepage design - mixed media and resources in home page, microblog? [ ] author pages? [ ] tags filter/page [ ] add tags to sitemap? -- cgit