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/platformlogos/default.svg', |
|
}, |
|
|
|
facebook: { |
|
name: "Facebook", |
|
icon: '/img/platformlogos/facebook.svg', |
|
}, |
|
twitter: { |
|
name: "Twitter", |
|
icon: '/img/platformlogos/twitter.svg', |
|
}, |
|
instagram: { |
|
name: "Instagram", |
|
icon: '/img/platformlogos/instagram.svg', |
|
}, |
|
snapchat: { |
|
name: "Snapchat", |
|
icon: '/img/platformlogos/snapchat.svg', |
|
}, |
|
tiktok: { |
|
name: "TikTok", |
|
icon: '/img/platformlogos/tiktok.svg', |
|
}, |
|
soundcloud: { |
|
name: "Soundcloud", |
|
icon: '/img/platformlogos/soundcloud.svg', |
|
}, |
|
bandcamp: { |
|
name: "Bandcamp", |
|
icon: '/img/platformlogos/bandcamp.svg', |
|
}, |
|
patreon: { |
|
name: "Patreon", |
|
icon: '/img/platformlogos/patreon.svg', |
|
}, |
|
youtube: { |
|
name: "YouTube", |
|
icon: '/img/platformlogos/youtube.svg', |
|
}, |
|
spotify: { |
|
name: "Spotify", |
|
icon: '/img/platformlogos/spotify.svg', |
|
}, |
|
twitch: { |
|
name: "Twitch", |
|
icon: '/img/platformlogos/twitch.svg', |
|
}, |
|
paypal: { |
|
name: "Paypal", |
|
icon: '/img/platformlogos/paypal.svg', |
|
}, |
|
github: { |
|
name: "Github", |
|
icon: '/img/platformlogos/github.svg', |
|
}, |
|
linkedin: { |
|
name: "LinkedIn", |
|
icon: '/img/platformlogos/linkedin.svg', |
|
}, |
|
discord: { |
|
name: "Discord", |
|
icon: '/img/platformlogos/discord.svg', |
|
}, |
|
mastodon: { |
|
name: "Mastodon", |
|
icon: '/img/platformlogos/mastodon.svg', |
|
}, |
|
gitlab: { |
|
name: "Gitlab", |
|
icon: '/img/platformlogos/gitlab.svg', |
|
}, |
|
kofi: { |
|
name: "Ko-Fi", |
|
icon: '/img/platformlogos/ko-fi.svg', |
|
}, |
|
keyoxide: { |
|
name: "Key Oxide", |
|
icon: '/img/platformlogos/keyoxide.png', |
|
}, |
|
};
|
|
|