Files @ ddfa4cf15edb
Branch filter:

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

Brett Smith
cfp: Extended.
{% 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>
    </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>