This commit is contained in:
Jeremy Thomas
2024-03-21 16:11:54 +00:00
parent 16f1b76881
commit 69877a652c
3261 changed files with 255369 additions and 108913 deletions

View File

@@ -0,0 +1,20 @@
<footer class="bd-footer footer has-text-centered">
<div class="container">
<div class="columns">
<div class="column is-4">
{% include about/author.html %}
</div>
<div class="column is-4">
{% include about/contribute.html %}
</div>
<div class="column is-4">
{% include about/share.html %}
</div>
</div>
<div class="bd-footer-tsp has-text-centered">
Source code licensed <a href="https://opensource.org/licenses/mit-license.php" target="_blank">MIT</a>.
Website content licensed <a rel="license" href="https://creativecommons.org/licenses/by-nc-sa/4.0/" target="_blank">CC BY-NC-SA 4.0</a>
</div>
</div>
</footer>