mirror of
https://github.com/Radiquum/radiquum.github.io.git
synced 2025-04-05 15:54:34 +00:00
fix: update project links
This commit is contained in:
parent
764d5ac2d0
commit
3ec8fa099b
1 changed files with 8 additions and 5 deletions
13
index.html
13
index.html
|
@ -188,7 +188,7 @@
|
|||
</div>
|
||||
</div>
|
||||
</a>
|
||||
<a href="https://github.com/Radiquum/TG-Photos" target="_blank" referrerpolicy="origin">
|
||||
<a href="https://radiquum.github.io/WordGen" target="_blank" referrerpolicy="origin">
|
||||
<div class="bg-[#F5F5F5] text-black w-[200px] h-[180px] p-2 flex flex-col justify-around relative overflow-hidden">
|
||||
<img class="absolute [filter:darken(10%)] top-0 left-0 right-0 w-[200px] object-cover" alt="" src="./static/assets/WordGen.png"/>
|
||||
<div class="flex flex-col justify-end h-full gap-1">
|
||||
|
@ -197,7 +197,7 @@
|
|||
</div>
|
||||
</div>
|
||||
</a>
|
||||
<a href="https://github.com/Radiquum/TG-Photos" target="_blank" referrerpolicy="origin">
|
||||
<a href="https://github.com/Radiquum/furaffinity-dl" target="_blank" referrerpolicy="origin">
|
||||
<div class="bg-black text-white w-[200px] h-[180px] p-2 flex flex-col justify-around relative overflow-hidden">
|
||||
<div class="flex flex-col justify-end h-full gap-1">
|
||||
<p class="font-medium text-[24px] leading-[1]">furaffinity-dl</p>
|
||||
|
@ -205,7 +205,7 @@
|
|||
</div>
|
||||
</div>
|
||||
</a>
|
||||
<a href="https://github.com/radiquum" target="_blank" referrerpolicy="origin">
|
||||
<a href="https://github.com/Radiquum" target="_blank" referrerpolicy="origin">
|
||||
<div class="bg-black text-white w-[200px] h-[180px] p-2 flex flex-col justify-around">
|
||||
<img class="mx-auto w-14 h-14" alt="" src="./static/assets/github-mark-white.png" />
|
||||
<div class="flex flex-col justify-end gap-1">
|
||||
|
@ -220,8 +220,11 @@
|
|||
<div class="flex flex-col w-[416px] gap-8">
|
||||
<!-- Contact Links -->
|
||||
<div class="flex flex-col gap-4">
|
||||
<div class="relative w-[416px] h-[180px] flex justify-end items-end bg-black">
|
||||
<p class="font-bold text-[40px] leading-[1] p-[8px]">PROJECTS</p>
|
||||
<div class="relative w-[416px] h-[180px] flex justify-end items-end bg-bg-pink">
|
||||
<p class="font-bold text-[40px] leading-[1] p-[8px]">CONTACT</p>
|
||||
</div>
|
||||
<div>
|
||||
|
||||
</div>
|
||||
</div>
|
||||
<!-- Friends Links -->
|
||||
|
|
Loading…
Add table
Reference in a new issue