Files
web-jailgames/static/games/cosmic-escape/screenshot-2.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

12 lines
799 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="#16213e"/>
<rect x="50" y="200" width="700" height="20" fill="#0f3460"/>
<rect x="50" y="300" width="300" height="20" fill="#0f3460"/>
<rect x="500" y="320" width="250" height="20" fill="#0f3460"/>
<circle cx="200" cy="190" r="15" fill="#e94560" opacity="0.9"/>
<circle cx="400" cy="290" r="15" fill="#e94560" opacity="0.7"/>
<rect x="370" y="160" width="30" height="40" fill="#4ecca3"/>
<text x="400" y="430" text-anchor="middle" font-family="monospace" font-size="18" fill="#e94560">COSMIC ESCAPE — Nivel 4</text>
<text x="400" y="60" text-anchor="middle" font-family="monospace" font-size="12" fill="#a0a0a0">[Captura 2 — Placeholder]</text>
</svg>