feather/_includes/footer.html
2017-02-28 15:40:22 -08:00

15 lines
1.0 KiB
HTML

<footer class="section footer">
<div class="container footer-container">
<div class="footer-main">
<ul class="footer-links">
<li class="footer-link"><a href="https://www.paypal.com/cgi-bin/webscr?cmd=_donations&business=G6CPFZ6PQRZW8&lc=US&item_name=Feather&currency_code=USD&bn=PP%2dDonationsBF%3abtn_donateCC_LG%2egif%3aNonHosted" target="_blank">Donate</a></li>
<li class="footer-link"><a href="https://github.com/colebemis/feather" target="_blank">GitHub</a></li>
<li class="footer-link"><a href="https://github.com/colebemis/feather/releases" target="_blank">Release Notes</a></li>
<li class="footer-link"><a href="https://github.com/colebemis/feather/blob/gh-pages/LICENSE" target="_blank">License</a></li>
<li class="footer-link"><a href="mailto:cole@colebemis.com" target="_blank">Contact</a></li>
</ul>
<p class="made-with-love"><a href="http://colebemis.com" target="_blank">Made with &lt;3 by Cole Bemis</a></p>
</div>
<p class="version">Version {{ site.data.package.version }}</p>
</div>
</footer>