e337d7bc45
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>
14 lines
888 B
XML
14 lines
888 B
XML
<svg xmlns="http://www.w3.org/2000/svg" width="200" height="200" viewBox="0 0 200 200">
|
|
<rect width="200" height="200" fill="#16213e" rx="12"/>
|
|
<rect x="60" y="60" width="20" height="20" fill="#4ecca3"/>
|
|
<rect x="80" y="60" width="20" height="20" fill="#4ecca3"/>
|
|
<rect x="100" y="60" width="20" height="20" fill="#4ecca3"/>
|
|
<rect x="60" y="80" width="20" height="20" fill="#4ecca3"/>
|
|
<rect x="100" y="80" width="20" height="20" fill="#4ecca3"/>
|
|
<rect x="60" y="100" width="20" height="20" fill="#4ecca3"/>
|
|
<rect x="80" y="100" width="20" height="20" fill="#4ecca3"/>
|
|
<rect x="100" y="100" width="20" height="20" fill="#4ecca3"/>
|
|
<text x="100" y="150" text-anchor="middle" font-family="monospace" font-size="11" fill="#eaeaea">PIXEL DUNGEON</text>
|
|
<text x="100" y="170" text-anchor="middle" font-family="monospace" font-size="10" fill="#a0a0a0">v0.9.1</text>
|
|
</svg>
|