24 lines
1.7 KiB
HTML
Raw Normal View History

2021-01-13 18:58:23 -05:00
<!-- Footer -->
<footer id="footer">
<ul class="alt-icons">
<li><a href="{{ site.data.social.twitter_link }}" class="icon brands fa-twitter" target="_blank"><span class="label">Twitter</span></a></li>
<li><a href="{{ site.data.social.facebook_link }}" class="icon brands fa-facebook-f" target="_blank"><span class="label">Facebook</span></a></li>
<li><a href="{{ site.data.social.github_link }}" class="icon brands fa-github" target="_blank"><span class="label">GitHub</span></a></li>
<li><link rel="alternate" type="application/rss+xml" href="{{ site.data.social.rss_link }}" class="icon solid fa-rss" target="_blank"></li>
2021-01-13 18:58:23 -05:00
<li><a href="mailto:{{ site.data.global.info_email }}" class="icon solid fa-envelope" target="_blank"><span class="label">Email</span></a></li>
</ul>
<p class="copyright">
2023-05-03 13:06:15 -04:00
&copy; 2013-<script>document.write(new Date().getFullYear())</script> {{ site.data.global.legal_title }} <br />
<a href="/humans.txt" target="_blank">Imagined by humans</a>, <a href="https://jekyllrb.com/" target="_blank">built with Jekyll</a>, and <a href="https://sharpetronics.com" target="_blank">hosted by {{ site.data.global.legal_title }}.</a><br />
Served with <a href="https://github.com/drogonframework/drogon" target="_blank">Drogon &#128009;.</a><br />
<!-- GNU General Public License -->
{{ site.data.global.license_shorthand }}<br />
2023-10-22 15:16:16 -04:00
<a href="https://gnu.org/" target="_blank">Supported</a> &#128147; by <a href="https://gnu.org/" target="_blank">GNU.</a>
2021-01-13 18:58:23 -05:00
</p>
<ul class="menu">
2022-07-26 21:59:19 -04:00
<li><a href="{{ site.data.global.terms_link }}">Terms of Use</a></li>
2021-01-13 18:58:23 -05:00
<li><a href="{{ site.data.global.privacy_link }}">Privacy Policy</a></li>
<li><a href="{{ site.data.global.sitemap_link }}">Sitemap</a></li>
</ul>
</footer>