microhome/configs/support.json

69 lines
1.7 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": "Laser Master Academy",
"href": "https://masters.lasereverything.net",
"icon": "/icons/lma.png",
"color": "#2563eb",
"size": "2x2",
"bgFit": "cover",
"bgPos": "center",
"description": "Support Laser Everything and hang with true laser masters to hone your skills."
},
{
"title": "Patreon",
"href": "https://www.patreon.com/LaserEverything",
"icon": "/icons/patreon.png",
"color": "#f39a31",
"size": "2x1",
"bgFit": "cover",
"bgPos": "center",
"description": "Mainstream supporter platform for creators."
},
{
"title": "KoFi",
"href": "https://ko-fi.com/lasereverything",
"icon": "/icons/kofi.png",
"color": "#0f766e",
"size": 1,
"bgFit": "cover",
"bgPos": "center",
"description": "Small time unmanaged funding for one time or repeated donations."
},
{
"title": "Liberapay",
"href": "https://liberapay.com/LaserEverything",
"icon": "/icons/liberapay.png",
"image": "",
"color": "#134823",
"size": "1",
"bgFit": "cover",
"bgPos": "center",
"description": "FOSS and Privacy First supporter platform for creators."
}
]
}