refactor(logo): redesign world cup logo SVG with improved football icon

This commit is contained in:
Lucas Kalil 2026-06-14 01:56:44 -03:00
parent 51c390d6e5
commit 0f5889d8d6

View file

@ -15,10 +15,13 @@
<header class="site-header">
<div class="header-inner container">
<a class="logo" href="#home">
<svg viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="1.6" aria-hidden="true">
<circle cx="12" cy="12" r="9"/>
<path d="M12 7.5 16 10.4l-1.5 4.7h-5L8 10.4z"/>
<path d="M12 3v4.5M19 6l-3 4.4M21 12.5l-4.5-2.1M5 18.4l4.5-3.3M14.5 15.1l3 4.3"/>
<svg viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="1.6" stroke-linecap="round" stroke-linejoin="round" aria-hidden="true">
<circle cx="12" cy="5" r="1.8" fill="currentColor" stroke="none"/>
<path d="M7 8h10v2.3a5 5 0 0 1-10 0V8z"/>
<path d="M7 8.4H4.6a2.6 2.6 0 0 0 2.4 3.4"/>
<path d="M17 8.4h2.4a2.6 2.6 0 0 1-2.4 3.4"/>
<path d="M12 15.3v2.2"/>
<rect x="9" y="18.3" width="6" height="1.6" rx="0.6" fill="currentColor" stroke="none"/>
</svg>
<span>World Cup <strong>2026</strong></span>
</a>