added content

This commit is contained in:
christian 2024-04-24 20:55:40 +02:00
parent 976b1147b3
commit 64d9acae74
4 changed files with 8 additions and 7 deletions

View File

@ -1,5 +1,6 @@
<div class="main-container 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 corner of the internet</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">You most likely ended up here after listening to me rambling about the wonders of self hosted services, and how life would be much easier if we could just containerize everything.
</p> </p>
<p class="italic">This page is my initial svelte project to try out the framework, and at the time of writing (24th April 2024) many parts are still lacking content.</p>
</div> </div>

View File

@ -6,7 +6,7 @@
<div class="page-container" in:fade> <div class="page-container" in:fade>
<h1 class="text-xl font-jose mb-4">Life is good in Copenhagen</h1> <h1 class="text-xl font-jose mb-4">Life is good in Copenhagen</h1>
<div class="content-container md:flex mb-4 items-center"> <div class="article-container md:flex mb-4 items-center text-left">
<p class="">I live in Copenhagen with my partner and children near the water. We love going on expeditions around the city in our cargo bike, or on my electrical skateboard. <p class="">I live in Copenhagen with my partner and children near the water. We love going on expeditions around the city in our cargo bike, or on my electrical skateboard.
When we're not outside I spend a lot of time fiddling around with my homelab, and development projects. You can read more about my projects and homelab under the homelab and portfolio nav. When we're not outside I spend a lot of time fiddling around with my homelab, and development projects. You can read more about my projects and homelab under the homelab and portfolio nav.
</p> </p>

View File

@ -1 +1 @@
<h1> does it work?</h1> <h1>Under development</h1>

View File

@ -4,6 +4,6 @@
</script> </script>
<div in:fade> <div in:fade>
<h1 class="text-xl">Get ready for my resume baby!</h1> <h1 class="text-xl">Under development</h1>
<p>resumes are getting longer and longer these day, and this one is no exception!</p> <p>In the meantime have a look at my <a class="underline" href="https://www.linkedin.com/in/christian-rannes/">linkedin</a></p>
</div> </div>