Files
website/src/partials/footer.html

69 lines
2.0 KiB
HTML
Raw Normal View History

<footer class="footer">
<div class="container">
<section>
<div>
<h2>Contact</h2>
<p>
For any question, suggestion, or if you want to sponsor to the
project, please contact me at: <br/>
<a href="mailto:contact@katenary.io"><i class="icofont-send-mail"></i> contact@katenary.io</a>
</p>
<p>
Issues and contributions are welcome on: <br />
<a href="https://repo.katenary.io/Katenary/katenary"><i class="icofont-users-alt-6"></i> Katenary repository</a>
</p>
</p>
</div>
</section>
<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://repo.katenary.io/Katenary/katenary"><i class="icofont-users-alt-6"></i> Katenary repository</a>
to follow, star, and contribute
</li>
<li>
<a
2025-08-20 23:36:58 +02:00
href="https://matrix.to/#/#katenary:matrix.org"
><i class="icofont-speech-comments"></i> 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>