mirror of
https://github.com/youfoundjk/TeXcore.git
synced 2026-07-22 07:33:31 +00:00
40 lines
1.5 KiB
HTML
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>
|