diff --git a/src/components/Card.astro b/src/components/Card.astro index 02e4dce..7dee721 100644 --- a/src/components/Card.astro +++ b/src/components/Card.astro @@ -18,11 +18,11 @@ const { url, name, description, highlights, technologies } = Astro.props; >
-

{name} -

+
-

{title}. -

-

+
{description} -

+
{ highlight && (
{highlight.map((item) => ( -

+
{item} -

+
))}
) diff --git a/src/components/Section.astro b/src/components/Section.astro index 77932a7..5f1c277 100644 --- a/src/components/Section.astro +++ b/src/components/Section.astro @@ -11,7 +11,9 @@ const { className, title } = Astro.props; { title && (
-

{title}

+
+ {title} +
) diff --git a/src/components/sections/Awards.astro b/src/components/sections/Awards.astro index 721403b..12c0b3d 100644 --- a/src/components/sections/Awards.astro +++ b/src/components/sections/Awards.astro @@ -27,7 +27,7 @@ import { awards } from "@cv"; -

{title}

+
{title}

{awarder}

diff --git a/src/components/sections/Education.astro b/src/components/sections/Education.astro index 50fe9ac..2275856 100644 --- a/src/components/sections/Education.astro +++ b/src/components/sections/Education.astro @@ -34,7 +34,7 @@ import { education } from "@cv"; -

+

+

{area}

diff --git a/src/components/sections/Experience.astro b/src/components/sections/Experience.astro index 18816e8..06da342 100644 --- a/src/components/sections/Experience.astro +++ b/src/components/sections/Experience.astro @@ -45,7 +45,7 @@ import { work } from "@cv"; {/* Content */}
-

+ {(location || location_type) && (

{location} {location && location_type && " - "}{" "} @@ -92,9 +92,9 @@ import { work } from "@cv"; {responsibilities && (

-

+
Responsibilities: -

+
    {responsibilities.map((responsibility) => (
  • {responsibility}
  • diff --git a/src/components/sections/Skills.astro b/src/components/sections/Skills.astro index 64a6b55..47a0a5e 100644 --- a/src/components/sections/Skills.astro +++ b/src/components/sections/Skills.astro @@ -5,9 +5,9 @@ const { technologies, programming_languages } = skills; ---
    -

    +
    Technologies -

    +

-

+
Programming Languages -

+