feat: add Radiquum Projects channel and Itaku.ee Links

This commit is contained in:
Kentai Radiquum 2024-11-26 19:53:31 +05:00
parent a835088cc5
commit 7e286048e7
Signed by: Radiquum
GPG key ID: 858E8EE696525EED
3 changed files with 39 additions and 0 deletions

View file

@ -366,6 +366,25 @@
</div>
</div>
</a>
<a class="hover:border-bg-blue w-[170px] xs:[flex-grow:1] aspect-square border-transparent border-2 border-solid transition-[border-color] overflow-hidden rounded-lg"
href="https://t.me/radiquumprojects" target="_blank" referrerpolicy="origin">
<div class="flex flex-col justify-around w-full h-full p-4 text-white bg-[#2f7ca3]">
<img class="object-contain w-16 h-16 mx-auto" alt="" src="./static/assets/Telegram.png" />
<div class="flex flex-col gap-1">
<p class="text-2xl font-medium">Radiquum Projects</p>
</div>
</div>
</a>
<a class="hover:border-bg-blue w-[170px] xs:[flex-grow:1] aspect-square border-transparent border-2 border-solid transition-[border-color] overflow-hidden rounded-lg"
href="https://itaku.ee/profile/radiquum" target="_blank" referrerpolicy="origin">
<div class="flex flex-col justify-around w-full h-full p-4 text-black bg-[#ffeb3c]">
<img class="object-contain w-16 h-16 mx-auto" alt="" src="./static/assets/itaku.png" />
<div class="flex flex-col gap-1">
<p class="text-2xl font-medium">Itaku</p>
<p class="text-base font-light">radiquum</p>
</div>
</div>
</a>
</div>
</div>