mirror of
https://github.com/Radiquum/radiquum.github.io.git
synced 2025-05-08 13:59:34 +05:00
feat: add Telegram Photo Channel Link
This commit is contained in:
parent
6365ac4bcc
commit
133ebb443f
3 changed files with 29 additions and 9 deletions
16
index.html
16
index.html
|
@ -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>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue