justin.deal/config/socials.json

30 lines
976 B
JSON
Raw Normal View History

[
{
"name": "Gitea",
"url": "https://code.justin.deal/dealjus",
"iconDark": "https://cdn.jsdelivr.net/gh/selfhst/icons/svg/gitea-dark.svg",
"iconLight": "https://cdn.jsdelivr.net/gh/selfhst/icons/svg/gitea-light.svg",
"alt": "Gitea Profile",
"showInFooter": true,
"showInAbout": true
},
{
"name": "LinkedIn",
"url": "https://www.linkedin.com/in/justin-deal/",
"iconDark": "https://cdn.jsdelivr.net/gh/selfhst/icons/svg/linkedin-dark.svg",
"iconLight": "https://cdn.jsdelivr.net/gh/selfhst/icons/svg/linkedin-light.svg",
"alt": "LinkedIn Profile",
"showInFooter": true,
"showInAbout": true
},
{
"name": "GitHub",
"url": "https://github.com/justintdeal",
"iconDark": "https://cdn.jsdelivr.net/gh/selfhst/icons/svg/github-dark.svg",
"iconLight": "https://cdn.jsdelivr.net/gh/selfhst/icons/svg/github-light.svg",
"alt": "GitHub Profile",
"showInFooter": true,
"showInAbout": true
}
]