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

7 lines
393 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>My name is Christian and I live in Copenhagen. In my professional life, I recruit in product and engineering.
2024-04-06 14:06:23 +00:00
This is corner of the internet where I try to document my exploration of different concepts, technologies, frameworks etc..
</p>
</div>