73 lines
2.9 KiB
XML
73 lines
2.9 KiB
XML
|
|
<svg width="1000" height="700" viewBox="0 0 1000 700" xmlns="http://www.w3.org/2000/svg" style="background:#121820; font-family:Segoe UI, Tahoma, Geneva, Verdana, sans-serif;">
|
||
|
|
<!-- provisioning.systems logo top-right -->
|
||
|
|
<g transform="translate(800,40) scale(0.3)">
|
||
|
|
<!-- Logo SVG aquí enlines o insertado -->
|
||
|
|
<text fill="white" font-size="80" font-weight="bold">provisioning.systems</text>
|
||
|
|
</g>
|
||
|
|
|
||
|
|
<!-- Título principal -->
|
||
|
|
<text x="50" y="120" fill="white" font-size="48" font-weight="700">
|
||
|
|
PROVISIONING SYSTEMS
|
||
|
|
</text>
|
||
|
|
<!-- Subtítulo -->
|
||
|
|
<text x="50" y="165" fill="white" font-size="24" font-weight="500">
|
||
|
|
Infrastructure Automation with Rust
|
||
|
|
</text>
|
||
|
|
|
||
|
|
<!-- Código de ejemplo -->
|
||
|
|
<rect x="50" y="200" width="400" height="80" fill="#1e2a42" rx="6"/>
|
||
|
|
<text x="70" y="245" fill="#4ecdc4" font-family="Consolas, monospace" font-size="20">
|
||
|
|
fn main: ( {;
|
||
|
|
</text>
|
||
|
|
<text x="70" y="270" fill="#4ecdc4" font-family="Consolas, monospace" font-size="20">
|
||
|
|
provision:nfra::deploy();
|
||
|
|
</text>
|
||
|
|
<text x="70" y="295" fill="#4ecdc4" font-family="Consolas, monospace" font-size="20">
|
||
|
|
);
|
||
|
|
</text>
|
||
|
|
|
||
|
|
<!-- Símbolo infinito antes de iconos -->
|
||
|
|
<g transform="translate(470,245) scale(1.5)" fill="none" stroke="#CE422B" stroke-width="4" stroke-linecap="round" stroke-linejoin="round">
|
||
|
|
<path d="M10 20 C 10 10, 30 10, 30 20 S 10 30, 10 20 Z" />
|
||
|
|
<path d="M30 20 C 30 10, 50 10, 50 20 S 30 30, 30 20 Z" />
|
||
|
|
</g>
|
||
|
|
|
||
|
|
<!-- Iconos técnicos -->
|
||
|
|
<g transform="translate(520, 230)">
|
||
|
|
<!-- Nube -->
|
||
|
|
<circle cx="0" cy="20" r="15" fill="#ffffff" opacity="0.8"/>
|
||
|
|
<!-- Servidor -->
|
||
|
|
<rect x="40" y="5" width="30" height="30" rx="4" ry="4" fill="#ffffff" opacity="0.8"/>
|
||
|
|
<!-- AI cerebro -->
|
||
|
|
<circle cx="95" cy="20" r="15" fill="#ffffff" opacity="0.8"/>
|
||
|
|
<text x="87" y="26" fill="#121820" font-size="14" font-weight="bold">AI</text>
|
||
|
|
<!-- Escudo -->
|
||
|
|
<path d="M140 10 L155 40 L125 40 Z" fill="#ffffff" opacity="0.8"/>
|
||
|
|
<!-- Flechas -->
|
||
|
|
<path d="M185 20 L205 20 M195 10 L205 20 L195 30" stroke="#ffffff" stroke-width="2" opacity="0.8" fill="none"/>
|
||
|
|
</g>
|
||
|
|
|
||
|
|
<!-- Información del ponente -->
|
||
|
|
<text x="50" y="400" fill="#ffffff" font-size="18" font-weight="700">
|
||
|
|
SPEAKER: <tspan font-weight="400">Jesús Pérez Lorenzo - Infrastructure Engineer</tspan>
|
||
|
|
</text>
|
||
|
|
|
||
|
|
<!-- Datos adicionales -->
|
||
|
|
<text x="50" y="430" fill="#ffffff" font-size="16" opacity="0.7">
|
||
|
|
Rust Las Palmas | Date: October 26, 2024 | rustlaspalmas.com
|
||
|
|
</text>
|
||
|
|
|
||
|
|
<!-- Teaser Workshop -->
|
||
|
|
<rect x="50" y="460" width="480" height="40" fill="#CE422B" rx="6"/>
|
||
|
|
<text x="60" y="490" fill="#121820" font-weight="700" font-size="18">
|
||
|
|
WORKSHOP TEASER: Hands-On Rust for Devops!
|
||
|
|
</text>
|
||
|
|
|
||
|
|
<!-- QR CODE Placeholder -->
|
||
|
|
<rect x="550" y="200" width="100" height="100" rx="12" ry="12" fill="#1e2a42" />
|
||
|
|
<text x="600" y="260" fill="#CE422B" font-family="Consolas, monospace" font-weight="700" font-size="18" text-anchor="middle">
|
||
|
|
QR
|
||
|
|
</text>
|
||
|
|
</svg>
|
||
|
|
|