feat(phase-1): align hamburger button lines & implement typographic + SVG logo
This commit is contained in:
+6
-2
@@ -9,8 +9,12 @@ $langParamAmp = isset($lang) && $lang === 'de' ? '&lang=de' : '';
|
||||
|
||||
<!-- Fixed Logo (top-left) -->
|
||||
<a class="nav-logo" href="/index.php<?php echo $langParam; ?>" aria-label="FlixCooks – Home">
|
||||
<img class="logo--light" src="/assets/logo-black.png" alt="FlixCooks">
|
||||
<img class="logo--dark" src="/assets/logo-white.png" alt="FlixCooks">
|
||||
<svg class="logo-icon" viewBox="0 0 24 24" width="28" height="28" fill="none" stroke="currentColor" stroke-width="1.75">
|
||||
<path d="M2 19h20M5 19a7 7 0 0 1 14 0" stroke-linecap="round"/>
|
||||
<path d="M12 5a1.5 1.5 0 1 1 0-3 1.5 1.5 0 0 1 0 3z" fill="currentColor"/>
|
||||
<path d="M12 5v1M7 19h10" stroke-linecap="round"/>
|
||||
</svg>
|
||||
<span class="logo-text">Flix<span>Cooks</span></span>
|
||||
</a>
|
||||
|
||||
<!-- Fixed Hamburger Button (top-right) -->
|
||||
|
||||
Reference in New Issue
Block a user