mirror of
https://github.com/LucasKalil-Programador/world-2026-hub.git
synced 2026-07-04 17:41:28 -03:00
refactor(logo): redesign world cup logo SVG with improved football icon
This commit is contained in:
parent
51c390d6e5
commit
0f5889d8d6
1 changed files with 7 additions and 4 deletions
11
index.html
11
index.html
|
|
@ -15,10 +15,13 @@
|
||||||
<header class="site-header">
|
<header class="site-header">
|
||||||
<div class="header-inner container">
|
<div class="header-inner container">
|
||||||
<a class="logo" href="#home">
|
<a class="logo" href="#home">
|
||||||
<svg viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="1.6" aria-hidden="true">
|
<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="12" r="9"/>
|
<circle cx="12" cy="5" r="1.8" fill="currentColor" stroke="none"/>
|
||||||
<path d="M12 7.5 16 10.4l-1.5 4.7h-5L8 10.4z"/>
|
<path d="M7 8h10v2.3a5 5 0 0 1-10 0V8z"/>
|
||||||
<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"/>
|
<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>
|
</svg>
|
||||||
<span>World Cup <strong>2026</strong></span>
|
<span>World Cup <strong>2026</strong></span>
|
||||||
</a>
|
</a>
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue