Files
libp2p-website/layouts/partials/footer.html
2022-08-23 11:47:26 -04:00

21 lines
998 B
HTML

<footer>
<div class="wrap">
<div>
<p>libp2p was started and is sponsored by</p>
<a class="logo" href="https://protocol.ai/">
<img src="/img/logo_protocol_labs.svg" class="grow" />
<span>Protocol Labs</span>
</a>
</div>
<div>
<nav>
<a href="/implementations" class="{{ if eq .URL "/implementations/" }}active{{end}}">Implementations</a>
<a href="/media" class="{{ if eq .URL "/media/" }}active{{end}}">Media</a>
<a href="{{ .Site.Params.specifications }}">Specifications</a>
<a href="/#community">Community</a>
</nav>
<small class="db f6 pt4">© <a class="link white hover-blue" href="https://protocol.ai/" target="_blank">Protocol Labs</a> | Except as <a class="link white hover-blue" href="https://protocol.ai/legal/">noted</a>, content licensed <a class="link white hover-blue" href="https://creativecommons.org/licenses/by/3.0/" target="_blank">CC-BY 3.0</a></small>
</div>
</div>
</footer>