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?',
|
||||
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?',
|
||||
|
|
|
@ -15,22 +15,18 @@ const socials = [{
|
|||
name: 'Gitea',
|
||||
link: 'https://git.ellpeck.de/Ellpeck'
|
||||
},
|
||||
{
|
||||
name: 'YouTube',
|
||||
link: 'https://www.youtube.com/c/ellpeck'
|
||||
},
|
||||
{
|
||||
name: "itch.io",
|
||||
link: "https://ellpeck.itch.io/",
|
||||
darkIcon: true
|
||||
},
|
||||
{
|
||||
name: 'Instagram',
|
||||
link: 'https://instagram.com/Ellopecko'
|
||||
name: 'YouTube',
|
||||
link: 'https://www.youtube.com/c/ellpeck'
|
||||
},
|
||||
{
|
||||
name: 'LinkedIn',
|
||||
link: 'https://www.linkedin.com/in/ellpeck/'
|
||||
name: 'Instagram',
|
||||
link: 'https://instagram.com/Ellopecko'
|
||||
},
|
||||
{
|
||||
name: 'Email',
|
||||
|
|
Loading…
Reference in a new issue