templates/_footer.mustache
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 |
<footer class="sidebar">
<p>
<img src="/images/logo-dark.svg" alt="H3RALD" class="logo-mini dark-mode-hide">
<img src="/images/logo-light.svg" alt="H3RALD" class="logo-mini light-mode-hide"> Web Site v10.0.0
</p>
<p>© 2004—2025 • <em>Fabio Cevasco</em></p>
<div class="navlinks">
<a href="https://2c.fyi" class="navbar-link">bookmarks</a>
·
<a href="https://nifty.tools" class="navbar-link">tools</a>
·
<a href="https://code.h3rald.com" class="navbar-link">code</a>
</div>
<div class="merveilles">
<a href="https://webring.xxiivv.com/" target="_blank" rel="noopener" class="icon-link">
<img src="/images/icons/rotonde.svg" alt="xxiivv webring">
</a>
<a rel="me" href="https://merveilles.town/@h3rald" target="_blank" class="icon-link">
<img src="/images/icons/merveilles.svg" alt="@h3rald@merveilles.town">
</a>
<a href="https://lieu.cblgh.org" target="_blank" rel="noopener" class="icon-link">
<img src="/images/icons/lieu.svg" alt="lieu" class="icon-link">
</a>
</div>
<div class="licensing">Unless stated otherwise, all the content published on this web site is licensed under
the <a rel="license" href="http://creativecommons.org/licenses/by-nc-sa/4.0/">Creative Commons Attribution-NonCommercial-ShareAlike 4.0 International License</a>.
The source code of this web site, such as its layout, stylesheets, custom min rules and code is licensed under the terms of the
<a href="https://opensource.org/licenses/mit-license.php"><span class="caps">MIT</span> License</a> and it is available
on <a href="https://github.com/h3rald/h3rald">GitHub</a>.
</div>
<div class="license-icons">
:creative-commons:
:creative-commons-attribution:
:creative-commons-noncommercial-eu:
:creative-commons-sharealike:
</div>
</footer>
|