This commit is contained in:
ChrQR 2024-04-24 21:01:13 +02:00
commit 1c73911fad
4 changed files with 8 additions and 7 deletions

View File

@ -1,5 +1,6 @@
<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.
<h1 class="text-xl mb-2">Welcome to my corner of the internet</h1>
<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 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>

View File

@ -6,12 +6,12 @@
<div class="page-container" in:fade>
<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.
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>
<img class="rounded-2xl ml-4 md:w-auto md:h-52 sm:w-full sm:h-auto" src={migImg} alt="crazy man"/>
</div>
<p class="mb-4">I work in recruitment, and I specialise in building product teams for start ups and scale ups for a small recruitment agency called <a class="underline font-semibold" href="https://www.adveniopeople.com">Advenio People</a></p>
<p class="mb-4 ">I work in recruitment, and I specialise in building product teams for start ups and scale ups for a small recruitment agency called <a class="underline font-semibold" href="https://www.adveniopeople.com">Advenio People</a></p>
<img src={osImg} alt="A happy man and a beautiful woman both wearing facemasks." class="rounded-full w-1/2 h-auto m-auto">
</div>

View File

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

View File

@ -4,6 +4,6 @@
</script>
<div in:fade>
<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>
<h1 class="text-xl">Under development</h1>
<p>In the meantime have a look at my <a class="underline" href="https://www.linkedin.com/in/christian-rannes/">linkedin</a></p>
</div>