2015-03-05 15:32:48 +00:00
{% extends "base_conservancy.html" %}
2015-03-09 06:19:07 +00:00
{% load cache %}
2015-03-09 05:04:24 +00:00
{% load humanize %}
2015-03-05 15:32:48 +00:00
{% block head %}
< link href = "/jquery-ui.css" rel = "stylesheet" type = "text/css" / >
< link href = "/forms.css" rel = "stylesheet" type = "text/css" / >
{% endblock %}
{% block outercontent %}
< div class = "donate-sidebar" >
< table style = "background-color:#afe478;width:100%;" >
< tr > < td style = "text-align:center;padding:10px;padding-bottom:10px;" >
< div id = "donate-box" class = "toggle-unit" > < h1 class = "toggle-content" > Support
Now!< / h1 > < / div >
2015-11-23 19:00:18 +00:00
< h3 > Support Compliance Now!< / h3 >
2015-03-05 15:32:48 +00:00
2015-11-23 19:00:18 +00:00
< p >
To support our copyleft compliance work,
2015-04-03 16:45:17 +00:00
please… < / p >
2015-03-05 15:32:48 +00:00
2015-03-09 15:46:16 +00:00
< p > < span class = "donate-box-highlight" > Donate now via PayPal:< / span >
2015-03-05 19:18:39 +00:00
< / p >
2015-03-05 15:32:48 +00:00
<!-- PayPal start -->
< form action = "https://www.paypal.com/cgi-bin/webscr" method = "post" target = "_top" >
< input type = "hidden" name = "cmd" value = "_s-xclick" >
< input type = "hidden" name = "hosted_button_id" value = "4ZKJN4F9BMFAS" >
< input type = "image" src = "https://www.paypalobjects.com/en_US/i/btn/btn_donateCC_LG.gif" style = "border:0" name = "submit" alt = "PayPal - The safer, easier way to pay online!" >
< img alt = "" style = "border:0" src = "https://www.paypalobjects.com/en_US/i/scr/pixel.gif" width = "1" height = "1" >
< / form >
<!-- PayPal end -->
2015-03-09 15:46:16 +00:00
< p > Or, < a href = "/supporter/#annual" > < span class = "donate-box-highlight" > become a Conservancy
Supporter< / span > < / a > (— a better option if you're donating more
2015-03-08 18:50:39 +00:00
than $120, since you'll get a t-shirt!).< / p >
2015-03-05 15:32:48 +00:00
< / td > < / tr > < / table >
< / div >
2015-03-05 21:25:08 +00:00
< div class = "content-with-donate-sidebar" >
2015-03-05 15:32:48 +00:00
< div id = "container" >
< div id = "sidebar" class = "{% block submenuselection %}other{% endblock %}" >
2015-11-23 19:00:18 +00:00
< h2 > Our Copyleft {% block category %}Compliance{% endblock %} Projects< / h2 >
2015-03-05 15:32:48 +00:00
< ul >
2016-12-31 19:31:34 +00:00
< li class = "AboutCompliance" > < a href = "/copyleft-compliance/about.html" > About< / a > < / li >
< li class = "CopyleftPrinciples" > < a href = "/copyleft-compliance/principles.html" > Principles of Community-Oriented GPL Enforcement< / a > < / li >
2020-07-15 21:52:42 +00:00
< li class = "EnforcementStrategy" > < a href = "/copyleft-compliance/enforcement-strategy.html" > Current Copyleft Enforcement Strategy< / a > < / li >
< li class = "LiberateFirmware" > < a href = "/copyleft-compliance/firmware-liberation.html" > Liberate IoT Firmware via GPL Enforcement< / a > < / li >
2019-04-04 18:52:02 +00:00
< li class = "VMwareLawsuitLinks" > < a href = "/copyleft-compliance/vmware-lawsuit-links.html" > VMware Lawsuit: Summary and Resources< / a > < / li >
2015-03-08 03:35:31 +00:00
< li class = "CopyleftOrg" > < a href = "https://copyleft.org/" > copyleft.org< / a > < / li >
2015-03-05 15:32:48 +00:00
< / ul >
< / div >
< div id = "mainContent" > {% block content %}{% endblock %}
< / div >
2015-03-05 15:35:27 +00:00
< / div > < / div >
2015-03-05 15:32:48 +00:00
{% endblock %}