feat: add Telegram Photo Channel Link

This commit is contained in:
Kentai Radiquum 2025-01-10 17:41:08 +05:00
parent 6365ac4bcc
commit 133ebb443f
Signed by: Radiquum
GPG key ID: 858E8EE696525EED
3 changed files with 29 additions and 9 deletions

View file

@ -305,6 +305,16 @@
PHOTOS</p>
</div>
</div>
<a class="hover:border-bg-blue border-transparent border-2 border-solid transition-[border-color] w-full aspect-[2/1] max-h-[182px] overflow-hidden rounded-lg"
href="https://t.me/photowah" target="_blank" referrerpolicy="origin">
<div class="flex items-center justify-center w-full h-full gap-4 p-4 text-white bg-[#2f7ca3]">
<img class="w-16 h-16" alt="" src="./static/assets/Telegram.png" />
<div class="flex flex-col gap-1">
<p class="text-2xl font-medium ">Photo-Wah</p>
<p class="text-base font-light " data-i18n="LNK_PHOTO_PHOTOWAH">My Telegram Photo Channel</p>
</div>
</div>
</a>
<a class="hover:border-bg-blue w-[170px] xs:flex-1 border-transparent border-2 border-solid transition-[border-color] aspect-square overflow-hidden rounded-lg"
href="https://pixey.org/radiquum" target="_blank" referrerpolicy="origin">
<div class="flex flex-col justify-around w-full h-full p-4 text-white bg-[#353231]">
@ -326,12 +336,12 @@
</div>
</a>
<a class="hover:border-bg-blue border-transparent border-2 border-solid transition-[border-color] w-full aspect-[2/1] max-h-[182px] overflow-hidden rounded-lg"
href="https://wah.su/photos" target="_blank" referrerpolicy="origin">
href="https://photos.wah.su/share/1bc2wt0jpNrv_zNzq50C5wfBKL6sKj8zPmU6pOYpK7d8hWKyaNWaFGkFD4-r5bcY7Q0" target="_blank" referrerpolicy="origin">
<div class="flex items-center justify-center w-full h-full gap-4 p-4 text-white bg-[#615141]">
<img class="w-16 h-16" alt="" src="./static/assets/immich.png" />
<div class="flex flex-col gap-1">
<p class="text-2xl font-medium ">wah.su/photos</p>
<p class="text-base font-light " data-i18n="LNK_PHOTO_IMMICH">View gallery like in google photos</p>
<p class="text-2xl font-medium " data-i18n="LNK_PHOTO_IMMICH_TITLE">Online Gallery</p>
<p class="text-base font-light " data-i18n="LNK_PHOTO_IMMICH">Alternative versions and unreleased photos</p>
</div>
</div>
</a>