justin.deal/config/socials.json

30 lines
937 B
JSON
Raw Permalink Normal View History

[
{
"name": "Gitea",
"url": "https://code.justin.deal/dealjus",
"iconDark": "https://cdn.jsdelivr.net/gh/selfhst/icons/svg/gitea-dark.svg",
2025-05-06 20:10:17 -07:00
"iconLight": "https://icons.justin.deal/gitea.svg?color=ebdbb2",
"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",
2025-05-06 20:10:17 -07:00
"iconLight": "https://icons.justin.deal/linkedin.svg?color=ebdbb2",
"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",
2025-05-06 20:10:17 -07:00
"iconLight": "https://icons.justin.deal/github.svg?color=ebdbb2",
"alt": "GitHub Profile",
"showInFooter": true,
"showInAbout": true
}
]