feat: add images

This commit is contained in:
Oleg Proskurin 2026-03-01 21:12:26 +07:00
parent 900223d261
commit 0c71bbeab4
30 changed files with 57 additions and 1 deletions

View File

@ -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)"
]
}
}

BIN
assets/footers/cabin1.jpeg Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.4 MiB

BIN
assets/footers/cabin2.jpeg Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.3 MiB

BIN
assets/footers/cabin3.jpeg Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.5 MiB

BIN
assets/footers/cabin4.jpeg Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.6 MiB

BIN
assets/footers/cabin5.jpeg Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.6 MiB

BIN
assets/footers/cabin6.jpeg Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.4 MiB

BIN
assets/footers/cabin7.jpeg Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.4 MiB

BIN
assets/footers/cabin8.jpeg Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.5 MiB

BIN
assets/footers/cabin9.jpeg Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.7 MiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.3 MiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.4 MiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.4 MiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.4 MiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.4 MiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.2 MiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.2 MiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.1 MiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.2 MiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.2 MiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.0 MiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 938 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.1 MiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.3 MiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.1 MiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.1 MiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 785 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.2 MiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 852 KiB

View File

@ -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] }
]
}
]
}