Files
web-jailgames/static/games/cosmic-escape/screenshot-1.svg
T
JailDesigner e337d7bc45 Implementación completa del sitio JAILGAMES (bloques A–J)
Sitio estático generado con Eleventy (11ty) + Nginx en Docker:
- Plantillas Nunjucks con layout base, tarjetas y fichas individuales
- Datos de juegos en YAML, colección ordenada por fecha
- CSS con tema oscuro gaming y diseño responsive (3/2/1 columnas)
- Lightbox vanilla JS para capturas de pantalla
- Build multi-stage Docker (node:20-alpine → nginx:alpine)
- 2 juegos de ejemplo con imágenes SVG placeholder

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-03-30 12:58:55 +02:00

13 lines
861 B
XML

<svg xmlns="http://www.w3.org/2000/svg" width="800" height="450" viewBox="0 0 800 450">
<rect width="800" height="450" fill="#0a0a1a"/>
<rect x="0" y="380" width="800" height="70" fill="#1a1a2e"/>
<circle cx="120" cy="80" r="40" fill="#f4d03f" opacity="0.8"/>
<circle cx="300" cy="50" r="8" fill="#eaeaea" opacity="0.4"/>
<circle cx="500" cy="120" r="5" fill="#eaeaea" opacity="0.5"/>
<circle cx="700" cy="30" r="10" fill="#eaeaea" opacity="0.3"/>
<rect x="350" y="250" width="40" height="60" fill="#4ecca3"/>
<rect x="360" y="220" width="20" height="30" fill="#a0a0a0"/>
<text x="400" y="430" text-anchor="middle" font-family="monospace" font-size="18" fill="#e94560">COSMIC ESCAPE — Nivel 1</text>
<text x="400" y="230" text-anchor="middle" font-family="monospace" font-size="12" fill="#a0a0a0">[Captura 1 — Placeholder]</text>
</svg>