website/_includes/footer.liquid

26 lines
876 B
Plaintext

<footer>
<hr>
<ul class="container">
<li class="item-left">
<h3>About</h3>
<p>This website is generated by the <a href="https://cobalt-org.github.io/">cobalt</a> static site generator</p>
<p>The source code is licensed under the CNPLv7+ license, and available <a href="https://git.lavender.software/Hermes/website">here</a>.</p>
</li>
<li class="item-mid">
<h3>Contribute</h3>
<a href="https://git.lavender.software/Hermes">Gitea</a><br>
<a href="https://git.lavender.software/Hermes/Hermes/src/branch/main/CODE_OF_CONDUCT.md">Code of Conduct</a><br>
<a href="#">Report a Bug</a><br>
</li>
<li class="item-right">
<h3>Technologies</h3>
<a href="https://handbook.scuttlebutt.nz/">Scuttlebutt</a><br>
<a href="https://docs.rs/golgi/0.1.0/golgi/">golgi</a><br>
<a href="https://gtk-rs.org/">gtk-rs</a><br>
</li>
</ul>
</footer>