mirror of
https://git.coop/cotech/website.git
synced 2025-12-17 15:57:31 +00:00
Tweak header styles to match new designs
This commit is contained in:
@ -1,11 +1,12 @@
|
||||
<header class="header">
|
||||
<div>
|
||||
<a class="header_logo-link" href="/">
|
||||
<img width="100" src="/assets/img/Logo-CoTech-Secondary-White.svg">
|
||||
<img width="100" src="/assets/img/Logo-CoTech-White.svg">
|
||||
</a>
|
||||
</div>
|
||||
<div>
|
||||
<button class="header_burger-btn" aria-label="Toggle menu">
|
||||
<p><strong>MENU</strong></p>
|
||||
<svg class="header_burger-icon" width="24" height="24" viewBox="0 0 24 24" fill="none">
|
||||
<path d="M3 6h18M3 12h18M3 18h18" stroke="currentColor" stroke-width="2" stroke-linecap="round"/>
|
||||
</svg>
|
||||
@ -14,10 +15,10 @@
|
||||
</svg>
|
||||
</button>
|
||||
<ul class="header_menu-list">
|
||||
<li><a href="/">Home</a></li>
|
||||
<li><a href="/#members">Members</a></li>
|
||||
<li><a href="/about">About</a></li>
|
||||
<li><a href="/join">Join</a></li>
|
||||
<li><a href="/#contact">Contact</a></li>
|
||||
</ul>
|
||||
</div>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user