You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
83 lines
1.7 KiB
83 lines
1.7 KiB
export const SOCIAL_PLATFORMS = { |
|
default: { |
|
name: "default", |
|
icon: '/img/socialhandles/default.svg', |
|
}, |
|
|
|
facebook: { |
|
name: "Facebook", |
|
icon: '/img/socialhandles/facebook.svg', |
|
}, |
|
twitter: { |
|
name: "Twitter", |
|
icon: '/img/socialhandles/twitter.svg', |
|
}, |
|
instagram: { |
|
name: "Instagram", |
|
icon: '/img/socialhandles/instagram.svg', |
|
}, |
|
snapchat: { |
|
name: "Snapchat", |
|
icon: '/img/socialhandles/snapchat.svg', |
|
}, |
|
tiktok: { |
|
name: "TikTok", |
|
icon: '/img/socialhandles/tiktok.svg', |
|
}, |
|
soundcloud: { |
|
name: "Soundcloud", |
|
icon: '/img/socialhandles/soundcloud.svg', |
|
}, |
|
bandcamp: { |
|
name: "Bandcamp", |
|
icon: '/img/socialhandles/bandcamp.svg', |
|
}, |
|
patreon: { |
|
name: "Patreon", |
|
icon: '/img/socialhandles/patreon.svg', |
|
}, |
|
youtube: { |
|
name: "YouTube", |
|
icon: '/img/socialhandles/youtube.svg', |
|
}, |
|
spotify: { |
|
name: "Spotify", |
|
icon: '/img/socialhandles/spotify.svg', |
|
}, |
|
twitch: { |
|
name: "Twitch", |
|
icon: '/img/socialhandles/twitch.svg', |
|
}, |
|
paypal: { |
|
name: "Paypal", |
|
icon: '/img/socialhandles/paypal.svg', |
|
}, |
|
github: { |
|
name: "Github", |
|
icon: '/img/socialhandles/github.svg', |
|
}, |
|
linkedin: { |
|
name: "LinkedIn", |
|
icon: '/img/socialhandles/linkedin.svg', |
|
}, |
|
discord: { |
|
name: "Discord", |
|
icon: '/img/socialhandles/discord.svg', |
|
}, |
|
mastodon: { |
|
name: "Mastodon", |
|
icon: '/img/socialhandles/mastodon.svg', |
|
}, |
|
gitlab: { |
|
name: "Gitlab", |
|
icon: '/img/socialhandles/gitlab.svg', |
|
}, |
|
kofi: { |
|
name: "Ko-Fi", |
|
icon: '/img/socialhandles/ko-fi.svg', |
|
}, |
|
keyoxide: { |
|
name: "Key Oxide", |
|
icon: '/img/socialhandles/keyoxide.png', |
|
}, |
|
};
|
|
|