Files @ a726124475c7
Branch filter:

Location: CopyleftConf/copyleftconf-website/pinaxcon/templates/_footer.html

Brett Smith
templates: Improved sponsors page listing for sponsors without logos.
{% 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>