updated github link and added certifications link in top menu
This commit is contained in:
@@ -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') },
|
||||
],
|
||||
};
|
||||
|
@@ -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;
|
||||
<!-- Testimonials Widget: Zertifizierungen *********** -->
|
||||
|
||||
<Testimonials
|
||||
id="Zertifizierungen"
|
||||
title="Zertifizierungen"
|
||||
subtitle="Wo Wissen auf Anerkennung trifft"
|
||||
testimonials={[
|
||||
|
@@ -34,6 +34,7 @@ const yearsSince = currentYear - fixedYear;
|
||||
{ text: 'Home', href: '#hero' },
|
||||
{ text: 'About', href: '#about' },
|
||||
{ text: 'Resume', href: '#resume' },
|
||||
{ text: 'Certifications', href: '#Certifications' },
|
||||
{ text: 'Skills', href: '#skills' },
|
||||
{ text: 'Blog', href: '#blog' },
|
||||
]}
|
||||
@@ -160,6 +161,7 @@ const yearsSince = currentYear - fixedYear;
|
||||
<!-- Testimonials Widget *********** -->
|
||||
|
||||
<Testimonials
|
||||
id="Certifications"
|
||||
title="Certifications"
|
||||
subtitle="Where Knowledge Meets Recognition"
|
||||
testimonials={[
|
||||
|
@@ -34,6 +34,7 @@ const yearsSince = currentYear - fixedYear;
|
||||
{ text: 'Home', href: '#hero' },
|
||||
{ text: 'Over', href: '#about' },
|
||||
{ text: 'CV', href: '#resume' },
|
||||
{ text: 'Certificeringen', href: '#Certificeringen' },
|
||||
{ text: 'Vaardigheden', href: '#skills' },
|
||||
{ text: 'Blog', href: '#blog' },
|
||||
]}
|
||||
@@ -161,6 +162,7 @@ const yearsSince = currentYear - fixedYear;
|
||||
<!-- Testimonials Widget *********** -->
|
||||
|
||||
<Testimonials
|
||||
id="Certificeringen"
|
||||
title="Certificeringen"
|
||||
subtitle="Waar kennis erkenning ontmoet"
|
||||
testimonials={[
|
||||
|
Reference in New Issue
Block a user