Improve contact section
This commit is contained in:
parent
73003b5b17
commit
ff05678528
1 changed files with 3 additions and 3 deletions
|
|
@ -55,12 +55,12 @@ export const portfolio: Array<PageElement> = [
|
||||||
].map((p) => new TimelineElement(p, 'Show details', 'Show less')),
|
].map((p) => new TimelineElement(p, 'Show details', 'Show less')),
|
||||||
|
|
||||||
Contact({
|
Contact({
|
||||||
title: 'Learn more',
|
title: 'Get in touch',
|
||||||
links: [
|
links: [
|
||||||
CV(cvEnglish),
|
CV(cvEnglish),
|
||||||
GitHubLink('https://github.com/schmelczer'),
|
|
||||||
LinkedIn('https://www.linkedin.com/in/andras-schmelczer'),
|
|
||||||
Email('mailto:andras@schmelczer.dev'),
|
Email('mailto:andras@schmelczer.dev'),
|
||||||
|
LinkedIn('https://www.linkedin.com/in/andras-schmelczer'),
|
||||||
|
GitHubLink('https://github.com/schmelczer'),
|
||||||
],
|
],
|
||||||
lastEditText: 'Last modified on',
|
lastEditText: 'Last modified on',
|
||||||
})
|
})
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue