footer: Update for Conservancy.
This commit is contained in:
parent
f886cfe484
commit
c561d0a999
1 changed files with 11 additions and 34 deletions
|
@ -1,43 +1,20 @@
|
|||
{% load staticfiles %}
|
||||
{% load sponsorship_tags %}
|
||||
<div class="homepage-vertical-space"></div>
|
||||
|
||||
<div class="row">
|
||||
|
||||
|
||||
<div class="logo small right">
|
||||
<div class="circle">
|
||||
<div class="fill" style="background-image: url('{% static "images/logo.svg" %}');"></div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div class="footer-copy">
|
||||
<p>© 2019 North Bay Python, member project of <a href="https://sfconservancy.org" >Software Freedom Conservancy</a>, a 501(c)(3) charity.</p>
|
||||
|
||||
{% sponsors "platinum" as platinum %}
|
||||
|
||||
{% comment %}
|
||||
<p>We acknowledge the support of our Platinum sponsor{{ platinum|length|pluralize}},
|
||||
{% for sponsor in platinum %}
|
||||
{% if forloop.last and not forloop.first %}
|
||||
and
|
||||
{% endif %}
|
||||
{{ sponsor }}{% if forloop.last %}.{% endif %}
|
||||
{% endfor %}
|
||||
|
||||
{% endcomment %}
|
||||
|
||||
<p>
|
||||
<a href="https://facebook.com/northbaypython">Facebook</a>
|
||||
| <a href="https://twitter.com/northbaypython">Twitter</a>
|
||||
| <a href="https://www.youtube.com/channel/UCLc1vUexbRTlRBJcUG9U6ug">YouTube</a>
|
||||
| <a href="https://webchat.freenode.net/?channels=%23nbpy">IRC</a>
|
||||
| <a href="/accessibility">Accessibility</a>
|
||||
| <a href="/code-of-conduct">Code of Conduct</a>
|
||||
| <a href="/about/colophon">Colophon</a>
|
||||
| <a href="/terms">Terms and Conditions</a>
|
||||
<a href="/code-of-conduct">Code of Conduct</a>
|
||||
| <a href="https://sfconservancy.org/privacy-policy/">Privacy Policy</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>
|
||||
|
||||
<p>This site is <a href="https://github.com/northbaypython/website">free and open source software</a>, powered by <a href="https://github.com/chrisjrn/symposion/">Symposion</a> and <a href="https://github.com/chrisjrn/registrasion/">Registrasion</a>.</p>
|
||||
</div>
|
||||
</div>
|
||||
|
|
Loading…
Reference in a new issue