added routes
This commit is contained in:
parent
670860aaf9
commit
225a9f9701
@ -9,7 +9,7 @@
|
|||||||
<meta name="viewport" content="width=device-width, initial-scale=1" />
|
<meta name="viewport" content="width=device-width, initial-scale=1" />
|
||||||
%sveltekit.head%
|
%sveltekit.head%
|
||||||
</head>
|
</head>
|
||||||
<body data-sveltekit-preload-data="hover">
|
<body data-sveltekit-preload-data="hover" class="font-jose">
|
||||||
<div style="display: contents">%sveltekit.body%</div>
|
<div style="display: contents">%sveltekit.body%</div>
|
||||||
</body>
|
</body>
|
||||||
</html>
|
</html>
|
||||||
|
@ -58,6 +58,6 @@
|
|||||||
</ul>
|
</ul>
|
||||||
{/key}
|
{/key}
|
||||||
</nav>
|
</nav>
|
||||||
<div class="text-center w-3/5 mx-auto">
|
<div class="text-center max-w-lg mx-auto">
|
||||||
<slot />
|
<slot />
|
||||||
</div>
|
</div>
|
@ -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>
|
<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 class="text-left">My name is Christian and I live in Copenhagen. In my professional life, I recruit in product and engineering.
|
||||||
</p>
|
</p>
|
||||||
|
@ -1,3 +1,3 @@
|
|||||||
<h1>This is the about page</h1>
|
<h1 class="text-xl font-jose">Life is good in Copenhagen</h1>
|
||||||
<h2>My name is Christian, and I live in Denmark with my partner and kids.</h2>
|
<h2>I live in Copenhagen with my partner and children.</h2>
|
||||||
<p>testing</p>
|
<p>testing</p>
|
1
src/routes/homelab/+page.svelte
Normal file
1
src/routes/homelab/+page.svelte
Normal file
@ -0,0 +1 @@
|
|||||||
|
<h1 class="text-2xl font-jose">aaaawwww yea the pride of my life</h1>
|
2
src/routes/resume/+page.svelte
Normal file
2
src/routes/resume/+page.svelte
Normal 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>
|
Loading…
Reference in New Issue
Block a user