From c18135d1274d5012196073c0bc021d9868108291 Mon Sep 17 00:00:00 2001 From: Rose Hogenson Date: Fri, 25 Oct 2024 22:44:33 -0700 Subject: Get rid of the blog and use webp. --- static/404/404.png | Bin 1034642 -> 0 bytes static/404/404.webp | Bin 0 -> 87426 bytes static/404/icon.png | Bin 3678 -> 0 bytes static/404/icon.webp | Bin 0 -> 2576 bytes static/favicon.ico | Bin 0 -> 1150 bytes static/icon.png | Bin 7039 -> 0 bytes static/icon.webp | Bin 0 -> 2942 bytes static/index/kanna.png | Bin 54665 -> 0 bytes static/index/kanna.webp | Bin 0 -> 6830 bytes static/index/stars.gif | Bin 180039 -> 0 bytes static/index/stars.webp | Bin 0 -> 134180 bytes static/pong/icon.png | Bin 915 -> 0 bytes static/pong/icon.webp | Bin 0 -> 1060 bytes 13 files changed, 0 insertions(+), 0 deletions(-) delete mode 100644 static/404/404.png create mode 100644 static/404/404.webp delete mode 100644 static/404/icon.png create mode 100644 static/404/icon.webp create mode 100644 static/favicon.ico delete mode 100644 static/icon.png create mode 100644 static/icon.webp delete mode 100644 static/index/kanna.png create mode 100644 static/index/kanna.webp delete mode 100644 static/index/stars.gif create mode 100644 static/index/stars.webp delete mode 100644 static/pong/icon.png create mode 100644 static/pong/icon.webp (limited to 'static') diff --git a/static/404/404.png b/static/404/404.png deleted file mode 100644 index 72d9d02..0000000 Binary files a/static/404/404.png and /dev/null differ diff --git a/static/404/404.webp b/static/404/404.webp new file mode 100644 index 0000000..c416a79 Binary files /dev/null and b/static/404/404.webp differ diff --git a/static/404/icon.png b/static/404/icon.png deleted file mode 100644 index 038ea8d..0000000 Binary files a/static/404/icon.png and /dev/null differ diff --git a/static/404/icon.webp b/static/404/icon.webp new file mode 100644 index 0000000..37bbfe3 Binary files /dev/null and b/static/404/icon.webp differ diff --git a/static/favicon.ico b/static/favicon.ico new file mode 100644 index 0000000..01a66aa Binary files /dev/null and b/static/favicon.ico differ diff --git a/static/icon.png b/static/icon.png deleted file mode 100644 index 8dfebb9..0000000 Binary files a/static/icon.png and /dev/null differ diff --git a/static/icon.webp b/static/icon.webp new file mode 100644 index 0000000..7330971 Binary files /dev/null and b/static/icon.webp differ diff --git a/static/index/kanna.png b/static/index/kanna.png deleted file mode 100644 index e144b96..0000000 Binary files a/static/index/kanna.png and /dev/null differ diff --git a/static/index/kanna.webp b/static/index/kanna.webp new file mode 100644 index 0000000..bb8907e Binary files /dev/null and b/static/index/kanna.webp differ diff --git a/static/index/stars.gif b/static/index/stars.gif deleted file mode 100644 index 2b7372f..0000000 Binary files a/static/index/stars.gif and /dev/null differ diff --git a/static/index/stars.webp b/static/index/stars.webp new file mode 100644 index 0000000..27c6f05 Binary files /dev/null and b/static/index/stars.webp differ diff --git a/static/pong/icon.png b/static/pong/icon.png deleted file mode 100644 index 70670b9..0000000 Binary files a/static/pong/icon.png and /dev/null differ diff --git a/static/pong/icon.webp b/static/pong/icon.webp new file mode 100644 index 0000000..03ab77e Binary files /dev/null and b/static/pong/icon.webp differ -- cgit v1.3.1