From a44138f9110599d48a89cc307ebee1b9c9eae584 Mon Sep 17 00:00:00 2001 From: unwox Date: Mon, 3 Feb 2025 14:13:42 +0600 Subject: convert sites icons to webp --- bin/serve.fnl | 2 +- static/artoftea.png | Bin 2321 -> 0 bytes static/artoftea.webp | Bin 0 -> 582 bytes static/chaekshop.png | Bin 2773 -> 0 bytes static/chaekshop.webp | Bin 0 -> 1354 bytes static/clubcha.png | Bin 13158 -> 0 bytes static/clubcha.webp | Bin 0 -> 2810 bytes static/gorkovchay.png | Bin 13636 -> 0 bytes static/gorkovchay.webp | Bin 0 -> 2302 bytes static/ipuer.png | Bin 28121 -> 0 bytes static/ipuer.webp | Bin 0 -> 3544 bytes static/kolokolnikovchai.png | Bin 17354 -> 0 bytes static/kolokolnikovchai.webp | Bin 0 -> 7576 bytes static/moychay.png | Bin 1967 -> 0 bytes static/moychay.webp | Bin 0 -> 1060 bytes static/ozchai.png | Bin 3164 -> 0 bytes static/ozchai.webp | Bin 0 -> 1102 bytes static/suhexuan.png | Bin 5478 -> 0 bytes static/suhexuan.webp | Bin 0 -> 2040 bytes 19 files changed, 1 insertion(+), 1 deletion(-) delete mode 100644 static/artoftea.png create mode 100644 static/artoftea.webp delete mode 100644 static/chaekshop.png create mode 100644 static/chaekshop.webp delete mode 100644 static/clubcha.png create mode 100644 static/clubcha.webp delete mode 100644 static/gorkovchay.png create mode 100644 static/gorkovchay.webp delete mode 100644 static/ipuer.png create mode 100644 static/ipuer.webp delete mode 100644 static/kolokolnikovchai.png create mode 100644 static/kolokolnikovchai.webp delete mode 100644 static/moychay.png create mode 100644 static/moychay.webp delete mode 100644 static/ozchai.png create mode 100644 static/ozchai.webp delete mode 100644 static/suhexuan.png create mode 100644 static/suhexuan.webp diff --git a/bin/serve.fnl b/bin/serve.fnl index 9373f16..2e74501 100644 --- a/bin/serve.fnl +++ b/bin/serve.fnl @@ -353,7 +353,7 @@ (local module (require (.. "parser." name))) [:a {:class "site-icon" :href (tracked-url (.. module.url "?from=everytea.ru"))} - [:img {:src (.. "/static/" name ".png") :alt (.. "Логотип " module.title)}] + [:img {:src (.. "/static/" name ".webp") :alt (.. "Логотип " module.title)}] module.title]) (fn item-template [product] diff --git a/static/artoftea.png b/static/artoftea.png deleted file mode 100644 index c0d37eb..0000000 Binary files a/static/artoftea.png and /dev/null differ diff --git a/static/artoftea.webp b/static/artoftea.webp new file mode 100644 index 0000000..a0491eb Binary files /dev/null and b/static/artoftea.webp differ diff --git a/static/chaekshop.png b/static/chaekshop.png deleted file mode 100644 index 55e414d..0000000 Binary files a/static/chaekshop.png and /dev/null differ diff --git a/static/chaekshop.webp b/static/chaekshop.webp new file mode 100644 index 0000000..154f143 Binary files /dev/null and b/static/chaekshop.webp differ diff --git a/static/clubcha.png b/static/clubcha.png deleted file mode 100644 index 30e35ea..0000000 Binary files a/static/clubcha.png and /dev/null differ diff --git a/static/clubcha.webp b/static/clubcha.webp new file mode 100644 index 0000000..7f64760 Binary files /dev/null and b/static/clubcha.webp differ diff --git a/static/gorkovchay.png b/static/gorkovchay.png deleted file mode 100644 index f57f327..0000000 Binary files a/static/gorkovchay.png and /dev/null differ diff --git a/static/gorkovchay.webp b/static/gorkovchay.webp new file mode 100644 index 0000000..f355997 Binary files /dev/null and b/static/gorkovchay.webp differ diff --git a/static/ipuer.png b/static/ipuer.png deleted file mode 100644 index 9faae99..0000000 Binary files a/static/ipuer.png and /dev/null differ diff --git a/static/ipuer.webp b/static/ipuer.webp new file mode 100644 index 0000000..a4d60e6 Binary files /dev/null and b/static/ipuer.webp differ diff --git a/static/kolokolnikovchai.png b/static/kolokolnikovchai.png deleted file mode 100644 index 55f6e22..0000000 Binary files a/static/kolokolnikovchai.png and /dev/null differ diff --git a/static/kolokolnikovchai.webp b/static/kolokolnikovchai.webp new file mode 100644 index 0000000..33f5567 Binary files /dev/null and b/static/kolokolnikovchai.webp differ diff --git a/static/moychay.png b/static/moychay.png deleted file mode 100644 index e1ca82b..0000000 Binary files a/static/moychay.png and /dev/null differ diff --git a/static/moychay.webp b/static/moychay.webp new file mode 100644 index 0000000..da05725 Binary files /dev/null and b/static/moychay.webp differ diff --git a/static/ozchai.png b/static/ozchai.png deleted file mode 100644 index 85affb3..0000000 Binary files a/static/ozchai.png and /dev/null differ diff --git a/static/ozchai.webp b/static/ozchai.webp new file mode 100644 index 0000000..48dd464 Binary files /dev/null and b/static/ozchai.webp differ diff --git a/static/suhexuan.png b/static/suhexuan.png deleted file mode 100644 index 78b151c..0000000 Binary files a/static/suhexuan.png and /dev/null differ diff --git a/static/suhexuan.webp b/static/suhexuan.webp new file mode 100644 index 0000000..7fcfec7 Binary files /dev/null and b/static/suhexuan.webp differ -- cgit v1.2.3