Update footer

This commit is contained in:
Andras Schmelczer 2022-09-22 12:49:21 +02:00
parent 735ac25c98
commit 50a844e3a3
No known key found for this signature in database
GPG key ID: 0EA1BC97D0AB076E
2 changed files with 23 additions and 9 deletions

View file

@ -62,9 +62,12 @@ export const create = (): Array<PageElement> => [
}),
Footer({
title: `Learn more`,
curriculaVitae: [{ name: `Curriculum vitae`, url: cvEnglish }],
curriculaVitae: [{ name: `Download my CV`, url: cvEnglish }],
email: `andras@schmelczer.dev`,
linkedin: `https://www.linkedin.com/in/andras-schmelczer-35487017b`,
linkedInLink: `https://www.linkedin.com/in/andras-schmelczer`,
linkedInText: 'Find me on LinkedIn',
gitHubLink: `https://github.com/schmelczer`,
gitHubText: 'Find me on GitHub',
lastEditText: `Last modified on `,
})
),