copyleftconf-website/pinaxcon/templates/_footer.html
2019-12-06 10:59:31 -05:00

21 lines
838 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="{% static "images/CC-BY-SA-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>