copyleftconf-website/pinaxcon/templates/_footer.html

22 lines
849 B
HTML
Raw Normal View History

2017-08-14 00:21:02 +00:00
{% load staticfiles %}
2017-08-13 02:11:38 +00:00
<div class="row">
2017-08-16 03:36:15 +00:00
<div class="footer-copy">
2017-10-11 00:50:27 +00:00
2018-10-10 14:58:11 +00:00
<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>
2018-10-10 14:58:11 +00:00
</p>
2017-10-11 00:50:27 +00:00
2018-06-29 22:18:01 +00:00
<p>
2018-10-10 14:58:11 +00:00
<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>.
2017-08-23 16:29:37 +00:00
</p>
2017-08-13 02:11:38 +00:00
</div>
</div>