From 20d62336a446bea6c5846805e8325b67cd59fe54 Mon Sep 17 00:00:00 2001 From: seth Date: Tue, 8 Oct 2024 11:49:47 -0400 Subject: nice redesign (#145) * nix: drop treefmt * nix: remove .envrc * nix: move `serve` to apps output * nice redesign * use local stylesheet * nix: fix build --- static/imgs/buttons/acab.gif | Bin 0 -> 8785 bytes static/imgs/buttons/arnold.gif | Bin 0 -> 5046 bytes static/imgs/buttons/capitalism.gif | Bin 0 -> 253 bytes static/imgs/buttons/legalize.gif | Bin 0 -> 7182 bytes static/imgs/buttons/poweredbynix.svg | 187 +++++++++++++++++++++++++++++++++++ static/imgs/buttons/pride.gif | Bin 0 -> 17783 bytes static/imgs/buttons/steam.gif | Bin 0 -> 2750 bytes static/imgs/buttons/weezer.gif | Bin 0 -> 24883 bytes 8 files changed, 187 insertions(+) create mode 100644 static/imgs/buttons/acab.gif create mode 100644 static/imgs/buttons/arnold.gif create mode 100644 static/imgs/buttons/capitalism.gif create mode 100644 static/imgs/buttons/legalize.gif create mode 100644 static/imgs/buttons/poweredbynix.svg create mode 100644 static/imgs/buttons/pride.gif create mode 100644 static/imgs/buttons/steam.gif create mode 100644 static/imgs/buttons/weezer.gif (limited to 'static/imgs/buttons') diff --git a/static/imgs/buttons/acab.gif b/static/imgs/buttons/acab.gif new file mode 100644 index 0000000..6f8ccef Binary files /dev/null and b/static/imgs/buttons/acab.gif differ diff --git a/static/imgs/buttons/arnold.gif b/static/imgs/buttons/arnold.gif new file mode 100644 index 0000000..0035988 Binary files /dev/null and b/static/imgs/buttons/arnold.gif differ diff --git a/static/imgs/buttons/capitalism.gif b/static/imgs/buttons/capitalism.gif new file mode 100644 index 0000000..c4abb60 Binary files /dev/null and b/static/imgs/buttons/capitalism.gif differ diff --git a/static/imgs/buttons/legalize.gif b/static/imgs/buttons/legalize.gif new file mode 100644 index 0000000..071d4d4 Binary files /dev/null and b/static/imgs/buttons/legalize.gif differ diff --git a/static/imgs/buttons/poweredbynix.svg b/static/imgs/buttons/poweredbynix.svg new file mode 100644 index 0000000..0bc8c80 --- /dev/null +++ b/static/imgs/buttons/poweredbynix.svg @@ -0,0 +1,187 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/static/imgs/buttons/pride.gif b/static/imgs/buttons/pride.gif new file mode 100644 index 0000000..9a48896 Binary files /dev/null and b/static/imgs/buttons/pride.gif differ diff --git a/static/imgs/buttons/steam.gif b/static/imgs/buttons/steam.gif new file mode 100644 index 0000000..1f4fe29 Binary files /dev/null and b/static/imgs/buttons/steam.gif differ diff --git a/static/imgs/buttons/weezer.gif b/static/imgs/buttons/weezer.gif new file mode 100644 index 0000000..d7fa9d1 Binary files /dev/null and b/static/imgs/buttons/weezer.gif differ -- cgit v1.2.3