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

5 lines
256 B
Svelte
Raw Normal View History

2024-04-20 16:42:34 +00:00
<div class="main-container 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>