From b6b6b083d0e41ca64ef09f52120ca8a07d925b56 Mon Sep 17 00:00:00 2001 From: cel 🌸 Date: Wed, 31 Jan 2024 21:48:43 +0000 Subject: add valorant badges --- TODO.md | 2 +- static/badges/astra.png | Bin 0 -> 4887 bytes static/badges/jett.png | Bin 0 -> 5738 bytes static/badges/skye.png | Bin 0 -> 6367 bytes templates/base.html | 3 +++ 5 files changed, 4 insertions(+), 1 deletion(-) create mode 100644 static/badges/astra.png create mode 100644 static/badges/jett.png create mode 100644 static/badges/skye.png diff --git a/TODO.md b/TODO.md index 7fd1677..e385d3c 100644 --- a/TODO.md +++ b/TODO.md @@ -4,7 +4,7 @@ [x] atom feed [x] tags [ ] multiple tag UI -[ ] poetry +[x] poetry [x] remove skweets widget [ ] opengraph [ ] more badges diff --git a/static/badges/astra.png b/static/badges/astra.png new file mode 100644 index 0000000..e762756 Binary files /dev/null and b/static/badges/astra.png differ diff --git a/static/badges/jett.png b/static/badges/jett.png new file mode 100644 index 0000000..995b049 Binary files /dev/null and b/static/badges/jett.png differ diff --git a/static/badges/skye.png b/static/badges/skye.png new file mode 100644 index 0000000..91444af Binary files /dev/null and b/static/badges/skye.png differ diff --git a/templates/base.html b/templates/base.html index 9fdf6c2..63068fd 100644 --- a/templates/base.html +++ b/templates/base.html @@ -80,6 +80,9 @@ + + + -- cgit