33 lines
No EOL
872 B
TypeScript
33 lines
No EOL
872 B
TypeScript
export const socials = [
|
|
{
|
|
href: 'https://www.linkedin.com/in/webfussel/',
|
|
icon: 'ph:linkedin-logo-duotone',
|
|
name: 'Fiona Urban aka webfussel',
|
|
'aria-label': 'Externer Link: LinkedIn Profil'
|
|
},
|
|
{
|
|
href: 'https://mastodontech.de/@webfussel',
|
|
icon: 'ph:mastodon-logo-duotone',
|
|
name: '@webfussel@mastodontech',
|
|
rel: 'me',
|
|
'aria-label': 'Externer Link: Mastodon Profil'
|
|
},
|
|
{
|
|
href: 'https://bsky.app/profile/webfussel.de',
|
|
icon: 'wf:bluesky',
|
|
name: '@webfussel.de',
|
|
'aria-label': 'Externer Link: Bluesky Profil'
|
|
},
|
|
{
|
|
href: 'https://twitch.tv/webfussel',
|
|
icon: 'ph:twitch-logo-duotone',
|
|
name: 'webfussel',
|
|
'aria-label': 'Externer Link: Twitch Kanal'
|
|
},
|
|
{
|
|
href: 'https://ko-fi.com/webfussel',
|
|
icon: 'wf:kofi',
|
|
name: 'webfussel',
|
|
'aria-label': 'Externer Link: KoFi Profil'
|
|
},
|
|
] |