Files
Odin/tools/odin-html-docs/footer.txt.html
T
2022-01-22 19:37:35 +00:00

46 lines
1.8 KiB
HTML
Raw Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
</div>
</main>
<footer class="odin-footer">
<div class="container pb-5 pt-5">
<div class="row g-4">
<div class="col">
<a class="navbar-brand" href="https://odin-lang.org">
<img class="mb-3" src="https://odin-lang.org/logo.svg" height="30" alt="Odin"></a>
<p>
The Data-Oriented Language for Sane Software Development.
</p>
</div>
<nav class="col-md-auto">
<h4 class="fw-normal">Resources</h4>
<ul class="list-unstyled">
<li><a href="https://odin-lang.org/docs" class="link-light">Docs</a></li>
<li><a href="https://pkg.odin-lang.org/" class="link-light">Packages</a></li>
<li><a href="https://odin-lang.org/news" class="link-light">News</a></li>
</ul>
</nav>
<nav class="col-md-auto">
<h4 class="fw-normal">Community</h4>
<ul class="list-unstyled">
<li><a href="https://github.com/odin-lang/Odin" target="_blank" class="link-light">GitHub</a></li>
<li><a href="https://discord.com/invite/sVBPHEv" target="_blank" class="link-light">Discord</a></li>
<li><a href="https://www.twitch.tv/ginger_bill" target="_blank" class="link-light">Twitch</a></li>
<li><a href="https://www.youtube.com/channel/UCUSck1dOH7VKmG4lRW7tZXg" target="_blank" class="link-light">YouTube</a></li>
</ul>
</nav>
<nav class="col-md-auto">
<h4 class="fw-normal">Contribute</h4>
<ul class="list-unstyled">
<li><a href="https://github.com/odin-lang/Odin/issues" target="_blank" class="link-light">Issues</a></li>
<li><a href="https://www.patreon.com/gingerbill" target="_blank" class="link-light">Donate</a></li>
</ul>
</nav>
</div>
<div class="mt-4 text-muted">© 20162022 Ginger Bill</div>
</div>
</footer>
<script src="https://odin-lang.org/lib/bootstrap/js/bootstrap.min.js"></script>
<script src="https://odin-lang.org/js/script.js"></script>
<script>hljs.highlightAll()</script>