added routes

This commit is contained in:
ChrQR 2024-04-13 23:02:25 +02:00
parent 670860aaf9
commit 225a9f9701
6 changed files with 8 additions and 5 deletions

View File

@ -9,7 +9,7 @@
<meta name="viewport" content="width=device-width, initial-scale=1" />
%sveltekit.head%
</head>
<body data-sveltekit-preload-data="hover">
<body data-sveltekit-preload-data="hover" class="font-jose">
<div style="display: contents">%sveltekit.body%</div>
</body>
</html>

View File

@ -58,6 +58,6 @@
</ul>
{/key}
</nav>
<div class="text-center w-3/5 mx-auto">
<div class="text-center max-w-lg mx-auto">
<slot />
</div>

View File

@ -1,4 +1,4 @@
<div class="main-container w-2/4 mx-auto text-center">
<div class="main-container 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>

View File

@ -1,3 +1,3 @@
<h1>This is the about page</h1>
<h2>My name is Christian, and I live in Denmark with my partner and kids.</h2>
<h1 class="text-xl font-jose">Life is good in Copenhagen</h1>
<h2>I live in Copenhagen with my partner and children.</h2>
<p>testing</p>

View File

@ -0,0 +1 @@
<h1 class="text-2xl font-jose">aaaawwww yea the pride of my life</h1>

View File

@ -0,0 +1,2 @@
<h1 class="text-xl">Get ready for my resume baby!</h1>
<p>resumes are getting longer and longer these day, and this one is no exception!</p>