added about me section
This commit is contained in:
parent
c8491e575b
commit
af19739049
25
index.html
25
index.html
@ -15,14 +15,35 @@
|
|||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div id="name-card" class="flex flex-col items-end">
|
<div id="name-card" class="flex flex-col items-end">
|
||||||
<p class="text-8xl font-medium">
|
<p class="text-8xl font-bold">
|
||||||
Pradyun Setti
|
Pradyun Setti
|
||||||
</p>
|
</p>
|
||||||
<p class="text-7xl font-light">
|
<p class="text-8xl font-light">
|
||||||
Engineer • Creator
|
Engineer • Creator
|
||||||
</p>
|
</p>
|
||||||
</div>
|
</div>
|
||||||
</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>
|
</body>
|
||||||
</html>
|
</html>
|
||||||
|
Reference in New Issue
Block a user