copyleftconf-website/pinaxcon/templates/_footer.html
2019-10-01 09:05:55 -04:00

21 lines
849 B
HTML

{% load staticfiles %}
<div class="row">
<div class="footer-copy">
<p>
<a href="/code-of-conduct">Code of Conduct</a>
| <a href="https://sfconservancy.org/privacy-policy/">Privacy Policy</a>
| <a href="https://k.sfconservancy.org/CopyleftConf/copyleftconf-website">Website Source Code</a>
</p>
<p>
<a rel="license" href="https://creativecommons.org/licenses/by-sa/4.0"><img class="center-block" alt="Creative Commons License" style="border-width:0" src="https://i.creativecommons.org/l/by-sa/4.0/88x31.png"></a>
<br>This page, and all contents herein, unless a license is otherwise
specified, are licensed under a
<a rel="license" href="https://creativecommons.org/licenses/by-sa/4.0">Creative
Commons Attribution-ShareAlike 4.0 International License</a>.
</p>
</div>
</div>