popov.link/_includes/navbar.html
Valentin Popov 9f1e42d525
Add an animation menu on the only CSS
Signed-off-by: Valentin Popov <info@valentineus.link>
2019-03-24 21:48:39 +04:00

16 lines
403 B
HTML

{% assign pages = site.pages | where: "show", true %}
<div class="navigation-container">
<input id="toggle-button" class="toggle-button" type="checkbox" />
<label class="toggle-label" for="toggle-button">
<span></span>
<span></span>
<span></span>
</label>
<nav class="navigation" role="navigation">
<ul class="navigation-pills"></ul>
</nav>
</div>