54 lines
1.4 KiB
HTML
54 lines
1.4 KiB
HTML
|
<footer class="footer">
|
||
|
<div class="container">
|
||
|
<section>
|
||
|
<div>
|
||
|
<h2>Special thanks</h2>
|
||
|
<p>Content creation:</p>
|
||
|
<ul>
|
||
|
<li>
|
||
|
<a href="https://blender.org">Blender</a> that helps a lot to create
|
||
|
videos and animations
|
||
|
</li>
|
||
|
<li>
|
||
|
<a href="https://highlightjs.org">Highlight.js</a> for the code
|
||
|
syntax highlighting
|
||
|
</li>
|
||
|
</ul>
|
||
|
<p>For graphical elements</p>
|
||
|
|
||
|
<ul>
|
||
|
<li>
|
||
|
<a href="https://inkscape.org">Inkscape</a> for the icons and images
|
||
|
</li>
|
||
|
<li>
|
||
|
<a href="https://gimp.org">The Gimp</a> for many others image
|
||
|
manipulation
|
||
|
</li>
|
||
|
</ul>
|
||
|
</div>
|
||
|
</section>
|
||
|
<section>
|
||
|
<div>
|
||
|
<h2>Links</h2>
|
||
|
<p>For this website:</p>
|
||
|
<ul>
|
||
|
<li>
|
||
|
<a href="https://github.com/Katenary/katenary">Katenary on GitHub</a>
|
||
|
to follow, star, and contribute
|
||
|
</li>
|
||
|
<li>
|
||
|
<a
|
||
|
href="https://matrix.to/#/!JuGCanxvQEESclXmfX:matrix.org?via=matrix.org"
|
||
|
>Discussion on Matrix.org</a
|
||
|
>
|
||
|
the official Matrix channel for Katenary
|
||
|
</li>
|
||
|
</ul>
|
||
|
</div>
|
||
|
</section>
|
||
|
</div>
|
||
|
<div class="container">
|
||
|
<p>© 2024, 2025 Katenary. Open Source Project under MIT License.</p>
|
||
|
</div>
|
||
|
</footer>
|