Files
marvinblum/template/menu.html

8 lines
370 B
HTML

<div class="menu">
<a href="/" class="button filled">About</a>
<a href="/blog" class="button filled">Blog</a>
<a href="mailto:marvin@marvinblum.de" class="button">Contact me</a>
<a href="https://github.com/Kugelschieber" target="_blank" class="button">GitHub</a>
<a href="https://twitter.com/m5blum" target="_blank" class="button">Twitter</a>
</div>