Files
libp2p-website/layouts/partials/topbar.html
Oli Evans 60ab7cc3fb Site refactor (#52)
* feat: all the things
2017-06-24 11:03:04 +01:00

20 lines
914 B
HTML

<header>
<div class="wrap">
<a class="logo {{ if (not (eq .URL "/")) }}static{{end}}" href="/">
<img width="60" height="72" src="/img/logo_small.png" alt="">
<b>lib</b>p2p
</a>
<a href='#' class='bars'><i class="fa fa-bars" aria-hidden="true"></i></a>
<a href='#' class="close"><i class="fa fa-times" aria-hidden="true"></i></a>
<nav>
<ul>
<li><a href="/implementations" {{ if eq .URL "/implementations/" }}class="active"{{ end }}>Implementations</a></li>
<li><a href="/bundles" {{ if eq .URL "/bundles/" }}class="active"{{ end }}>Bundles</a></li>
<li><a href="/media" {{ if eq .URL "/media/" }}class="active"{{ end }}>Media</a></li>
<li><a href="https://github.com/libp2p" target="_blank">Github</a></li>
<li><a href="https://github.com/libp2p/specs" target="_blank">Specifications</a></li>
</ul>
</nav>
</div>
</header>