chore: fix logos

This commit is contained in:
Jesús Pérez 2025-12-22 21:58:06 +00:00
parent 914c5f767d
commit 09d94ad798
Signed by: jesus
GPG Key ID: 9F243E355E0BC939
3 changed files with 130 additions and 5 deletions

View File

@ -25,15 +25,23 @@
<!-- Vault icon (left side) -->
<g>
<circle cx="60" cy="60" r="31.5" fill="none" stroke="url(#vaultGrad_h)" stroke-width="3.5"/>
<circle cx="60" cy="60" r="31.5" fill="none" stroke="url(#cyanGlow_h)" stroke-width="0.5" stroke-dasharray="5 7" opacity="0.6">
<animateTransform attributeName="transform" type="rotate" from="0 60 60" to="360 60 60" dur="20s" repeatCount="indefinite"/>
</circle>
<circle cx="60" cy="60" r="24.5" fill="url(#vaultGrad_h)" stroke="#2a3f6a" stroke-width="1.4"/>
<g filter="url(#glow_h)" opacity="0.8">
<circle cx="60" cy="60" r="3.5" fill="url(#cyanGlow_h)"/>
<circle cx="60" cy="60" r="3.5" fill="url(#cyanGlow_h)">
<animate attributeName="r" values="3.5;4.4;3.5" dur="2s" repeatCount="indefinite"/>
</circle>
<g>
<animateTransform attributeName="transform" type="rotate" from="0 60 60" to="360 60 60" dur="8s" repeatCount="indefinite"/>
<circle cx="60" cy="42.6" r="1.75" fill="#00d9ff"/>
<circle cx="77.4" cy="60" r="1.75" fill="#00d9ff"/>
<circle cx="60" cy="77.4" r="1.75" fill="#00d9ff"/>
<circle cx="42.6" cy="60" r="1.75" fill="#00d9ff"/>
</g>
</g>
<rect x="59" y="51" width="2.8" height="16.8" rx="1.4" fill="url(#goldAccent_h)"/>
<circle cx="60" cy="60" r="9.1" fill="none" stroke="url(#goldAccent_h)" stroke-width="1.75"/>

Before

Width:  |  Height:  |  Size: 2.2 KiB

After

Width:  |  Height:  |  Size: 2.8 KiB

View File

@ -0,0 +1,47 @@
<svg viewBox="0 0 200 280" xmlns="http://www.w3.org/2000/svg">
<defs>
<linearGradient id="vaultGrad_s" x1="0%" y1="0%" x2="100%" y2="100%">
<stop offset="0%" style="stop-color:#1a2744"/>
<stop offset="50%" style="stop-color:#2a3f6a"/>
<stop offset="100%" style="stop-color:#0a1929"/>
</linearGradient>
<linearGradient id="goldAccent_s" x1="0%" y1="0%" x2="100%" y2="100%">
<stop offset="0%" style="stop-color:#ffd700"/>
<stop offset="100%" style="stop-color:#b8860b"/>
</linearGradient>
<linearGradient id="cyanGlow_s" x1="0%" y1="0%" x2="100%" y2="100%">
<stop offset="0%" style="stop-color:#00d9ff"/>
<stop offset="100%" style="stop-color:#0099cc"/>
</linearGradient>
</defs>
<!-- Outer vault ring -->
<circle cx="100" cy="65" r="55.25" fill="none" stroke="url(#vaultGrad_s)" stroke-width="5.2"/>
<circle cx="100" cy="65" r="55.25" fill="none" stroke="url(#cyanGlow_s)" stroke-width="0.65" stroke-dasharray="8 12" opacity="0.6"/>
<!-- Inner vault door -->
<circle cx="100" cy="65" r="42.25" fill="url(#vaultGrad_s)" stroke="#2a3f6a" stroke-width="1.95"/>
<!-- Quantum lattice pattern (static) -->
<g opacity="0.8">
<!-- Central node -->
<circle cx="100" cy="65" r="5.2" fill="url(#cyanGlow_s)"/>
<!-- Orbital electrons -->
<circle cx="100" cy="39" r="2.6" fill="#00d9ff"/>
<circle cx="126" cy="65" r="2.6" fill="#00d9ff"/>
<circle cx="100" cy="91" r="2.6" fill="#00d9ff"/>
<circle cx="74" cy="65" r="2.6" fill="#00d9ff"/>
<!-- Connection lines -->
<path d="M100 59.8 L100 39 M105.2 65 L126 65 M100 70.2 L100 91 M94.8 65 L74 65"
stroke="#00d9ff" stroke-width="0.65" opacity="0.5"/>
</g>
<!-- Vault handle -->
<rect x="98.1" y="52" width="3.9" height="26" rx="3.25" fill="url(#goldAccent_s)"/>
<circle cx="100" cy="65" r="13" fill="none" stroke="url(#goldAccent_s)" stroke-width="2.6"/>
<!-- Text: SecretumVault -->
<text x="100" y="155" font-family="'Space Grotesk', -apple-system, BlinkMacSystemFont, sans-serif" font-size="28" font-weight="700" fill="#00D9FF" text-anchor="middle">SecretumVault</text>
</svg>

