mirror of
https://github.com/Radiquum/radiquum.github.io.git
synced 2025-05-08 13:59:34 +05:00
feat: add social media links
This commit is contained in:
parent
5c9fb41381
commit
916733218b
6 changed files with 106 additions and 7 deletions
59
index.html
59
index.html
|
@ -91,20 +91,20 @@
|
|||
</div>
|
||||
<div class="flex gap-4">
|
||||
<a href="https://pixey.org/radiquum" target="_blank" referrerpolicy="origin">
|
||||
<div class="bg-white text-black w-[170px] h-[150px] p-2">
|
||||
<img class="mx-auto" alt="" src="./static/assets/pixelfed.svg" />
|
||||
<div class="bg-white text-black w-[170px] h-[150px] p-2 flex flex-col justify-around">
|
||||
<img class="w-20 h-20 mx-auto" alt="" src="./static/assets/pixelfed.svg" />
|
||||
<div class="flex flex-col gap-1">
|
||||
<p class="font-medium text-[24px] leading-[1]">pixey.org</p>
|
||||
<p class="font-light text-[14px] leading-[1]">See the photos like in instagram</p>
|
||||
<p class="font-light text-[12px] leading-[1]">See the photos like in instagram</p>
|
||||
</div>
|
||||
</div>
|
||||
</a>
|
||||
<a href="https://instafops.net/radiquwum" target="_blank" referrerpolicy="origin">
|
||||
<div class="bg-white text-black w-[170px] h-[150px] p-2">
|
||||
<img class="mx-auto" alt="" src="./static/assets/pixelfed.svg" />
|
||||
<div class="bg-white text-black w-[170px] h-[150px] p-2 flex flex-col justify-around">
|
||||
<img class="w-20 h-20 mx-auto" alt="" src="./static/assets/pixelfed.svg" />
|
||||
<div class="flex flex-col gap-1">
|
||||
<p class="font-medium text-[24px] leading-[1]">instafops.net</p>
|
||||
<p class="font-light text-[14px] leading-[1]">Photos that more furry related</p>
|
||||
<p class="font-light text-[12px] leading-[1]">Photos that more furry related</p>
|
||||
</div>
|
||||
</div>
|
||||
</a>
|
||||
|
@ -114,11 +114,56 @@
|
|||
<img class="w-20 h-20" alt="" src="./static/assets/immich.png" />
|
||||
<div class="flex flex-col gap-1">
|
||||
<p class="font-medium text-[24px] leading-[1]">wah.su/photos</p>
|
||||
<p class="font-light text-[14px] leading-[1]">View gallery like in google photos</p>
|
||||
<p class="font-light text-[12px] leading-[1]">View gallery like in google photos</p>
|
||||
</div>
|
||||
</div>
|
||||
</a>
|
||||
</div>
|
||||
<div class="flex flex-col gap-4">
|
||||
<div class="relative w-[356px] h-[150px] flex justify-end items-end bg-bg-blue">
|
||||
<p class="font-bold text-[40px] leading-[1] p-[8px]">SOCIAL MEDIA</p>
|
||||
</div>
|
||||
<div class="flex flex-wrap gap-4">
|
||||
<a href="https://furry.engineer/@radiquum" target="_blank" referrerpolicy="origin">
|
||||
<div class="bg-white text-black w-[170px] h-[150px] p-2 flex flex-col justify-around">
|
||||
<img class="mx-auto w-14 h-14" alt="" src="./static/assets/logos--mastodon-icon.svg" />
|
||||
<div class="flex flex-col justify-end gap-1">
|
||||
<p class="font-medium text-[24px] leading-[1]">Mastodon</p>
|
||||
<p class="font-light text-[12px] leading-[1]">@radiquum@furry.engineer</p>
|
||||
</div>
|
||||
</div>
|
||||
</a>
|
||||
<a href="https://bsky.app/profile/radiquum.wah.su" target="_blank" referrerpolicy="origin">
|
||||
<div class="bg-white text-black w-[170px] h-[150px] p-2 flex flex-col justify-around">
|
||||
<img class="w-16 mx-auto h-14" alt="" src="./static/assets/Bluesky_Logo.png" />
|
||||
<div class="flex flex-col gap-1">
|
||||
<p class="font-medium text-[24px] leading-[1]">Bluesky</p>
|
||||
<p class="font-light text-[12px] leading-[1]">@radiquum.wah.su</p>
|
||||
</div>
|
||||
</div>
|
||||
</a>
|
||||
</div>
|
||||
<div class="flex flex-wrap gap-4">
|
||||
<a href="https://x.com/radiquum" target="_blank" referrerpolicy="origin">
|
||||
<div class="bg-white text-black w-[170px] h-[150px] p-2 flex flex-col justify-around">
|
||||
<img class="mx-auto w-14 h-14" alt="" src="./static/assets/logos--twitter.svg" />
|
||||
<div class="flex flex-col justify-end gap-1">
|
||||
<p class="font-medium text-[24px] leading-[1]">Twitter</p>
|
||||
<p class="font-light text-[12px] leading-[1]">@radiquum</p>
|
||||
</div>
|
||||
</div>
|
||||
</a>
|
||||
<a href="https://vk.com/radiquum" target="_blank" referrerpolicy="origin">
|
||||
<div class="bg-white text-black w-[170px] h-[150px] p-2 flex flex-col justify-around">
|
||||
<img class="mx-auto w-14 h-14" alt="" src="./static/assets/VKLogo.png" />
|
||||
<div class="flex flex-col gap-1">
|
||||
<p class="font-medium text-[24px] leading-[1]">VKontakte</p>
|
||||
<p class="font-light text-[12px] leading-[1]">radiquum</p>
|
||||
</div>
|
||||
</div>
|
||||
</a>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<script src="./static/script.js"></script>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue