diff --git a/configs/social.json b/configs/social.json index cf98de7..23c589d 100644 --- a/configs/social.json +++ b/configs/social.json @@ -22,8 +22,8 @@ "title": "YouTube", "href": "https://www.youtube.com/lasereverything", "icon": "/icons/youtube.png", - "color": "#2563eb", - "size": "2x2", + "color": "#bf0000", + "size": "3x2", "bgFit": "cover", "bgPos": "center", "description": "YouTube, the world's second largest search engine." @@ -32,8 +32,8 @@ "title": "Facebook Page", "href": "https://www.facebook.com/lasereverythingofficial/", "icon": "/icons/facebook-p.png", - "color": "#2563eb", - "size": "2x2", + "color": "#1e5ce3", + "size": "1x1", "bgFit": "cover", "bgPos": "center", "description": "How your represented a business before Facebook Groups were coopted." @@ -42,8 +42,8 @@ "title": "Facebook Group", "href": "https://www.facebook.com/groups/1047701605814427/", "icon": "/icons/facebook-g.png", - "color": "#f39a31", - "size": 1, + "color": "#0045db", + "size": "1x1", "bgFit": "cover", "bgPos": "center", "description": "How you represent a business now that Facebook Groups are coopted." @@ -52,8 +52,8 @@ "title": "Instagram", "href": "https://www.instagram.com/lasereverythingofficial/", "icon": "/icons/instagram.png", - "color": "#0f766e", - "size": 1, + "color": "#0083c4", + "size": "1x1", "bgFit": "cover", "bgPos": "center", "description": "The highlight reels of peoples lives and businesses!" @@ -62,18 +62,28 @@ "title": "Tiktok", "href": "https://www.tiktok.com/@lasereverythingofficial", "icon": "/icons/tiktok.png", - "color": "#0f766e", - "size": 1, + "color": "#1f0029", + "size": "1x1", "bgFit": "cover", "bgPos": "center", "description": "Banned, unbanned, banned, unbanned - pick a legality and stick with it." }, + { + "title": "Discord", + "href": "https://discord.gg/bRsRejxvVM", + "icon": "/icons/discord.png", + "color": "#0400ed", + "size": "2x2", + "bgFit": "cover", + "bgPos": "center", + "description": "Discord is where you want to be. Active, friendly and intelligent community members await you." + }, { "title": "Fediverse", "href": "https://makearmy.io", "icon": "/icons/fediverse.png", "image": "", - "color": "#134823", + "color": "#1289a1", "size": "2x1", "bgFit": "cover", "bgPos": "center", diff --git a/icons/discord.png b/icons/discord.png new file mode 100644 index 0000000..f87f864 Binary files /dev/null and b/icons/discord.png differ