This commit is contained in:
mathias 2017-02-12 19:29:28 +02:00
parent 6ec55dec89
commit a7868ce7a2

View file

@ -21,21 +21,21 @@
<div id="navigation">
<span>
<a href="#home" title="Home">
<svg aria-hidden="true" height="1.500em" viewBox="0 0 24 24" width="1.500em">
<svg aria-hidden="true" height="3.000em" viewBox="0 0 24 24" width="3.000em">
<path d="{% include _icons/kaboom %}" />
</svg>
</a>
</span>
<span>
<a href="#play" title="Play">
<svg aria-hidden="true" height="1.063em" viewBox="0 0 24 24" width="1.063em">
<svg aria-hidden="true" height="2.000em" viewBox="0 0 24 24" width="2.000em">
<path d="{% include _icons/play %}" />
</svg>
</a>
</span>
<span>
<a href="#downloads" title="Downloads">
<svg aria-hidden="true" height="1.063em" viewBox="0 0 24 24" width="1.063em">
<svg aria-hidden="true" height="2.000em" viewBox="0 0 24 24" width="2.000em">
<path d="{% include _icons/downloads %}" />
</svg>
</a>