chore: replace nav SVG racket logo with text-only wordmark
This commit is contained in:
@@ -71,24 +71,7 @@
|
|||||||
</div>
|
</div>
|
||||||
|
|
||||||
<!-- Center: logo -->
|
<!-- Center: logo -->
|
||||||
<a href="{{ url_for('public.landing') }}" class="nav-logo" style="display:inline-flex;align-items:center;gap:6px;text-decoration:none">
|
<a href="{{ url_for('public.landing') }}" class="nav-logo" style="display:inline-flex;align-items:center;text-decoration:none">
|
||||||
<svg width="28" height="28" viewBox="0 0 32 32" xmlns="http://www.w3.org/2000/svg" aria-hidden="true">
|
|
||||||
<rect x="4" y="1" width="24" height="18" rx="4" fill="#0F172A"/>
|
|
||||||
<path d="M8,19 L24,19 L20,25 L12,25 Z" fill="#0F172A"/>
|
|
||||||
<rect x="12" y="24" width="8" height="7" rx="2" fill="#0F172A"/>
|
|
||||||
<circle cx="11" cy="6" r="1.6" fill="white"/>
|
|
||||||
<circle cx="16" cy="6" r="1.6" fill="white"/>
|
|
||||||
<circle cx="21" cy="6" r="1.6" fill="white"/>
|
|
||||||
<circle cx="11" cy="11" r="1.6" fill="white"/>
|
|
||||||
<circle cx="16" cy="11" r="1.6" fill="white"/>
|
|
||||||
<circle cx="21" cy="11" r="1.6" fill="white"/>
|
|
||||||
<circle cx="11" cy="16" r="1.6" fill="white"/>
|
|
||||||
<circle cx="16" cy="16" r="1.6" fill="white"/>
|
|
||||||
<circle cx="21" cy="16" r="1.6" fill="white"/>
|
|
||||||
<line x1="12.5" y1="26.5" x2="19.5" y2="26.5" stroke="white" stroke-width="0.7" opacity="0.45"/>
|
|
||||||
<line x1="12.5" y1="28.5" x2="19.5" y2="28.5" stroke="white" stroke-width="0.7" opacity="0.45"/>
|
|
||||||
<line x1="12.5" y1="30.5" x2="19.5" y2="30.5" stroke="white" stroke-width="0.7" opacity="0.45"/>
|
|
||||||
</svg>
|
|
||||||
<span style="font-family:'Bricolage Grotesque',sans-serif;font-weight:800;font-size:1.125rem;color:#0F172A;letter-spacing:-0.02em">padelnomics</span>
|
<span style="font-family:'Bricolage Grotesque',sans-serif;font-weight:800;font-size:1.125rem;color:#0F172A;letter-spacing:-0.02em">padelnomics</span>
|
||||||
</a>
|
</a>
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user