feat: add images
|
|
@ -38,7 +38,9 @@
|
|||
"mcp__chrome-devtools__wait_for",
|
||||
"WebFetch(domain:banatie.app)",
|
||||
"Bash(npx skills:*)",
|
||||
"Bash(identify:*)"
|
||||
"Bash(identify:*)",
|
||||
"Bash(pnpm pdf -- output/html/collecting-asteroids-1.html)",
|
||||
"Bash(pnpm pdf output/html/collecting-asteroids-1.html)"
|
||||
]
|
||||
}
|
||||
}
|
||||
|
|
|
|||
|
After Width: | Height: | Size: 1.4 MiB |
|
After Width: | Height: | Size: 1.3 MiB |
|
After Width: | Height: | Size: 1.5 MiB |
|
After Width: | Height: | Size: 1.6 MiB |
|
After Width: | Height: | Size: 1.6 MiB |
|
After Width: | Height: | Size: 1.4 MiB |
|
After Width: | Height: | Size: 1.4 MiB |
|
After Width: | Height: | Size: 1.5 MiB |
|
After Width: | Height: | Size: 1.7 MiB |
|
After Width: | Height: | Size: 1.3 MiB |
|
After Width: | Height: | Size: 1.4 MiB |
|
After Width: | Height: | Size: 1.4 MiB |
|
After Width: | Height: | Size: 1.4 MiB |
|
After Width: | Height: | Size: 1.4 MiB |
|
After Width: | Height: | Size: 1.2 MiB |
|
After Width: | Height: | Size: 1.2 MiB |
|
After Width: | Height: | Size: 1.1 MiB |
|
After Width: | Height: | Size: 1.2 MiB |
|
After Width: | Height: | Size: 1.2 MiB |
|
After Width: | Height: | Size: 1.0 MiB |
|
After Width: | Height: | Size: 938 KiB |
|
After Width: | Height: | Size: 1.1 MiB |
|
After Width: | Height: | Size: 1.3 MiB |
|
After Width: | Height: | Size: 1.1 MiB |
|
After Width: | Height: | Size: 1.1 MiB |
|
After Width: | Height: | Size: 785 KiB |
|
After Width: | Height: | Size: 1.2 MiB |
|
After Width: | Height: | Size: 852 KiB |
|
|
@ -0,0 +1,54 @@
|
|||
{
|
||||
"id": "collecting-asteroids-1",
|
||||
"title": "Собери Астероиды",
|
||||
"description": "Match asteroids to cargo ships by weight sum — 3 pages with increasing difficulty",
|
||||
"labels": {
|
||||
"title": "Собери Астероиды",
|
||||
"subtitle": "Загрузи трюмы кораблей!",
|
||||
"footerBubble": "Итого загружено:"
|
||||
},
|
||||
"theme": {
|
||||
"style": "space-asteroids",
|
||||
"template": "space-base",
|
||||
"asteroids": "assets/icons/pack3-asteroids/"
|
||||
},
|
||||
"layout": {
|
||||
"type": "asteroid-matching",
|
||||
"shipsPerPage": 3
|
||||
},
|
||||
"pages": [
|
||||
{
|
||||
"heroImage": "assets/hero-images/spaceship2.jpeg",
|
||||
"footerImage": "assets/footers/planet3.jpeg",
|
||||
"heroDirection": "row-reverse",
|
||||
"overlapLevel": 30,
|
||||
"ships": [
|
||||
{ "capacity": 9, "asteroids": [3, 2, 4, 5] },
|
||||
{ "capacity": 11, "asteroids": [5, 4, 2, 6] },
|
||||
{ "capacity": 8, "asteroids": [1, 3, 4, 2] }
|
||||
]
|
||||
},
|
||||
{
|
||||
"heroImage": "assets/hero-images/spaceship5.jpeg",
|
||||
"footerImage": "assets/footers/planet5.jpeg",
|
||||
"heroDirection": "row",
|
||||
"overlapLevel": 50,
|
||||
"ships": [
|
||||
{ "capacity": 10, "asteroids": [6, 1, 3, 4] },
|
||||
{ "capacity": 12, "asteroids": [5, 4, 3, 6] },
|
||||
{ "capacity": 14, "asteroids": [6, 5, 2, 1, 3] }
|
||||
]
|
||||
},
|
||||
{
|
||||
"heroImage": "assets/hero-images/spaceship7.jpeg",
|
||||
"footerImage": "assets/footers/planet8.jpeg",
|
||||
"heroDirection": "row-reverse",
|
||||
"overlapLevel": 70,
|
||||
"ships": [
|
||||
{ "capacity": 13, "asteroids": [5, 4, 3, 1, 6] },
|
||||
{ "capacity": 10, "asteroids": [4, 4, 2, 3] },
|
||||
{ "capacity": 15, "asteroids": [6, 5, 3, 1, 4] }
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
||||