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

5 lines
270 B
Svelte
Raw Normal View History

<div class="main-container w-2/4 mx-auto text-center">
2024-04-06 14:06:23 +00:00
<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>