microhome/configs/social.json

88 lines
2.4 KiB
JSON

{
"brand": "LASER EVERYTHING",
"grid": {
"gap": 12,
"fit": "stretch"
},
"reveal": {
"durationMs": 2600,
"revertDelayMs": 700
},
"hint": {
"enabled": true,
"rows": 24,
"textCase": "upper",
"fontPx": 32,
"opacity": 0.02,
"angleDeg": -12,
"rowGapPx": 8,
"spacing": "\u00a0",
"planeScale": 3,
"offsetAmpPct": 35,
"featherPct": 0
},
"layout": { "respectConfigOrder": false
},
"tiles": [
{
"title": "YouTube",
"href": "https://www.youtube.com/lasereverything",
"icon": "/icons/youtube.png",
"color": "#bf0000",
"size": "3x2",
"bgFit": "cover",
"bgPos": "center",
"description": "YouTube, the world's second largest search engine."
},
{
"title": "Facebook Page",
"href": "https://www.facebook.com/lasereverythingofficial/",
"icon": "/icons/facebook-p.png",
"color": "#1e5ce3",
"size": "1x1",
"bgFit": "cover",
"bgPos": "center",
"description": "How your represented a business before Facebook Groups were coopted."
},
{
"title": "Facebook Group",
"href": "https://www.facebook.com/groups/1047701605814427/",
"icon": "/icons/facebook-g.png",
"color": "#0045db",
"size": "1x1",
"bgFit": "cover",
"bgPos": "center",
"description": "How you represent a business now that Facebook Groups are coopted."
},
{
"title": "Instagram",
"href": "https://www.instagram.com/lasereverythingofficial/",
"icon": "/icons/instagram.png",
"color": "#0083c4",
"size": "1x1",
"bgFit": "cover",
"bgPos": "center",
"description": "The highlight reels of peoples lives and businesses!"
},
{
"title": "Tiktok",
"href": "https://www.tiktok.com/@lasereverythingofficial",
"icon": "/icons/tiktok.png",
"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."
}
]
}