initial commit

Signed-off-by: ale <ale@manalejandro.com>
Este commit está contenido en:
ale
2026-03-01 14:08:01 +01:00
commit c0441bff4b
Se han modificado 60 ficheros con 2794 adiciones y 0 borrados

Ver fichero

@@ -0,0 +1,38 @@
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 96 96" width="96" height="96">
<defs>
<linearGradient id="bgGrad" x1="0%" y1="0%" x2="100%" y2="100%">
<stop offset="0%" style="stop-color:#1565C0;stop-opacity:1" />
<stop offset="100%" style="stop-color:#0D47A1;stop-opacity:1" />
</linearGradient>
<filter id="shadow" x="-10%" y="-10%" width="120%" height="120%">
<feDropShadow dx="0" dy="2" stdDeviation="3" flood-opacity="0.3"/>
</filter>
</defs>
<!-- Background circle -->
<circle cx="48" cy="48" r="44" fill="url(#bgGrad)" filter="url(#shadow)"/>
<!-- Accent ring -->
<circle cx="48" cy="48" r="42" fill="none" stroke="#42A5F5" stroke-width="1.5" stroke-opacity="0.4"/>
<!-- Magnifying glass circle -->
<circle cx="42" cy="44" r="18" fill="none" stroke="white" stroke-width="4.5" stroke-linecap="round"/>
<!-- Magnifying glass handle -->
<line x1="56" y1="58" x2="70" y2="72" stroke="white" stroke-width="4.5" stroke-linecap="round"/>
<!-- Chain link left pill -->
<rect x="30" y="40" width="16" height="8" rx="4" fill="white"/>
<!-- Chain link right pill -->
<rect x="38" y="40" width="16" height="8" rx="4" fill="white"/>
<!-- Middle gap (mask the overlap to look like interlinked) -->
<rect x="38" y="41.5" width="8" height="5" rx="0" fill="#1565C0"/>
<!-- Top-right highlight dot -->
<circle cx="72" cy="20" r="5" fill="#64B5F6"/>
<circle cx="72" cy="20" r="3" fill="#E3F2FD"/>
</svg>

Después

Anchura:  |  Altura:  |  Tamaño: 1.4 KiB