From 8ed5563806c70ac9b14f958d4d57df6a79114d78 Mon Sep 17 00:00:00 2001 From: christian Date: Tue, 6 May 2025 00:48:42 +0200 Subject: [PATCH] dynamic sizing --- src/routes/+layout.svelte | 2 +- src/routes/JobCard.svelte | 14 +++++++------- src/routes/PageHeader.svelte | 4 ++-- 3 files changed, 10 insertions(+), 10 deletions(-) diff --git a/src/routes/+layout.svelte b/src/routes/+layout.svelte index 251a765..adb900e 100644 --- a/src/routes/+layout.svelte +++ b/src/routes/+layout.svelte @@ -4,6 +4,6 @@ let { children } = $props(); -
+
{@render children()}
diff --git a/src/routes/JobCard.svelte b/src/routes/JobCard.svelte index 361e1ca..51a87a9 100644 --- a/src/routes/JobCard.svelte +++ b/src/routes/JobCard.svelte @@ -16,19 +16,19 @@
-

{title} @ {company}

-

{start} - {end}

+

{title} @ {company}

+

{start} - {end}

-

Job Description

+

Job Description

{jobDescription}

-

Accomplishments

+

Accomplishments

    {#each accomplishments as accomplishment, i (i)} -
  • - {accomplishment.title} -

    {accomplishment.description}

    +
  • + {accomplishment.title} +

    {accomplishment.description}

    {#each accomplishment.tags as tag, i (`${tag}-${i}`)} {tag} diff --git a/src/routes/PageHeader.svelte b/src/routes/PageHeader.svelte index 49dda61..3b19498 100644 --- a/src/routes/PageHeader.svelte +++ b/src/routes/PageHeader.svelte @@ -9,8 +9,8 @@
    -

    Developer Resume For Christian Rannes

    -

    +

    Developer Resume For Christian Rannes

    +

    Full Stack Developer Passionate about infrastructure, DevOps and Developer Experience