Hugo Locurcio cd5181b3e1 Switch from Bootstrap to Bulma (#166)
The design has been slightly modernized in the process.
jQuery was also removed as it is no longer required, resulting in
faster page loading times.

Gallery thumbnails were regenerated at an higher resolution to match
the new design.
2019-06-20 01:12:12 +01:00

32 lines
1.2 KiB
HTML

<noscript>
<p>
<img src="https://stats.minetest.net/piwik.php?idsite=1" style="border:0;" alt="" data-proofer-ignore>
</p>
</noscript>
<nav class="navbar" role="navigation" aria-label="main navigation">
<div class="container">
<div class="navbar-brand">
<a class="navbar-item" href="{{ '/' | relative_url }}">
<img alt="Minetest logo" src="/media/icon.svg">
<div class="has-text-weight-bold navbar-brand-text">Minetest</div>
</a>
<a role="button" class="navbar-burger burger" aria-label="menu" aria-expanded="false" data-target="navbar">
<span aria-hidden="true"></span>
<span aria-hidden="true"></span>
<span aria-hidden="true"></span>
</a>
</div>
<div id="navbar" class="navbar-menu">
<div class="navbar-start">
<a class="navbar-item" href="{{ '/#features' | relative_url }}">Features</a>
<a class="navbar-item" href="{{ '/#gallery' | relative_url }}">Gallery</a>
<a class="navbar-item" href="{{ '/downloads/' | relative_url }}">Download</a>
<a class="navbar-item" href="{{ '/customize/' | relative_url }}">Customize</a>
<a class="navbar-item" href="{{ '/get-involved/' | relative_url }}">Get Involved</a>
</div>
</div>
</nav>