wf4/app/utils/socials.ts
webfussel f7f27838a8 FIX: some fixes for rollout
Sizing, 3rd party calls, updates
2025-05-28 08:52:59 +02:00

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'
},
]