2015-03-05 15:32:48 +00:00
{% extends "base_conservancy.html" %}
{% block head %}
< link href = "/jquery-ui.css" rel = "stylesheet" type = "text/css" / >
< link href = "/forms.css" rel = "stylesheet" type = "text/css" / >
< script type = "text/javascript" src = "/jquery.min.js" > < / script >
< script type = "text/javascript" src = "/jquery-ui.min.js" > < / script >
< script type = "text/javascript" src = "/supporter-page.js" > < / script >
{% 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 >
< h3 > Support GPL Compliance Now!< / h3 >
< p > Support our GPL compliance work now & < strong > donation counts double!< / strong > < / p >
2015-03-08 16:32:59 +00:00
$< span id = "fundraiser-so-far" > 32,457.99< / span >
2015-03-05 15:32:48 +00:00
of $< span id = "fundraiser-goal" > 50,000< / span > match met.< br / >
2015-03-05 21:32:49 +00:00
< div id = "progressbar" > < span id = "fundraiser-percentage" style = "float:right; align:center; margin-right:40%" > < / span > < / div >
2015-03-05 15:32:48 +00:00
2015-03-05 15:36:58 +00:00
< p > Donate now via PayPal:
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 -->
< p > Or, < a href = "/supporter/#annual" > < strong > become a Conservancy
Supporter< / strong > < / a > .< / p >
< / 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-03-05 16:02:22 +00:00
< h2 > Our GPL {% block category %}Compliance{% endblock %} Work< / h2 >
2015-03-05 15:32:48 +00:00
< ul >
2015-03-05 16:23:44 +00:00
< li class = "VMwareLawsuitAppeal" > < a href = "/linux-compliance/vmware-lawsuit-appeal.html" > Stand Up For GPL!< / a > < / li >
2015-03-05 16:29:46 +00:00
< li > < a href = "/news/2015/mar/05/vmware-lawsuit/" > VMware Lawsuit: Press Release< / a > < / li >
2015-03-05 16:23:44 +00:00
< li class = "VMwareLawsuitFAQ" > < a href = "/linux-compliance/vmware-lawsuit-faq.html" >
2015-03-05 19:18:39 +00:00
< abbr title = "Frequently Asked Questions" > FAQ< / abbr > on VMware Lawsuit< / a > < / li >
2015-03-05 15:39:39 +00:00
< li class = "AboutCompliance" > < a href = "/linux-compliance/about.html" > About GPL Compliance Project for Linux Developers< / 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 %}