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

5 lines
247 B
Svelte
Raw Normal View History

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