added documentation section and split html into partials

This commit is contained in:
julien
2025-01-15 23:43:08 +01:00
parent aedcbf2462
commit 36070d14f9
17 changed files with 279 additions and 131 deletions

View File

@ -0,0 +1,18 @@
<div class="botbar">
<p xmlns:cc="http://creativecommons.org/ns#" xmlns:dct="http://purl.org/dc/terms/"><a property="dct:title"
rel="cc:attributionURL" href="https://netig.net">NETig website</a> by <span
property="cc:attributionName">Julien Debrousse</span> is licensed under <a
href="https://creativecommons.org/licenses/by/4.0/?ref=chooser-v1" target="_blank"
rel="license noopener noreferrer" style="display:inline-block;">CC BY 4.0<img
style="height:22px!important;margin-left:3px;vertical-align:text-bottom;"
src="https://mirrors.creativecommons.org/presskit/icons/cc.svg?ref=chooser-v1" alt=""><img
style="height:22px!important;margin-left:3px;vertical-align:text-bottom;"
src="https://mirrors.creativecommons.org/presskit/icons/by.svg?ref=chooser-v1" alt=""></a></p>
<p>
<a href="/legal">Mentions Légales</a>
</p>
<p>
Made with ❤️ with <a href="https://www.getzola.org/" target="_blank">Zola</a> !
</p>
</div>
<script src="{{ get_url(path="js/sidenav.js") }}"></script>