diff options
| author | unwox <me@unwox.com> | 2025-12-30 20:45:24 +0600 |
|---|---|---|
| committer | unwox <me@unwox.com> | 2025-12-30 20:45:24 +0600 |
| commit | 8372560de77d180ccd12a7992615ba773b9ddce1 (patch) | |
| tree | b5f42c8c2ecbc1307496e2b848529028bc3c7f9a | |
| parent | 048b41ebadfd455ebe7e3b83d49d4fce842e314d (diff) | |
| -rw-r--r-- | pages/index.fnl | 5 | ||||
| -rw-r--r-- | pages/shop/_product/index.fnl | 5 | ||||
| -rw-r--r-- | static/cup-p.webp | bin | 0 -> 19268 bytes | |||
| -rw-r--r-- | static/cup.webp | bin | 0 -> 120550 bytes | |||
| -rw-r--r-- | static/desk-p.webp | bin | 0 -> 24202 bytes | |||
| -rw-r--r-- | static/desk.jpg | bin | 0 -> 153970 bytes | |||
| -rw-r--r-- | static/desk.webp | bin | 0 -> 601720 bytes | |||
| -rw-r--r-- | static/teapot3-p.webp | bin | 50510 -> 0 bytes | |||
| -rw-r--r-- | static/teapot3.webp | bin | 299170 -> 0 bytes |
9 files changed, 4 insertions, 6 deletions
diff --git a/pages/index.fnl b/pages/index.fnl index 67ef709..8bd75a0 100644 --- a/pages/index.fnl +++ b/pages/index.fnl @@ -64,6 +64,7 @@ [:div {:class "content"} [:div {:class "gallery"} (pick-gallery-photo [{:name "people" :alt "Люди в чайной"} + {:name "desk" :alt "Фотография стола с чайной посудой"} {:name "gaiwan2" :alt "Близко сфотографированный чайный столик с пиалами и гайванью"} {:name "teapot2" :alt "Пиала и чайник на фоне гирлянды"}]) (pick-gallery-photo [{:name "table" :alt "Сфотографированные сверху пиалы на японском столике"}]) @@ -72,9 +73,9 @@ [:source {:src "static/boiling-p.webm" :type "video/webm"}]]] (pick-gallery-photo [{:name "gaiwan" :alt "Гайвань и ширма с гирляндами на фоне"} {:name "wall" :alt "Белая стена с веером и тенью окна"} - {:name "teapot" :alt "Чайник в темноте на светлом фоне гирлянд"} - {:name "teapot3" :alt "Чайник в руке на фоне растений"}]) + {:name "teapot" :alt "Чайник в темноте на светлом фоне гирлянд"}]) (pick-gallery-photo [{:name "rack" :alt "Стеллаж с чайной посудой"} + {:name "cup" :alt "Чайная японская чашка, на фоне стол с посудой"} {:name "flowers" :alt "Ваза с цветами рядом с чайным столиком"}]) [:div {} [:video {:autoplay true :loop true :muted true} diff --git a/pages/shop/_product/index.fnl b/pages/shop/_product/index.fnl index 6903144..54ed076 100644 --- a/pages/shop/_product/index.fnl +++ b/pages/shop/_product/index.fnl @@ -62,10 +62,7 @@ ;; JS would require storing "back URL" in query parameter (which will make ;; URLs ugly and also hurt SEO) or in a cookie (which is brittle) ;; TODO: also add <noscript> version of this link - [:div {:class "back"} [:a {:href "#" - :onclick "history.length > 1 - ? history.back() - : location.assign('/shop')"} + [:div {:class "back"} [:a {:href "/shop"} "⟵ Обратно к списку"]] [:div {:class "product-page-layout"} diff --git a/static/cup-p.webp b/static/cup-p.webp Binary files differnew file mode 100644 index 0000000..91f1164 --- /dev/null +++ b/static/cup-p.webp diff --git a/static/cup.webp b/static/cup.webp Binary files differnew file mode 100644 index 0000000..831a5eb --- /dev/null +++ b/static/cup.webp diff --git a/static/desk-p.webp b/static/desk-p.webp Binary files differnew file mode 100644 index 0000000..aa058a8 --- /dev/null +++ b/static/desk-p.webp diff --git a/static/desk.jpg b/static/desk.jpg Binary files differnew file mode 100644 index 0000000..92fe214 --- /dev/null +++ b/static/desk.jpg diff --git a/static/desk.webp b/static/desk.webp Binary files differnew file mode 100644 index 0000000..0e569a2 --- /dev/null +++ b/static/desk.webp diff --git a/static/teapot3-p.webp b/static/teapot3-p.webp Binary files differdeleted file mode 100644 index 5d5111a..0000000 --- a/static/teapot3-p.webp +++ /dev/null diff --git a/static/teapot3.webp b/static/teapot3.webp Binary files differdeleted file mode 100644 index dfd7c3e..0000000 --- a/static/teapot3.webp +++ /dev/null |
