From ceaf24acd391d392e43177cfac1c10f8992ec699 Mon Sep 17 00:00:00 2001 From: Ngô Ngọc Đức Huy Date: Mon, 16 Aug 2021 16:03:14 +0700 Subject: Add webp alternative to reduce loading time Also, edit CSS version to clear cache --- static/android-chrome-192x192.png | Bin 0 -> 1510 bytes static/android-chrome-512x512.png | Bin 0 -> 3768 bytes static/apple-touch-icon.png | Bin 0 -> 1350 bytes static/favicon-16x16.png | Bin 0 -> 217 bytes static/favicon-32x32.png | Bin 0 -> 296 bytes static/images/android-chrome-192x192.png | Bin 1510 -> 0 bytes static/images/android-chrome-512x512.png | Bin 3768 -> 0 bytes static/images/apple-touch-icon.png | Bin 1350 -> 0 bytes static/images/axuy.png | Bin 0 -> 2694045 bytes static/images/axuy.webp | Bin 0 -> 65764 bytes static/images/badwolf-ish.png | Bin 0 -> 97272 bytes static/images/badwolf-ish.webp | Bin 0 -> 39470 bytes static/images/begging-for-help.webp | Bin 0 -> 52352 bytes static/images/favicon-16x16.png | Bin 217 -> 0 bytes static/images/favicon-32x32.png | Bin 296 -> 0 bytes static/images/favicon.ico | Bin 15406 -> 0 bytes static/images/git-pr.webp | Bin 0 -> 10754 bytes static/images/site.webmanifest | 1 - static/images/tensegrity.webp | Bin 0 -> 8060 bytes static/images/xkcd-dependency.webp | Bin 0 -> 15424 bytes static/site.webmanifest | 1 + 21 files changed, 1 insertion(+), 1 deletion(-) create mode 100644 static/android-chrome-192x192.png create mode 100644 static/android-chrome-512x512.png create mode 100644 static/apple-touch-icon.png create mode 100644 static/favicon-16x16.png create mode 100644 static/favicon-32x32.png delete mode 100644 static/images/android-chrome-192x192.png delete mode 100644 static/images/android-chrome-512x512.png delete mode 100644 static/images/apple-touch-icon.png create mode 100644 static/images/axuy.png create mode 100644 static/images/axuy.webp create mode 100644 static/images/badwolf-ish.png create mode 100644 static/images/badwolf-ish.webp create mode 100644 static/images/begging-for-help.webp delete mode 100644 static/images/favicon-16x16.png delete mode 100644 static/images/favicon-32x32.png delete mode 100644 static/images/favicon.ico create mode 100644 static/images/git-pr.webp delete mode 100644 static/images/site.webmanifest create mode 100644 static/images/tensegrity.webp create mode 100644 static/images/xkcd-dependency.webp create mode 100644 static/site.webmanifest (limited to 'static') diff --git a/static/android-chrome-192x192.png b/static/android-chrome-192x192.png new file mode 100644 index 0000000..334222b Binary files /dev/null and b/static/android-chrome-192x192.png differ diff --git a/static/android-chrome-512x512.png b/static/android-chrome-512x512.png new file mode 100644 index 0000000..d935e97 Binary files /dev/null and b/static/android-chrome-512x512.png differ diff --git a/static/apple-touch-icon.png b/static/apple-touch-icon.png new file mode 100644 index 0000000..3dcf481 Binary files /dev/null and b/static/apple-touch-icon.png differ diff --git a/static/favicon-16x16.png b/static/favicon-16x16.png new file mode 100644 index 0000000..4e2eee7 Binary files /dev/null and b/static/favicon-16x16.png differ diff --git a/static/favicon-32x32.png b/static/favicon-32x32.png new file mode 100644 index 0000000..9ad0725 Binary files /dev/null and b/static/favicon-32x32.png differ diff --git a/static/images/android-chrome-192x192.png b/static/images/android-chrome-192x192.png deleted file mode 100644 index 334222b..0000000 Binary files a/static/images/android-chrome-192x192.png and /dev/null differ diff --git a/static/images/android-chrome-512x512.png b/static/images/android-chrome-512x512.png deleted file mode 100644 index d935e97..0000000 Binary files a/static/images/android-chrome-512x512.png and /dev/null differ diff --git a/static/images/apple-touch-icon.png b/static/images/apple-touch-icon.png deleted file mode 100644 index 3dcf481..0000000 Binary files a/static/images/apple-touch-icon.png and /dev/null differ diff --git a/static/images/axuy.png b/static/images/axuy.png new file mode 100644 index 0000000..7c3cd44 Binary files /dev/null and b/static/images/axuy.png differ diff --git a/static/images/axuy.webp b/static/images/axuy.webp new file mode 100644 index 0000000..195c47d Binary files /dev/null and b/static/images/axuy.webp differ diff --git a/static/images/badwolf-ish.png b/static/images/badwolf-ish.png new file mode 100644 index 0000000..b65afd9 Binary files /dev/null and b/static/images/badwolf-ish.png differ diff --git a/static/images/badwolf-ish.webp b/static/images/badwolf-ish.webp new file mode 100644 index 0000000..65ebed2 Binary files /dev/null and b/static/images/badwolf-ish.webp differ diff --git a/static/images/begging-for-help.webp b/static/images/begging-for-help.webp new file mode 100644 index 0000000..35d9c70 Binary files /dev/null and b/static/images/begging-for-help.webp differ diff --git a/static/images/favicon-16x16.png b/static/images/favicon-16x16.png deleted file mode 100644 index 4e2eee7..0000000 Binary files a/static/images/favicon-16x16.png and /dev/null differ diff --git a/static/images/favicon-32x32.png b/static/images/favicon-32x32.png deleted file mode 100644 index 9ad0725..0000000 Binary files a/static/images/favicon-32x32.png and /dev/null differ diff --git a/static/images/favicon.ico b/static/images/favicon.ico deleted file mode 100644 index d9ff90e..0000000 Binary files a/static/images/favicon.ico and /dev/null differ diff --git a/static/images/git-pr.webp b/static/images/git-pr.webp new file mode 100644 index 0000000..206e31d Binary files /dev/null and b/static/images/git-pr.webp differ diff --git a/static/images/site.webmanifest b/static/images/site.webmanifest deleted file mode 100644 index 45dc8a2..0000000 --- a/static/images/site.webmanifest +++ /dev/null @@ -1 +0,0 @@ -{"name":"","short_name":"","icons":[{"src":"/android-chrome-192x192.png","sizes":"192x192","type":"image/png"},{"src":"/android-chrome-512x512.png","sizes":"512x512","type":"image/png"}],"theme_color":"#ffffff","background_color":"#ffffff","display":"standalone"} \ No newline at end of file diff --git a/static/images/tensegrity.webp b/static/images/tensegrity.webp new file mode 100644 index 0000000..37bcfa8 Binary files /dev/null and b/static/images/tensegrity.webp differ diff --git a/static/images/xkcd-dependency.webp b/static/images/xkcd-dependency.webp new file mode 100644 index 0000000..12d9f67 Binary files /dev/null and b/static/images/xkcd-dependency.webp differ diff --git a/static/site.webmanifest b/static/site.webmanifest new file mode 100644 index 0000000..45dc8a2 --- /dev/null +++ b/static/site.webmanifest @@ -0,0 +1 @@ +{"name":"","short_name":"","icons":[{"src":"/android-chrome-192x192.png","sizes":"192x192","type":"image/png"},{"src":"/android-chrome-512x512.png","sizes":"512x512","type":"image/png"}],"theme_color":"#ffffff","background_color":"#ffffff","display":"standalone"} \ No newline at end of file -- cgit 1.4.1