ataricode.com/layouts/partials/nav.html

8 lines
557 B
HTML

<div class="button-row" style="display: flex; float: top; align-content: center; justify-content: center">
<button class="start" onclick="location.href='{{ .Site.Params.home }}'" type="button">Home</button>
<button class="select" onclick="location.href='{{ .Site.Params.blog }}'" type="button">Blog</button>
<button class="option" onclick="location.href='{{ .Site.Params.links }}'; location.target='_blank'" type="button">Links</button>
<button class="reset" onclick="location.href='{{ .Site.Params.videos }}'" type="button">Videos</button>
</div>