hamburger menu and header fixes
This commit is contained in:
parent
90af5d373f
commit
1be342d518
2 changed files with 74 additions and 3 deletions
|
@ -61,6 +61,10 @@ truncate(length=150) %} {% else %} {% set description = "" %} {% endif %}
|
|||
src="{{ get_url(path='logo.svg', trailing_slash=false) }}"
|
||||
alt="Chaostreff Backnang Logo"
|
||||
/></a>
|
||||
<input type="checkbox" id="menu-checkbox" name="menu-checkbox" />
|
||||
<label id="menu-label" for="menu-checkbox"
|
||||
><div id="menu-button"></div
|
||||
></label>
|
||||
<nav>
|
||||
<a href="{{ get_url(path='/#termine') }}">Termine</a>
|
||||
<a href="{{ get_url(path='/#kontakt') }}">Kontakt</a>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue