youfoundjk_TeXcore/docs/overrides/partials/footer.html
2026-06-05 14:50:35 +02:00

40 lines
1.5 KiB
HTML

<footer class="md-footer">
<div class="md-footer-meta custom-footer" role="contentinfo">
<div class="md-footer-meta__inner md-grid">
<section class="custom-footer__brand" aria-label="Project">
<div class="custom-footer__title">TeXcore</div>
<p class="custom-footer__tagline">
A powerful indexing & referencing system for theorems & equations in Obsidian.
</p>
<a
class="custom-footer__kofi"
href="https://github.com/YouFoundJK"
target="_blank"
rel="noopener"
aria-label="Support this project"
>
<img src="https://ko-fi.com/img/githubbutton_sm.svg" alt="Support me" loading="lazy" />
</a>
</section>
<nav class="custom-footer__column" aria-label="Key docs">
<h3>Documentation</h3>
<a href="https://youfoundjk.github.io/TeXcore/">Docs Home</a>
<a href="https://youfoundjk.github.io/TeXcore/getting-started/">Getting Started</a>
<a href="https://youfoundjk.github.io/TeXcore/configuration/settings/"
>Settings Reference</a
>
</nav>
<nav class="custom-footer__column" aria-label="Project and support links">
<h3>Project</h3>
<a href="https://github.com/YouFoundJK/TeXcore" target="_blank" rel="noopener"
>GitHub Repository</a
>
<a href="https://github.com/YouFoundJK" target="_blank" rel="noopener"
>YouFoundJK on GitHub</a
>
</nav>
</div>
</div>
</footer>