blob: df0d19071c13acf724b055cf493f981247b4cc7f (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
|
title = HOME
---
<div class="p-16 flex-grow flex items-center justify-center">
<div class="flex flex-wrap gap-8">
<img src="/assets/me.webp" class="max-h-56" />
<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-2">Programmer and Hacker.</span></p>
<div class="flex gap-2 lg:text-xl pt-4">
{{ eachdo config.links }}
<a href="{{ put href }}" class="button" target="_blank">{{ put label }}</a>
{{ endeachdo }}
</div>
</div>
</div>
</div>
|