diff --git a/index.html b/index.html index f91ec34..195a482 100644 --- a/index.html +++ b/index.html @@ -305,6 +305,16 @@ PHOTOS

+ +
+ +
+

Photo-Wah

+

My Telegram Photo Channel

+
+
+
@@ -326,12 +336,12 @@
+ href="https://photos.wah.su/share/1bc2wt0jpNrv_zNzq50C5wfBKL6sKj8zPmU6pOYpK7d8hWKyaNWaFGkFD4-r5bcY7Q0" target="_blank" referrerpolicy="origin">
-

wah.su/photos

-

View gallery like in google photos

+

Online Gallery

+

Alternative versions and unreleased photos

diff --git a/static/i18n/strings/ru.js b/static/i18n/strings/ru.js index 06fb6dd..dcd6918 100644 --- a/static/i18n/strings/ru.js +++ b/static/i18n/strings/ru.js @@ -46,9 +46,11 @@ const i18n_ru = { // LINKS LNK_TITLE: "ССЫЛКИ", LNK_PHOTO_HEADER: "ФОТОГРАФИИ", + LNK_PHOTO_PHOTOWAH: "Мой телеграм канал с фотографиями", LNK_PHOTO_PIXEY: "Смотри фото как в инстаграме", LNK_PHOTO_INSTAFOPS: "Более фурри фото", - LNK_PHOTO_IMMICH: "Смотри фото как в Гугл Фото", + LNK_PHOTO_IMMICH_TITLE: "Онлайн Галерея", + LNK_PHOTO_IMMICH: "Альтернативные версии и невышедшие фотографии", LNK_ARTS_HEADER: "АРТЫ", LNK_SOCIALS_HEADER: "СОЦ. СЕТИ", LNK_PROJECTS_HEADER: "ПРОЕКТЫ", diff --git a/static/tailwind.css b/static/tailwind.css index 96c9561..13c3fde 100644 --- a/static/tailwind.css +++ b/static/tailwind.css @@ -1515,6 +1515,11 @@ body { text-align: right; } + .sm\:text-3xl { + font-size: 1.875rem; + line-height: 2.25rem; + } + .sm\:text-4xl { font-size: 2.25rem; line-height: 2.5rem; @@ -1530,11 +1535,6 @@ body { line-height: 1.75rem; } - .sm\:text-3xl { - font-size: 1.875rem; - line-height: 2.25rem; - } - .sm\:no-underline { text-decoration-line: none; } @@ -1561,6 +1561,10 @@ body { display: inline; } + .md\:grid { + display: grid; + } + .md\:hidden { display: none; } @@ -1573,6 +1577,10 @@ body { width: auto; } + .md\:grid-cols-fluid { + grid-template-columns: repeat(auto-fill, minmax(300px, 1fr)); + } + .md\:gap-4 { gap: 1rem; }