added about me section

This commit is contained in:
june 2025-03-02 23:39:53 +13:00
parent c8491e575b
commit af19739049
Signed by untrusted user who does not match committer: breadone
GPG Key ID: FDC19FE143200483

View File

@ -15,15 +15,36 @@
</div>
<div id="name-card" class="flex flex-col items-end">
<p class="text-8xl font-medium">
<p class="text-8xl font-bold">
Pradyun Setti
</p>
<p class="text-7xl font-light">
<p class="text-8xl font-light">
Engineer • Creator
</p>
</div>
</div>
<hr class="border-t-3 mt-15 mb-8">
<div id="about-me" class="flex justify-between">
<p class="text-lg font-light">
About Me
</p>
<div class="flex flex-col w-200">
<p>
After finishing high school in 2020, I'm looking for some experience in the
workforce while I am at uni, and learn lots about the industry as I do so.
</p>
<p class="mt-4">
In my free time, I love photography, going on biking trips with my family,
baking, and managing my ever-growing homelab.
</p>
</div>
</div>
<hr class="border-t-3 my-8">
</body>
</html>