aboutsummaryrefslogtreecommitdiff
path: root/index.html
diff options
context:
space:
mode:
authorRaghuram Subramani <raghus2247@gmail.com>2025-08-02 11:34:11 +0530
committerRaghuram Subramani <raghus2247@gmail.com>2025-08-02 11:34:11 +0530
commitc5ce54952959deb531137533a3cee322760cbe9b (patch)
tree81ea8c1c62955b80bc205abb46d0e8d4a7865e33 /index.html
parentc6b1442993638dbcc23a12f684f6f743ddb3e776 (diff)
site: change font to a more readable one
Diffstat (limited to 'index.html')
-rw-r--r--index.html8
1 files changed, 4 insertions, 4 deletions
diff --git a/index.html b/index.html
index 5a09bd2..df7d3cd 100644
--- a/index.html
+++ b/index.html
@@ -4,15 +4,15 @@
<div class="flex flex-wrap gap-8">
<img src="/assets/me.webp" class="max-h-56"></img>
- <div class="flex flex-col justify-center gap-2">
+ <div class="flex flex-col justify-center gap-1">
<h1 class="text-5xl lg:text-7xl">
Hi there! I'm RAGHU.
</h1>
<p class="text-xl lg:text-3xl"><span class="text-pink-900 bg-pink-100 selection:bg-zinc-400 selection:text-pink-800 p-1">Programmer and Hacker.</span></p>
- <div class="flex gap-2 lg:text-xl">
- <a href="https://github.com/compromyse" class="hover:underline hover:text-pink-900 hover:bg-pink-100 p-1" target="_blank">GITHUB</a>
- <a href="https://www.linkedin.com/in/compromyse" class="hover:underline hover:text-pink-900 hover:bg-pink-100 p-1" target="_blank">LINKEDIN</a>
+ <div class="flex gap-2 lg:text-xl pt-4">
+ <a href="https://github.com/compromyse" class="button" target="_blank">GITHUB</a>
+ <a href="https://www.linkedin.com/in/compromyse" class="button" target="_blank">LINKEDIN</a>
</div>
</div>
</div>