added content
This commit is contained in:
parent
976b1147b3
commit
64d9acae74
@ -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>
|
@ -6,12 +6,12 @@
|
|||||||
|
|
||||||
<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>
|
||||||
<img class="rounded-2xl ml-4 md:w-auto md:h-52 sm:w-full sm:h-auto" src={migImg} alt="crazy man"/>
|
<img class="rounded-2xl ml-4 md:w-auto md:h-52 sm:w-full sm:h-auto" src={migImg} alt="crazy man"/>
|
||||||
</div>
|
</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">
|
<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>
|
</div>
|
@ -1 +1 @@
|
|||||||
<h1> does it work?</h1>
|
<h1>Under development</h1>
|
@ -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>
|
Loading…
Reference in New Issue
Block a user