diff --git a/src/app.html b/src/app.html index 1f275de..d53a8be 100644 --- a/src/app.html +++ b/src/app.html @@ -4,6 +4,7 @@ + %sveltekit.head% diff --git a/src/lib/_i18n/de/bio.json b/src/lib/_i18n/de/bio.json index a39453f..64fc841 100644 --- a/src/lib/_i18n/de/bio.json +++ b/src/lib/_i18n/de/bio.json @@ -1,4 +1,4 @@ { - "description": "Hallo, ich bin Valentin, und meine professionelle Leidenschaft ist die Erforschung von neuer Datenerlebnisse. Meine Spezialisierung liegt in der automatisierten Datenerfassung, -analyse und interaktiven Datenvisualisierung. Privat bin ich leidenschaftlicher Musiker, Globetrotter und Minimalist.", + "description": "Hallo, ich bin Valentin, und meine professionelle Leidenschaft ist die Erforschung von neuen Datenerlebnisse. Meine Spezialisierung liegt in der automatisierten Datenerfassung, -analyse und interaktiven Datenvisualisierung. Privat bin ich leidenschaftlicher Musiker, Globetrotter und Minimalist.", "mail": "mail@valentinrogg.de" } diff --git a/src/lib/components/sections/ShortBio/ShortBio.svelte b/src/lib/components/sections/ShortBio/ShortBio.svelte index f772cc6..2389269 100644 --- a/src/lib/components/sections/ShortBio/ShortBio.svelte +++ b/src/lib/components/sections/ShortBio/ShortBio.svelte @@ -1,90 +1,212 @@ -
-

Valentin Rogg

-

- {#each flags as flag} - {flag} - {/each} -

-

- {@html $t("bio.description")} -

+

Valentin Rogg

+

+ 🇦🇹 + 🇧🇪 + 🇨🇦 + 🇨🇿 + 🇩🇰 + 🇪🇬 + 🇪🇪 + 🇫🇴 + 🇫🇮 + 🇫🇷 + 🇩🇪 + 🇬🇱 + 🇮🇸 + 🇮🇪 + 🇮🇹 + 🇱🇻 + 🇲🇨 + 🇳🇱 + 🇳🇴 + 🇵🇱 + 🇵🇹 + 🇷🇺 + 🇪🇸 + 🇸🇪 + 🇨🇭 + 🇹🇷 + 🏴󠁧󠁢󠁥󠁮󠁧󠁿🏴󠁧󠁢󠁳󠁣󠁴󠁿🏴󠁧󠁢󠁷󠁬󠁳󠁿🇺🇸 +

+

+ {@html $t("bio.description")} +

-
-
- sendClientEvent('open-social', document, {social: 'komoot'})}> - - - - {@html $t("common.looking_for_cv")} - - - - - - sendClientEvent('open-social', document, {social: 'linkedin'})}> +
+ + aria-label="LinkedIn" + on:click="{() => sendClientEvent('open-social', document, { social: 'linkedin' })}" + > + + + +
-
+ diff --git a/src/routes/+layout.server.ts b/src/routes/+layout.server.ts index 61d73e6..bfaaf74 100644 --- a/src/routes/+layout.server.ts +++ b/src/routes/+layout.server.ts @@ -1,6 +1,6 @@ import type { LayoutServerLoad } from "./$types"; import { sendServerEvent } from "$lib/posthog"; export const load: LayoutServerLoad = ({url, cookies}) => { - if (!url.origin.includes("sveltekit")) sendServerEvent('$pageview', url, cookies); + if (!url.origin.includes("sveltekit") || !url.origin.includes("storyblok")) sendServerEvent('$pageview', url, cookies); return; } \ No newline at end of file