Before Width: | Height: | Size: 177 B After Width: | Height: | Size: 177 B |
Before Width: | Height: | Size: 9.0 KiB After Width: | Height: | Size: 9.0 KiB |
Before Width: | Height: | Size: 1.2 KiB After Width: | Height: | Size: 1.2 KiB |
Before Width: | Height: | Size: 430 B After Width: | Height: | Size: 430 B |
Before Width: | Height: | Size: 854 B After Width: | Height: | Size: 854 B |
Before Width: | Height: | Size: 829 B After Width: | Height: | Size: 829 B |
Before Width: | Height: | Size: 436 B After Width: | Height: | Size: 436 B |
Before Width: | Height: | Size: 1.8 KiB After Width: | Height: | Size: 1.8 KiB |
Before Width: | Height: | Size: 5.0 KiB After Width: | Height: | Size: 5.0 KiB |
Before Width: | Height: | Size: 729 B After Width: | Height: | Size: 729 B |
Before Width: | Height: | Size: 642 B After Width: | Height: | Size: 642 B |
Before Width: | Height: | Size: 995 B After Width: | Height: | Size: 995 B |
Before Width: | Height: | Size: 297 B After Width: | Height: | Size: 297 B |
Before Width: | Height: | Size: 1.1 KiB After Width: | Height: | Size: 1.1 KiB |
Before Width: | Height: | Size: 1.5 KiB After Width: | Height: | Size: 1.5 KiB |
Before Width: | Height: | Size: 2.5 KiB After Width: | Height: | Size: 2.5 KiB |
Before Width: | Height: | Size: 729 B After Width: | Height: | Size: 729 B |
Before Width: | Height: | Size: 712 B After Width: | Height: | Size: 712 B |
Before Width: | Height: | Size: 324 B After Width: | Height: | Size: 324 B |
Before Width: | Height: | Size: 634 B After Width: | Height: | Size: 634 B |
Before Width: | Height: | Size: 501 B After Width: | Height: | Size: 501 B |
@ -1,83 +1,83 @@
@@ -1,83 +1,83 @@
|
||||
export const SOCIAL_PLATFORMS = { |
||||
default: { |
||||
name: "default", |
||||
icon: '/img/socialhandles/default.svg', |
||||
icon: '/img/platformlogos/default.svg', |
||||
}, |
||||
|
||||
facebook: { |
||||
name: "Facebook", |
||||
icon: '/img/socialhandles/facebook.svg', |
||||
icon: '/img/platformlogos/facebook.svg', |
||||
}, |
||||
twitter: { |
||||
name: "Twitter", |
||||
icon: '/img/socialhandles/twitter.svg', |
||||
icon: '/img/platformlogos/twitter.svg', |
||||
}, |
||||
instagram: { |
||||
name: "Instagram", |
||||
icon: '/img/socialhandles/instagram.svg', |
||||
icon: '/img/platformlogos/instagram.svg', |
||||
}, |
||||
snapchat: { |
||||
name: "Snapchat", |
||||
icon: '/img/socialhandles/snapchat.svg', |
||||
icon: '/img/platformlogos/snapchat.svg', |
||||
}, |
||||
tiktok: { |
||||
name: "TikTok", |
||||
icon: '/img/socialhandles/tiktok.svg', |
||||
icon: '/img/platformlogos/tiktok.svg', |
||||
}, |
||||
soundcloud: { |
||||
name: "Soundcloud", |
||||
icon: '/img/socialhandles/soundcloud.svg', |
||||
icon: '/img/platformlogos/soundcloud.svg', |
||||
}, |
||||
bandcamp: { |
||||
name: "Bandcamp", |
||||
icon: '/img/socialhandles/bandcamp.svg', |
||||
icon: '/img/platformlogos/bandcamp.svg', |
||||
}, |
||||
patreon: { |
||||
name: "Patreon", |
||||
icon: '/img/socialhandles/patreon.svg', |
||||
icon: '/img/platformlogos/patreon.svg', |
||||
}, |
||||
youtube: { |
||||
name: "YouTube", |
||||
icon: '/img/socialhandles/youtube.svg', |
||||
icon: '/img/platformlogos/youtube.svg', |
||||
}, |
||||
spotify: { |
||||
name: "Spotify", |
||||
icon: '/img/socialhandles/spotify.svg', |
||||
icon: '/img/platformlogos/spotify.svg', |
||||
}, |
||||
twitch: { |
||||
name: "Twitch", |
||||
icon: '/img/socialhandles/twitch.svg', |
||||
icon: '/img/platformlogos/twitch.svg', |
||||
}, |
||||
paypal: { |
||||
name: "Paypal", |
||||
icon: '/img/socialhandles/paypal.svg', |
||||
icon: '/img/platformlogos/paypal.svg', |
||||
}, |
||||
github: { |
||||
name: "Github", |
||||
icon: '/img/socialhandles/github.svg', |
||||
icon: '/img/platformlogos/github.svg', |
||||
}, |
||||
linkedin: { |
||||
name: "LinkedIn", |
||||
icon: '/img/socialhandles/linkedin.svg', |
||||
icon: '/img/platformlogos/linkedin.svg', |
||||
}, |
||||
discord: { |
||||
name: "Discord", |
||||
icon: '/img/socialhandles/discord.svg', |
||||
icon: '/img/platformlogos/discord.svg', |
||||
}, |
||||
mastodon: { |
||||
name: "Mastodon", |
||||
icon: '/img/socialhandles/mastodon.svg', |
||||
icon: '/img/platformlogos/mastodon.svg', |
||||
}, |
||||
gitlab: { |
||||
name: "Gitlab", |
||||
icon: '/img/socialhandles/gitlab.svg', |
||||
icon: '/img/platformlogos/gitlab.svg', |
||||
}, |
||||
kofi: { |
||||
name: "Ko-Fi", |
||||
icon: '/img/socialhandles/ko-fi.svg', |
||||
icon: '/img/platformlogos/ko-fi.svg', |
||||
}, |
||||
keyoxide: { |
||||
name: "Key Oxide", |
||||
icon: '/img/socialhandles/keyoxide.png', |
||||
icon: '/img/platformlogos/keyoxide.png', |
||||
}, |
||||
}; |
||||
|