ADD: Contact page

Add contact page with socials
This commit is contained in:
webfussel 2025-05-28 08:11:50 +02:00
parent a1a711b015
commit aa962bd8db
14 changed files with 151 additions and 64 deletions

33
app/utils/socials.ts Normal file
View file

@ -0,0 +1,33 @@
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'
},
]