From a2830a0dd6f634147456406c7855881ff298078e Mon Sep 17 00:00:00 2001 From: Ariel Costas Guerrero Date: Thu, 5 Jun 2025 20:03:27 +0200 Subject: Refresh portfolio design and fonts --- src/layouts/PortfolioPageLayout.astro | 120 +++++++++++++++------------------- 1 file changed, 53 insertions(+), 67 deletions(-) (limited to 'src/layouts/PortfolioPageLayout.astro') diff --git a/src/layouts/PortfolioPageLayout.astro b/src/layouts/PortfolioPageLayout.astro index c2d2b38..e213c10 100644 --- a/src/layouts/PortfolioPageLayout.astro +++ b/src/layouts/PortfolioPageLayout.astro @@ -2,7 +2,7 @@ import t from "../i18n/es.json"; import Layout from "./Layout.astro"; -import TechnologyBadge from "../partials/TechnologyBadge.astro"; +import PortfolioProject from "@/components/PortfolioProject.astro"; const schema = { "@context": "https://schema.org", @@ -29,31 +29,33 @@ const schema = {

{t.portfolioPage.freelanceDesc}

-
-

{t.portfolioPage.orderExtractorTitle}

- -

- - - -

- -
-

{t.portfolioPage.touristInfoTitle}

- -

- - - -

- -
-

{t.portfolioPage.wpConsultingTitle}

- -

- - -

+ + + + + + +

{t.portfolioPage.ownProjectsTitle}

@@ -61,52 +63,36 @@ const schema = {

{t.portfolioPage.ownProjectsDesc}

-
-

{t.portfolioPage.personalWebTitle}

- -

{t.portfolioPage.personalWebDesc}

- - - -
- -
-

{t.portfolioPage.mientrenoTitle}

- -

- - - - - -

- -
-

{t.portfolioPage.vigo360Title}

- -

- - - - -

+ + + + +
-- cgit v1.3