Update footer
This commit is contained in:
parent
735ac25c98
commit
50a844e3a3
2 changed files with 23 additions and 9 deletions
|
|
@ -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 `,
|
||||
})
|
||||
),
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue