microhome/configs/index.json

109 lines
3 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": "Training",
"href": "https://lasereverything.net/training",
"icon": "/icons/training.png",
"color": "#2563eb",
"size": 1,
"bgFit": "cover",
"bgPos": "center",
"description": "Get one on one training from our expert staff so you can end the cycle of frustration. Start having fun and MAKING with your equipment."
},
{
"title": "Ethics",
"href": "https://lasereverything.net/ethics",
"icon": "/icons/ethics.png",
"color": "#d60202",
"size": 1,
"bgFit": "cover",
"bgPos": "center",
"description": "Our standards for safe, fair, and responsible making."
},
{
"title": "Podcasting",
"href": "https://podcast.makearmy.io",
"icon": "/icons/castopod.png",
"image": "",
"color": "#7e02d6",
"size": "1x2",
"bgFit": "cover",
"bgPos": "center",
"description": "Long-form chats on lasers, materials, and maker culture."
},
{
"title": "Buying Guide",
"href": "https://makearmy.io/buying-guide",
"icon": "/icons/bg.png",
"color": "#145221",
"size": 1,
"bgFit": "cover",
"bgPos": "center",
"description": "Curated picks with real-world testing and notes."
},
{
"title": "Starter Settings Packs",
"href": "https://masters.lasereverything.net",
"icon": "/icons/lma.png",
"color": "#0600bd",
"size": "2x1",
"bgFit": "cover",
"bgPos": "center",
"description": "Dial-in faster with tested baseline settings. 80% of the work is done for you, loosely preconverted for every wattage and lens combination."
},
{
"title": "MakeArmy",
"href": "https://makearmy.io",
"icon": "/icons/makearmy.png",
"color": "#bd006b",
"size": "2x1",
"bgFit": "cover",
"bgPos": "center",
"description": "Community tools, services, and the latest projects."
},
{
"title": "Support Us",
"href": "https://lasereverything.net/support",
"icon": "/icons/support.png",
"color": "#02bad6",
"size": "2x1",
"bgFit": "cover",
"bgPos": "center",
"description": "Help us keep guides and tools free for the community."
},
{
"title": "Social Media",
"href": "https://lasereverything.net/social",
"icon": "/icons/youtube.png",
"color": "#00a603",
"size": "1x1",
"bgFit": "cover",
"bgPos": "center",
"description": "Find us on all of the hippest global social media conglomerates!"
}
]
}