From 896571d83834cacdca6eb2ae066e561bf6331cf1 Mon Sep 17 00:00:00 2001 From: Ariel Costas Guerrero Date: Thu, 5 Jun 2025 23:03:02 +0200 Subject: Enhance homepage layout and content, improve accessibility, and update styles --- src/partials/Footer.astro | 2 + src/partials/Header.astro | 203 ++++++++++++++++++++++++++++++++++++++-------- 2 files changed, 173 insertions(+), 32 deletions(-) (limited to 'src/partials') diff --git a/src/partials/Footer.astro b/src/partials/Footer.astro index 213aaa8..577a42d 100644 --- a/src/partials/Footer.astro +++ b/src/partials/Footer.astro @@ -30,6 +30,8 @@ import t from "../i18n/es.json"; footer { background-color: $dark; color: $light; + + vertical-align: middle; text-align: center; padding: 0.5rem 1rem; diff --git a/src/partials/Header.astro b/src/partials/Header.astro index 500fadd..e8db9d5 100644 --- a/src/partials/Header.astro +++ b/src/partials/Header.astro @@ -3,60 +3,199 @@ import t from "../i18n/es.json"; ---
- {t.header.home} - {t.header.trajectory} - {t.header.portfolio} - {t.header.blog} - {t.header.contact} +
+ + -- cgit v1.3