wf4/app/utils/socials.ts
webfussel ca3868299c add: extract plain faq
Add Schema Org for FAQ in Flatrate
2025-06-11 14:14:49 +02:00

33 lines
No EOL
890 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'
},
]