mirror of
https://github.com/mCaptcha/mCaptcha.git
synced 2026-02-11 10:05:41 +00:00
panel layout
This commit is contained in:
@@ -1,20 +1,24 @@
|
||||
<header class="page-header nav-container">
|
||||
<header class="nav-container">
|
||||
<nav class="nav">
|
||||
<a href="#0" aria-label="forecastr logo" class="nav__home-btn">
|
||||
<img class="nav__logo" src="/svg/shield.svg" alt="logo" />
|
||||
</a>
|
||||
<button
|
||||
class="toggle-mob-menu nav__show-menu"
|
||||
class="nav__show-menu"
|
||||
aria-expanded="false"
|
||||
aria-label="open menu"
|
||||
>
|
||||
<.# TODO change show-menu icon .>
|
||||
<svg width="20" height="20" class="nav__show-menu-icon" aria-hidden="true">
|
||||
<svg
|
||||
width="20"
|
||||
height="20"
|
||||
class="nav__show-menu-icon"
|
||||
aria-hidden="true"
|
||||
>
|
||||
<use xlink:href="#down"></use>
|
||||
</svg>
|
||||
</button>
|
||||
<. include!("menu/index.html"); .>
|
||||
<. include!("theme-toggle/index.html"); .>
|
||||
<. include!("collapse-nav/index.html"); .>
|
||||
<. include!("menu/index.html"); .> <. include!("theme-toggle/index.html");
|
||||
.> <. include!("collapse-nav/index.html"); .>
|
||||
</nav>
|
||||
</header>
|
||||
|
||||
Reference in New Issue
Block a user