my-portfolio/src/routes/+page.svelte

5 lines
270 B
Svelte

<div class="main-container w-2/4 mx-auto text-center">
<h1 class="text-xl mb-2">Welcome to my personal webpage</h1>
<p class="text-left">My name is Christian and I live in Copenhagen. In my professional life, I recruit in product and engineering.
</p>
</div>