Initial import
This commit is contained in:
commit
dd314435bd
40 changed files with 1175 additions and 0 deletions
288
config.json
Normal file
288
config.json
Normal file
|
|
@ -0,0 +1,288 @@
|
|||
{
|
||||
"title": "MakeArmy",
|
||||
"subtitle": "Welcome to the Maker Dash",
|
||||
|
||||
"header": {
|
||||
"logo": "/images/ma-icon.png",
|
||||
"background": "#101010",
|
||||
"searchPlaceholder": "Start typing to filter",
|
||||
"showSearch": true
|
||||
},
|
||||
|
||||
"icons": {
|
||||
"basePath": "/icons/",
|
||||
"fallbackIcon": "fallback.svg",
|
||||
"defaultScale": 1,
|
||||
"boxPercent": "85%",
|
||||
"preloadTopN": 16,
|
||||
"faviconPng": "/images/favicon.png",
|
||||
"faviconIco": "/images/favicon.ico",
|
||||
"ogImage": "/images/ma-icon.png"
|
||||
},
|
||||
|
||||
"typography": {
|
||||
"sectionTitlePx": 22,
|
||||
"itemLabelPx": 12
|
||||
},
|
||||
|
||||
"theme": {
|
||||
"background": "#202020",
|
||||
"panel": "#121212",
|
||||
"tile": "#202020",
|
||||
"ink": "#f2f2f2",
|
||||
"inkDim": "#a9a9a9",
|
||||
"accents": {
|
||||
"blue": "#3a85ff",
|
||||
"green": "#1fc66e",
|
||||
"red": "#ff3f5d",
|
||||
"yellow": "#ffdb33"
|
||||
},
|
||||
"glow": {
|
||||
"corePx": 3,
|
||||
"blurPx": 7,
|
||||
"coreAlpha": 0.95,
|
||||
"outerAlpha": 0.64
|
||||
}
|
||||
},
|
||||
|
||||
"layout": {
|
||||
"pageMax": 2400,
|
||||
"gapSections": 14,
|
||||
"gapItems": 10,
|
||||
"gridCols": 6,
|
||||
"tileColspan": 2,
|
||||
"sectionMin": 300,
|
||||
"sectionBasis": 320,
|
||||
"sectionMax": 340,
|
||||
"tileHeight": 62
|
||||
},
|
||||
|
||||
"a11y": {
|
||||
"reducedMotion": true,
|
||||
"focusOutline": true
|
||||
},
|
||||
|
||||
"sections": [
|
||||
{
|
||||
"title": "Laser Everything",
|
||||
"accent": "#8a6cff",
|
||||
"items": [
|
||||
{
|
||||
"label": "Fiber Settings",
|
||||
"note": "community laser settings for fiber",
|
||||
"icon": "db-f.png",
|
||||
"href": "https://makearmy.io/fiber-settings",
|
||||
"target": "_blank",
|
||||
"check": "https://makearmy.io/fiber-settings"
|
||||
},
|
||||
{
|
||||
"label": "UV Settings",
|
||||
"note": "community laser settings for uv",
|
||||
"icon": "db-u.png",
|
||||
"href": "https://makearmy.io/uv-settings",
|
||||
"target": "_blank",
|
||||
"check": "https://makearmy.io/uv-settings"
|
||||
},
|
||||
{
|
||||
"label": "CO2g Settings",
|
||||
"note": "community laser settings for co2 galvo",
|
||||
"icon": "db-c.png",
|
||||
"href": "https://makearmy.io/co2-galvo-settings",
|
||||
"target": "_blank",
|
||||
"check": "https://makearmy.io/co2-galvo-settings"
|
||||
},
|
||||
{
|
||||
"label": "CO2G Settings",
|
||||
"note": "community laser settings for co2 gantry",
|
||||
"icon": "db-cg.png",
|
||||
"href": "https://makearmy.io/co2-gantry-settings",
|
||||
"target": "_blank",
|
||||
"check": "https://makearmy.io/co2-gantry-settings"
|
||||
},
|
||||
{
|
||||
"label": "Material Safety",
|
||||
"note": "material safety lookup table",
|
||||
"icon": "db-m.png",
|
||||
"href": "https://makearmy.io/materials",
|
||||
"target": "_blank",
|
||||
"check": "https://makearmy.io/materials"
|
||||
},
|
||||
{
|
||||
"label": "Coating Safety",
|
||||
"note": "material coating safety lookup table",
|
||||
"icon": "db-mc.png",
|
||||
"href": "https://makearmy.io/materials-coatings",
|
||||
"target": "_blank",
|
||||
"check": "https://makearmy.io/materials-coatings"
|
||||
},
|
||||
{
|
||||
"label": "Project DB",
|
||||
"note": "community submitted project files",
|
||||
"icon": "db-p.png",
|
||||
"href": "https://makearmy.io/projects",
|
||||
"target": "_blank",
|
||||
"check": "https://makearmy.io/projects"
|
||||
},
|
||||
{
|
||||
"label": "Laser Source DB",
|
||||
"note": "database of all known laser sources",
|
||||
"icon": "db-l.png",
|
||||
"href": "https://makearmy.io/lasers",
|
||||
"target": "_blank",
|
||||
"check": "https://makearmy.io/lasers"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"title": "Communities",
|
||||
"accent": 2,
|
||||
"items": [
|
||||
{
|
||||
"label": "Misskey",
|
||||
"note": "the federated maker hub",
|
||||
"icon": "deck.png",
|
||||
"href": "https://deck.makearmy.io",
|
||||
"target": "_blank",
|
||||
"check": "https://deck.makearmy.io"
|
||||
},
|
||||
{
|
||||
"label": "Mastodon",
|
||||
"note": "status update platform",
|
||||
"icon": "mastodon.png",
|
||||
"href": "https://mastodon.makearmy.io",
|
||||
"target": "_blank",
|
||||
"check": "https://mastodon.makearmy.io"
|
||||
},
|
||||
{
|
||||
"label": "Lemmy",
|
||||
"note": "link aggregator",
|
||||
"icon": "lemmy.png",
|
||||
"href": "https://lemmy.makearmy.io",
|
||||
"target": "_blank",
|
||||
"check": "https://lemmy.makearmy.io"
|
||||
},
|
||||
{
|
||||
"label": "Pixelfed",
|
||||
"note": "social image sharing platform",
|
||||
"icon": "pixelfed.png",
|
||||
"href": "https://pixels.makearmy.io",
|
||||
"target": "_blank",
|
||||
"check": "https://pixels.makearmy.io"
|
||||
},
|
||||
{
|
||||
"label": "PeerTube",
|
||||
"note": "social video sharing platform",
|
||||
"icon": "peertube.png",
|
||||
"href": "https://watch.makearmy.io/",
|
||||
"target": "_blank",
|
||||
"check": "https://watch.makearmy.io/home"
|
||||
},
|
||||
{
|
||||
"label": "News",
|
||||
"note": "updates on the maker world from makearmy",
|
||||
"icon": "news.png",
|
||||
"href": "https://news.makearmy.io/read",
|
||||
"target": "_blank",
|
||||
"check": "https://news.makearmy.io/read"
|
||||
},
|
||||
{
|
||||
"label": "Podcasts",
|
||||
"note": "follow our podcasts! fediverse compatible!",
|
||||
"icon": "castopod.png",
|
||||
"href": "https://podcast.makearmy.io/",
|
||||
"target": "_blank",
|
||||
"check": "https://podcast.makearmy.io/@LaserSource"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"title": "Utilities",
|
||||
"accent": 1,
|
||||
"items": [
|
||||
{
|
||||
"label": "Picsur",
|
||||
"note": "Simple Image Host",
|
||||
"icon": "picsur.png",
|
||||
"href": "https://images.makearmy.io",
|
||||
"target": "_blank",
|
||||
"check": "https://images.makearmy.io"
|
||||
},
|
||||
{
|
||||
"label": "PrivateBin",
|
||||
"note": "Your encrypted internet clipboard.",
|
||||
"icon": "privatebin.png",
|
||||
"href": "https://paste.makearmy.io/",
|
||||
"target": "_blank",
|
||||
"check": "https://paste.makearmy.io/"
|
||||
},
|
||||
{
|
||||
"label": "Laser Toolkit",
|
||||
"note": "convert laser settings, interval and more",
|
||||
"icon": "toolkit.png",
|
||||
"href": "https://makearmy.io/laser-toolkit",
|
||||
"target": "_blank",
|
||||
"check": "https://makearmy.io/laser-toolkit"
|
||||
},
|
||||
{
|
||||
"label": "File Server",
|
||||
"note": "download from our file explorer",
|
||||
"icon": "fs.png",
|
||||
"href": "https://makearmy.io/files",
|
||||
"target": "_blank",
|
||||
"check": "https://makearmy.io/files"
|
||||
},
|
||||
{
|
||||
"label": "Buying Guide",
|
||||
"note": "reviews and listings for relevant products",
|
||||
"icon": "bg.png",
|
||||
"href": "https://makearmy.io/buying-guide",
|
||||
"target": "_blank",
|
||||
"check": "https://makearmy.io/buying-guide"
|
||||
},
|
||||
{
|
||||
"label": "BG Remover",
|
||||
"note": "advanced open source background remover featuring 10 AI models",
|
||||
"icon": "bgrm.png",
|
||||
"href": "https://makearmy.io/background-remover",
|
||||
"target": "_blank",
|
||||
"check": "https://makearmy.io/background-remover"
|
||||
},
|
||||
{
|
||||
"label": "Forgejo",
|
||||
"note": "git for our community members",
|
||||
"icon": "forgejo.png",
|
||||
"href": "https://forge.makearmy.io",
|
||||
"target": "_blank",
|
||||
"check": "https://forge.makearmy.io"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"title": "Support Us",
|
||||
"accent": 4,
|
||||
"items": [
|
||||
{
|
||||
"label": "The LMA",
|
||||
"note": "the laser master academy is the best way to show your support",
|
||||
"icon": "lma.png",
|
||||
"href": "https://www.mightynetworks.com/",
|
||||
"target": "_blank"
|
||||
},
|
||||
{
|
||||
"label": "Patreon",
|
||||
"note": "patreon is a great way to support the work we're doing",
|
||||
"icon": "patreon.png",
|
||||
"href": "https://www.patreon.com/LaserEverything",
|
||||
"target": "_blank"
|
||||
},
|
||||
{
|
||||
"label": "Liberapay",
|
||||
"note": "more discreet ways to pay",
|
||||
"icon": "liberapay.png",
|
||||
"href": "https://liberapay.com/LaserEverything",
|
||||
"target": "_blank"
|
||||
}
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue