diff options
| -rw-r--r-- | pages/index.fnl | 10 | ||||
| -rw-r--r-- | static/rack.jpg | bin | 0 -> 1381423 bytes | |||
| -rw-r--r-- | static/rack_p.jpg | bin | 0 -> 84853 bytes | |||
| -rw-r--r-- | static/room.jpg | bin | 1393157 -> 0 bytes | |||
| -rw-r--r-- | static/room_p.jpg | bin | 133441 -> 0 bytes | |||
| -rw-r--r-- | static/table.jpg | bin | 0 -> 704281 bytes | |||
| -rw-r--r-- | static/table_p.jpg | bin | 0 -> 28053 bytes | |||
| -rw-r--r-- | static/teaware.jpg | bin | 1366114 -> 0 bytes | |||
| -rw-r--r-- | static/teaware_p.jpg | bin | 56401 -> 0 bytes |
9 files changed, 5 insertions, 5 deletions
diff --git a/pages/index.fnl b/pages/index.fnl index dc229d7..439adb6 100644 --- a/pages/index.fnl +++ b/pages/index.fnl @@ -24,8 +24,8 @@ [:a {:href "static/people.jpg" :target "_blank"} [:img {:src "static/people_p.jpg" :alt "Люди в чайной"}]]] [:div {} - [:a {:href "static/teaware.jpg" :target "_blank"} - [:img {:src "static/teaware_p.jpg" + [:a {:href "static/table.jpg" :target "_blank"} + [:img {:src "static/table_p.jpg" :alt "Сфотографированные сверху пиалы на японском столике"}]]] [:div {} [:video {:autoplay true :loop true :muted true} @@ -35,9 +35,9 @@ [:img {:src "static/gaiwan_p.jpg" :alt "Гайвань и ширма с гирляндами на фоне"}]]] [:div {} - [:a {:href "static/room.jpg" :target "_blank"} - [:img {:src "static/room_p.jpg" - :alt "Общая фотография чайного места"}]]] + [:a {:href "static/rack.jpg" :target "_blank"} + [:img {:src "static/rack_p.jpg" + :alt "Стеллаж с чайной посудой"}]]] [:div {} [:video {:autoplay true :loop true :muted true} [:source {:src "static/gaiwan_p.webm" :type "video/webm"}]]]]]) diff --git a/static/rack.jpg b/static/rack.jpg Binary files differnew file mode 100644 index 0000000..076d353 --- /dev/null +++ b/static/rack.jpg diff --git a/static/rack_p.jpg b/static/rack_p.jpg Binary files differnew file mode 100644 index 0000000..6bb653d --- /dev/null +++ b/static/rack_p.jpg diff --git a/static/room.jpg b/static/room.jpg Binary files differdeleted file mode 100644 index 7240cc4..0000000 --- a/static/room.jpg +++ /dev/null diff --git a/static/room_p.jpg b/static/room_p.jpg Binary files differdeleted file mode 100644 index 3350329..0000000 --- a/static/room_p.jpg +++ /dev/null diff --git a/static/table.jpg b/static/table.jpg Binary files differnew file mode 100644 index 0000000..4dd1390 --- /dev/null +++ b/static/table.jpg diff --git a/static/table_p.jpg b/static/table_p.jpg Binary files differnew file mode 100644 index 0000000..4cf0d13 --- /dev/null +++ b/static/table_p.jpg diff --git a/static/teaware.jpg b/static/teaware.jpg Binary files differdeleted file mode 100644 index 8727972..0000000 --- a/static/teaware.jpg +++ /dev/null diff --git a/static/teaware_p.jpg b/static/teaware_p.jpg Binary files differdeleted file mode 100644 index bfb7ce8..0000000 --- a/static/teaware_p.jpg +++ /dev/null |