After

Width:  |  Height:  |  Size: 2.2 KiB

View File

@ -0,0 +1,70 @@
<svg viewBox="0 0 200 280" xmlns="http://www.w3.org/2000/svg">
<defs>
<linearGradient id="vaultGrad" x1="0%" y1="0%" x2="100%" y2="100%">
<stop offset="0%" style="stop-color:#1a2744"/>
<stop offset="50%" style="stop-color:#2a3f6a"/>
<stop offset="100%" style="stop-color:#0a1929"/>
</linearGradient>
<linearGradient id="goldAccent" x1="0%" y1="0%" x2="100%" y2="100%">
<stop offset="0%" style="stop-color:#ffd700"/>
<stop offset="100%" style="stop-color:#b8860b"/>
</linearGradient>
<linearGradient id="cyanGlow" x1="0%" y1="0%" x2="100%" y2="100%">
<stop offset="0%" style="stop-color:#00d9ff"/>
<stop offset="100%" style="stop-color:#0099cc"/>
</linearGradient>
<filter id="glow">
<feGaussianBlur stdDeviation="2" result="coloredBlur"/>
<feMerge>
<feMergeNode in="coloredBlur"/>
<feMergeNode in="SourceGraphic"/>
</feMerge>
</filter>
</defs>
<!-- Outer vault ring -->
<circle cx="100" cy="65" r="55.25" fill="none" stroke="url(#vaultGrad)" stroke-width="5.2"/>
<circle cx="100" cy="65" r="55.25" fill="none" stroke="url(#cyanGlow)" stroke-width="0.65" stroke-dasharray="8 12" opacity="0.6">
<animateTransform attributeName="transform" type="rotate" from="0 100 65" to="360 100 65" dur="20s" repeatCount="indefinite"/>
</circle>
<!-- Inner vault door -->
<circle cx="100" cy="65" r="42.25" fill="url(#vaultGrad)" stroke="#2a3f6a" stroke-width="1.95"/>
<!-- Quantum lattice pattern -->
<g filter="url(#glow)" opacity="0.8">
<!-- Central node -->
<circle cx="100" cy="65" r="5.2" fill="url(#cyanGlow)">
<animate attributeName="r" values="5.2;6.5;5.2" dur="2s" repeatCount="indefinite"/>
</circle>
<!-- Orbital electrons -->
<g>
<animateTransform attributeName="transform" type="rotate" from="0 100 65" to="360 100 65" dur="8s" repeatCount="indefinite"/>
<circle cx="100" cy="39" r="2.6" fill="#00d9ff"/>
<circle cx="126" cy="65" r="2.6" fill="#00d9ff"/>
<circle cx="100" cy="91" r="2.6" fill="#00d9ff"/>
<circle cx="74" cy="65" r="2.6" fill="#00d9ff"/>
</g>
<!-- Secondary orbit -->
<g>
<animateTransform attributeName="transform" type="rotate" from="360 100 65" to="0 100 65" dur="12s" repeatCount="indefinite"/>
<circle cx="120.7" cy="46.8" r="1.95" fill="#8b5cf6"/>
<circle cx="120.7" cy="83.2" r="1.95" fill="#8b5cf6"/>
<circle cx="79.3" cy="83.2" r="1.95" fill="#8b5cf6"/>
<circle cx="79.3" cy="46.8" r="1.95" fill="#8b5cf6"/>
</g>
<!-- Connection lines -->
<path d="M100 59.8 L100 39 M105.2 65 L126 65 M100 70.2 L100 91 M94.8 65 L74 65"
stroke="#00d9ff" stroke-width="0.65" opacity="0.5"/>
</g>
<!-- Vault handle -->
<rect x="98.1" y="52" width="3.9" height="26" rx="3.25" fill="url(#goldAccent)"/>
<circle cx="100" cy="65" r="13" fill="none" stroke="url(#goldAccent)" stroke-width="2.6"/>
<!-- Text: SecretumVault -->
<text x="100" y="155" font-family="'Space Grotesk', -apple-system, BlinkMacSystemFont, sans-serif" font-size="28" font-weight="700" fill="#00D9FF" text-anchor="middle">SecretumVault</text>
</svg>

After

Width:  |  Height:  |  Size: 3.4 KiB