From 3c85e274e55bc8d78cafed6269d849b3f4882571 Mon Sep 17 00:00:00 2001 From: becarta Date: Sun, 15 Jun 2025 22:36:15 +0200 Subject: [PATCH] Update navigation links and enhance section IDs for improved accessibility and organization - Added a new navigation link for "Skills" in the header data. - Updated section divs in the About Me page to include specific IDs for "About", "Resume", "Skills", "Certifications", and "Education" for better linking and accessibility. - Ensured consistent structure across content sections to enhance user experience. --- src/navigation.ts | 2 +- src/pages/[lang]/aboutme.astro | 10 +++++----- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/src/navigation.ts b/src/navigation.ts index d45bf76..38a543e 100644 --- a/src/navigation.ts +++ b/src/navigation.ts @@ -27,12 +27,12 @@ export const getHeaderData = (lang = 'en') => { links: [ { text: t.navigation.about, href: getPermalink('/aboutme', 'page', lang), isHashLink: false }, { text: t.navigation.resume, href: getPermalink('/aboutme', 'page', lang) + '#resume', isHashLink: true }, + { text: t.navigation.skills, href: getPermalink('/aboutme', 'page', lang) + '#skills', isHashLink: true }, { text: t.navigation.certifications, href: getPermalink('/aboutme', 'page', lang) + '#certifications', isHashLink: true, }, - { text: t.navigation.skills, href: getPermalink('/aboutme', 'page', lang) + '#skills', isHashLink: true }, { text: t.navigation.education, href: getPermalink('/aboutme', 'page', lang) + '#education', diff --git a/src/pages/[lang]/aboutme.astro b/src/pages/[lang]/aboutme.astro index df6a85f..d7fab46 100644 --- a/src/pages/[lang]/aboutme.astro +++ b/src/pages/[lang]/aboutme.astro @@ -417,7 +417,7 @@ const metadata = { -
+
-
+
-
+
-
+
-
+