This commit is contained in:
parent
0ea400629f
commit
898ee1069d
2 changed files with 5 additions and 9 deletions
|
@ -46,7 +46,7 @@ const questions = [{
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
q: 'Are you for hire?',
|
q: 'Are you for hire?',
|
||||||
a: 'You can commission me to make a Minecraft mod for you. You can find more information on my <a href="https://ellpeck.de/commissions">commissions page</a>.'
|
a: 'You can commission me to make a Minecraft mod for you. You can find more information on my <a href="https://ellpeck.de/commissions">commissions page</a>. For other work, you can check out my page on <a href="https://www.linkedin.com/in/ellpeck/">LinkedIn</a>.'
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
q: 'What do you use to code?',
|
q: 'What do you use to code?',
|
||||||
|
|
|
@ -15,22 +15,18 @@ const socials = [{
|
||||||
name: 'Gitea',
|
name: 'Gitea',
|
||||||
link: 'https://git.ellpeck.de/Ellpeck'
|
link: 'https://git.ellpeck.de/Ellpeck'
|
||||||
},
|
},
|
||||||
{
|
|
||||||
name: 'YouTube',
|
|
||||||
link: 'https://www.youtube.com/c/ellpeck'
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
name: "itch.io",
|
name: "itch.io",
|
||||||
link: "https://ellpeck.itch.io/",
|
link: "https://ellpeck.itch.io/",
|
||||||
darkIcon: true
|
darkIcon: true
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
name: 'Instagram',
|
name: 'YouTube',
|
||||||
link: 'https://instagram.com/Ellopecko'
|
link: 'https://www.youtube.com/c/ellpeck'
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
name: 'LinkedIn',
|
name: 'Instagram',
|
||||||
link: 'https://www.linkedin.com/in/ellpeck/'
|
link: 'https://instagram.com/Ellopecko'
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
name: 'Email',
|
name: 'Email',
|
||||||
|
|
Loading…
Reference in a new issue