chore(katenary): Use the new organization repository

This commit is contained in:
2025-07-13 12:15:12 +02:00
parent 74b73cafc1
commit ffde44ae57
18 changed files with 1080 additions and 0 deletions

53
src/partials/footer.html Normal file
View File

@@ -0,0 +1,53 @@
<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>&copy; 2024, 2025 Katenary. Open Source Project under MIT License.</p>
</div>
</footer>