2010-09-26 21:20:05 +00:00
{% extends "base_conservancy.html" %}
{% block subtitle %}Donations - {% endblock %}
{% block category %}donate{% endblock %}
{% block content %}
2010-10-03 23:07:48 +00:00
< h1 > Become a Conservancy Supporter!< / h1 >
2010-09-26 21:20:05 +00:00
2010-10-03 23:07:48 +00:00
< p > As a not-for-profit charity, Conservancy relies on support from the
public to continue its work. Please give generously to support
Conservancy's work.< / p >
2010-09-26 21:20:05 +00:00
2010-10-03 23:07:48 +00:00
< p > By donating below, you'll directly support the operation of Conservancy
itself. Conservancy also maintains directed donation programs for
2011-10-28 08:54:27 +00:00
its < a href = "/members/current/" > member projects< / a > . Donation links for these
2010-10-03 23:07:48 +00:00
directed donation programs can found on the individual websites
2011-10-28 08:54:27 +00:00
of our < a href = "/members/current/" > members< / a > .< / p >
2010-10-03 23:07:48 +00:00
2011-02-21 01:23:27 +00:00
< h3 > Donate via Google Checkout (including Visa, Mastercard, AMEX, or Discover)< / h3 >
2010-09-26 21:20:05 +00:00
< script type = "text/javascript" >
function validateAmount(amount){
if(amount.value.match( /^[0-9]+(\.([0-9]+))?$/)){
return true;
}else{
alert('You must enter a valid donation.');
amount.focus();
return false;
}
}
< / script >
2011-02-21 01:23:27 +00:00
< form action = "https://checkout.google.com/cws/v2/Donations/622836985124940/checkoutForm" id = "BB_BuyButtonForm" method = "post" name = "BB_BuyButtonForm" onSubmit = "return validateAmount(this.item_price_1)" target = "_top" >
< input name = "item_name_1" type = "hidden" value = "Donation supporting the Software Freedom Conservancy, Inc." / >
< input name = "item_description_1" type = "hidden" value = "This donation is to the Software Freedom Conservancy, Inc., a 501(c)(3) non-profit organization incorporated in New York." / >
2010-09-26 21:20:05 +00:00
< input name = "item_quantity_1" type = "hidden" value = "1" / >
< input name = "item_currency_1" type = "hidden" value = "USD" / >
< input name = "item_is_modifiable_1" type = "hidden" value = "true" / >
< input name = "item_min_price_1" type = "hidden" value = "10.0" / >
< input name = "item_max_price_1" type = "hidden" value = "25000.0" / >
< input name = "_charset_" type = "hidden" value = "utf-8" / >
< table cellpadding = "5" cellspacing = "0" width = "1%" >
< tr >
2011-02-21 01:23:27 +00:00
< td align = "right" nowrap = "nowrap" width = "1%" > $ < input id = "item_price_1" name = "item_price_1" onfocus = "this.style.color='black'; this.value='';" size = "6" type = "text" value = "100.00" / >
2010-09-26 21:20:05 +00:00
< / td >
< td align = "left" width = "1%" >
< input alt = "Donate" src = "https://checkout.google.com/buttons/donateNow.gif?merchant_id=622836985124940&w=115&h=50&style=white&variant=text&loc=en_US" type = "image" / >
< / td >
< / tr >
< / table >
< / form >
2012-10-05 19:10:23 +00:00
< h3 > Donate via Flattr< / h3 >
2012-10-05 19:29:55 +00:00
< p >
2012-10-05 19:10:23 +00:00
< a href = "http://www.flattr.com" > Flattr< / a > is a social micro-payment system that allows users to make donations via the web. Like Google Checkout, Flattr does not charge any processing fees on donations to Conservancy. If you are a Flattr user and you would like to "flattr" Conservancy with a donation, click on the button below:
< / p >
< a href = "http://flattr.com/thing/922714/Donate-to-Software-Freedom-Conservancy" target = "_blank" >
2012-10-05 19:29:55 +00:00
< img src = "http://api.flattr.com/button/flattr-badge-large.png" alt = "Flattr us!" title = "Flattr us!" border = "0" / > < / a >
2012-10-05 19:10:23 +00:00
2010-10-03 23:07:48 +00:00
< h3 > Donate by paper check< / h3 >
2010-09-26 21:20:05 +00:00
2011-10-27 07:25:25 +00:00
< p > Send paper check donations, drawn in USD, to:< / p >
2010-09-26 21:20:05 +00:00
< p > Software Freedom Conservancy< br / >
2010-10-03 23:07:48 +00:00
137 MONTAGUE ST STE 380< br / >
Brooklyn, NY 11201-3548< br / >
2010-09-26 21:20:05 +00:00
USA
< / p >
2011-02-21 01:23:27 +00:00
< h3 > Donate via Paypal (including Visa, Mastercard, AMEX or ACH)< / h3 >
2010-09-26 21:20:05 +00:00
< form action = "https://www.paypal.com/cgi-bin/webscr" method = "post" >
2011-07-06 13:44:59 +00:00
< input type = "hidden" name = "cmd" value = "_s-xclick" >
< input type = "hidden" name = "hosted_button_id" value = "ZMQKSPUYQLWZW" >
< input type = "image" src = "https://www.paypalobjects.com/en_US/i/btn/btn_donateCC_LG.gif" border = "0" name = "submit" alt = "PayPal - The safer, easier way to pay online!" >
< img alt = "" border = "0" src = "https://www.paypalobjects.com/en_US/i/scr/pixel.gif" width = "1" height = "1" >
2010-09-26 21:20:05 +00:00
< / form >
2011-07-15 13:52:16 +00:00
< h3 > Donate by wire transfer< / h3 >
< p > Donations are accepted by wire transfer. Please
2011-07-20 16:57:42 +00:00
contact < a href = "mailto:accounting@sfconservancy.org" > < accounting@sfconservancy.org> < / a >
2011-07-15 13:52:16 +00:00
for wire transfer instructions. Please be sure to note in the email
what country the wire transfer will initiate from and what currency
it will be in.< / p >
2010-09-26 21:20:05 +00:00
2012-10-05 19:10:23 +00:00
< p > Software Freedom Conservancy, Inc. is a 501(c)(3) organization
2010-10-03 23:07:48 +00:00
incorporated in New York, and donations made to it are fully tax-deductible to the extent permitted by law.< / p >
2010-09-26 21:20:05 +00:00
{% endblock %}