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