Changeset - 54740b49fbe1
[Not reviewed]
master
0 3 0
Brett Smith - 4 years ago 2020-02-11 15:18:40
brettcsmith@brettcsmith.org
templates: Archive site.
3 files changed with 3 insertions and 7 deletions:
0 comments (0 inline, 0 general)
pinaxcon/templates/_footer.html
Show inline comments
...
 
@@ -2,13 +2,13 @@
 
<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>
 
      | <a href="https://k.sfconservancy.org/CopyleftConf/copyleftconf-website/files/copyleftconf2020-final/">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
pinaxcon/templates/static_pages/homepage.html
Show inline comments
...
 
@@ -27,14 +27,10 @@ defend software freedom for users and developers around the world.</p>
 
<p>Who’s organizing this? Software Freedom Conservancy is a not-for-profit charity that helps promote,
 
improve, develop, and defend Free, Libre, and Open Source Software (FLOSS) projects. Conservancy
 
provides a non-profit home and infrastructure for FLOSS projects. Conservancy is one of the few
 
 organizations currently working on enforcement of the GPL, the world’s most popular copyleft license.</p>
 

	
 
<p>This event will provide a friendly and safe place for discussion of all aspects of copyleft, including as a
 
key strategy for defending software freedom! Your sponsorship will help make this a sustainable annual
 
event, that can welcome students and scholars at a minimal cost. Any questions about financial, coffee
 
break or in-kind sponsorship options should be directed to <a href="mailto:contact@copyleftconf.org">contact@copyleftconf.org</a>.</p>
 

	
 
<p><strong><a href="/tickets">Tickets on sale now!</a></strong> Get ‘em while they last!</p>
 
key strategy for defending software freedom!</p>
 
</div>
 

	
 
{% endblock %}
pinaxcon/templates/symposion/sponsorship/list.html
Show inline comments
 
{% extends "symposion/sponsorship/list_.html" %}
 

	
 
{% load sponsorship_tags %}
 
{% load thumbnail %}
 

	
 
{% block lede %}
 
  We're grateful to the following organizations, who've made a substantial contribution to CopyleftConf 2020. Learn how you can join us by checking out <a href="/sponsors/become-a-sponsor">our prospectus</a>.
 
  We're grateful to the following organizations, who've made a substantial contribution to CopyleftConf 2020.
 
{% endblock %}
 

	
 
{% block content %}
 
  {% sponsor_levels as levels %}
 
  {% for level in levels %}
 
    {% if level.sponsors %}
0 comments (0 inline, 0 general)