feat(phase-1): align hamburger button lines & implement typographic + SVG logo

This commit is contained in:
2026-05-21 13:41:35 +02:00
parent d1cdc98367
commit 5448d3e3c4
2 changed files with 47 additions and 17 deletions
+6 -2
View File
@@ -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) -->