diff --git a/src/lib/personalia.svelte b/src/lib/personalia.svelte index 4efe640..823b31b 100644 --- a/src/lib/personalia.svelte +++ b/src/lib/personalia.svelte @@ -1,22 +1,14 @@
- {#each personalias as p} - {/each}
-

{selectedPersonalia.text}

+

{shortBio}

+ +{#if bioSelected === 'long'} +

+ I currently work at Aller Media as DevOps Lead. I enjoy building things with my hands and head, + bouldering and teaching in my free time. +

+ +

+ Since I child I have been interested in building together with people, either from scrap wood, a + soldering iron or application of code. My 50 m2 apartment acts both as my workshop and my + playground where anything that can have ethernet has it, has a microcontroller attached to it, a + 3D printed fix attached to it or hand built kitchen that fits my needs. My ideas and creativity + reaches beyond the personality built into my walls, and down into my basement where I run 5 + (ambrosia) servers. +

+ +

+ My servers let me practice end-to-end development from client application to hosting it, + including deploying, logging, updating, monitoring and backing up. I also have a unknown need + for having a offline backup of everything. This taken so far that my power can go out and + everything plugged into ethernet or wifi AP will still work internally, even security cameras + will still record to local server off battery. Nothing should be lost or unavilable, all within + my control. +

+{/if}