diff --git a/src/navigation.ts b/src/navigation.ts index df22359..42c9c79 100644 --- a/src/navigation.ts +++ b/src/navigation.ts @@ -22,7 +22,7 @@ export const footerData = { ], socialLinks: [ { ariaLabel: 'LinkedIn', icon: 'tabler:brand-linkedin', href: 'https://www.linkedin.com/in/rrpbergsma' }, - { ariaLabel: 'Github', icon: 'tabler:brand-github', href: 'https://github.com/becarta' }, + { ariaLabel: 'Github', icon: 'tabler:brand-github', href: 'https://github.com/rrpbergsma' }, { ariaLabel: 'RSS', icon: 'tabler:rss', href: getAsset('/rss.xml') }, ], }; diff --git a/src/pages/de/index.astro b/src/pages/de/index.astro index 1996d3a..434905b 100644 --- a/src/pages/de/index.astro +++ b/src/pages/de/index.astro @@ -34,6 +34,7 @@ const yearsSince = currentYear - fixedYear; { text: 'Startseite', href: '#hero' }, { text: 'Über mich', href: '#about' }, { text: 'Lebenslauf', href: '#resume' }, + { text: 'Zertifizierungen', href: '#Zertifizierungen' }, { text: 'Fähigkeiten', href: '#skills' }, { text: 'Blog', href: '#blog' }, ]} @@ -159,6 +160,7 @@ const yearsSince = currentYear - fixedYear;