feat: personal website is NOT portfolio

This commit is contained in:
eggy 2023-03-09 23:49:19 -05:00
parent a0ef11330a
commit 901405087d

View File

@ -11,6 +11,11 @@ useTitle("Home", "Personal website!");
<div class="flex flex-col items-center"> <div class="flex flex-col items-center">
<h1 class="text-bitter font-bold">Welcome!</h1> <h1 class="text-bitter font-bold">Welcome!</h1>
<p>What are you here to see?</p> <p>What are you here to see?</p>
<p>
For my portfolio, please visit
<a class="underline" href="https://github.com/potatoeggy">GitHub</a>
instead.
</p>
</div> </div>
<div <div
class="flex justify-around items-stretch w-full flex-wrap gap-x-8 gap-y-10" class="flex justify-around items-stretch w-full flex-wrap gap-x-8 gap-y-10"