updated github link and added certifications link in top menu
This commit is contained in:
@@ -22,7 +22,7 @@ export const footerData = {
|
|||||||
],
|
],
|
||||||
socialLinks: [
|
socialLinks: [
|
||||||
{ ariaLabel: 'LinkedIn', icon: 'tabler:brand-linkedin', href: 'https://www.linkedin.com/in/rrpbergsma' },
|
{ 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') },
|
{ ariaLabel: 'RSS', icon: 'tabler:rss', href: getAsset('/rss.xml') },
|
||||||
],
|
],
|
||||||
};
|
};
|
||||||
|
@@ -34,6 +34,7 @@ const yearsSince = currentYear - fixedYear;
|
|||||||
{ text: 'Startseite', href: '#hero' },
|
{ text: 'Startseite', href: '#hero' },
|
||||||
{ text: 'Über mich', href: '#about' },
|
{ text: 'Über mich', href: '#about' },
|
||||||
{ text: 'Lebenslauf', href: '#resume' },
|
{ text: 'Lebenslauf', href: '#resume' },
|
||||||
|
{ text: 'Zertifizierungen', href: '#Zertifizierungen' },
|
||||||
{ text: 'Fähigkeiten', href: '#skills' },
|
{ text: 'Fähigkeiten', href: '#skills' },
|
||||||
{ text: 'Blog', href: '#blog' },
|
{ text: 'Blog', href: '#blog' },
|
||||||
]}
|
]}
|
||||||
@@ -159,6 +160,7 @@ const yearsSince = currentYear - fixedYear;
|
|||||||
<!-- Testimonials Widget: Zertifizierungen *********** -->
|
<!-- Testimonials Widget: Zertifizierungen *********** -->
|
||||||
|
|
||||||
<Testimonials
|
<Testimonials
|
||||||
|
id="Zertifizierungen"
|
||||||
title="Zertifizierungen"
|
title="Zertifizierungen"
|
||||||
subtitle="Wo Wissen auf Anerkennung trifft"
|
subtitle="Wo Wissen auf Anerkennung trifft"
|
||||||
testimonials={[
|
testimonials={[
|
||||||
|
@@ -34,6 +34,7 @@ const yearsSince = currentYear - fixedYear;
|
|||||||
{ text: 'Home', href: '#hero' },
|
{ text: 'Home', href: '#hero' },
|
||||||
{ text: 'About', href: '#about' },
|
{ text: 'About', href: '#about' },
|
||||||
{ text: 'Resume', href: '#resume' },
|
{ text: 'Resume', href: '#resume' },
|
||||||
|
{ text: 'Certifications', href: '#Certifications' },
|
||||||
{ text: 'Skills', href: '#skills' },
|
{ text: 'Skills', href: '#skills' },
|
||||||
{ text: 'Blog', href: '#blog' },
|
{ text: 'Blog', href: '#blog' },
|
||||||
]}
|
]}
|
||||||
@@ -160,6 +161,7 @@ const yearsSince = currentYear - fixedYear;
|
|||||||
<!-- Testimonials Widget *********** -->
|
<!-- Testimonials Widget *********** -->
|
||||||
|
|
||||||
<Testimonials
|
<Testimonials
|
||||||
|
id="Certifications"
|
||||||
title="Certifications"
|
title="Certifications"
|
||||||
subtitle="Where Knowledge Meets Recognition"
|
subtitle="Where Knowledge Meets Recognition"
|
||||||
testimonials={[
|
testimonials={[
|
||||||
|
@@ -34,6 +34,7 @@ const yearsSince = currentYear - fixedYear;
|
|||||||
{ text: 'Home', href: '#hero' },
|
{ text: 'Home', href: '#hero' },
|
||||||
{ text: 'Over', href: '#about' },
|
{ text: 'Over', href: '#about' },
|
||||||
{ text: 'CV', href: '#resume' },
|
{ text: 'CV', href: '#resume' },
|
||||||
|
{ text: 'Certificeringen', href: '#Certificeringen' },
|
||||||
{ text: 'Vaardigheden', href: '#skills' },
|
{ text: 'Vaardigheden', href: '#skills' },
|
||||||
{ text: 'Blog', href: '#blog' },
|
{ text: 'Blog', href: '#blog' },
|
||||||
]}
|
]}
|
||||||
@@ -161,6 +162,7 @@ const yearsSince = currentYear - fixedYear;
|
|||||||
<!-- Testimonials Widget *********** -->
|
<!-- Testimonials Widget *********** -->
|
||||||
|
|
||||||
<Testimonials
|
<Testimonials
|
||||||
|
id="Certificeringen"
|
||||||
title="Certificeringen"
|
title="Certificeringen"
|
||||||
subtitle="Waar kennis erkenning ontmoet"
|
subtitle="Waar kennis erkenning ontmoet"
|
||||||
testimonials={[
|
testimonials={[
|
||||||
|
Reference in New Issue
Block a user