2010-09-26 21:20:05 +00:00
{% extends "base_conservancy.html" %}
{% block subtitle %}Donations - {% endblock %}
{% block category %}donate{% endblock %}
{% block content %}
2014-12-03 18:16:40 +00:00
< h1 > Donate to Conservancy!< / 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
2021-03-30 15:57:37 +00:00
Conservancy’ s work.< / p >
2010-09-26 21:20:05 +00:00
2021-10-15 00:23:42 +00:00
< h3 > < a href = "/sustainer/#annual" > Become a Sustainer Now!< / a > < / h3 >
2021-03-30 15:57:37 +00:00
< p > The best way to donate to Conservancy is
2021-10-15 00:23:42 +00:00
via < a href = "/sustainer/#annual" > our official Sustainer program< / a > , which
earns a t-shirt and other surprise Sustainer-only perks throughout the
2021-03-30 15:57:37 +00:00
year.< / p >
2015-11-25 20:12:06 +00:00
< p > But, there are many other great ways to donate to Conservancy as
well, listed below:< / p >
2018-10-24 19:29:21 +00:00
< h3 > Donate via PayPal (including Visa, Mastercard, AMEX or ACH)< / h3 >
2013-12-18 02:33:01 +00:00
2018-10-24 19:29:21 +00:00
< p > You can use this method to donate any amount.
You can donate once or set up a recurring monthly donation.< / p >
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" >
2018-10-24 19:29:21 +00:00
< input type = "image" src = "https://www.paypalobjects.com/en_US/i/btn/btn_donateCC_LG.gif" style = "border:0" name = "submit" alt = "Donate via PayPal" >
2010-09-26 21:20:05 +00:00
< / form >
2021-03-30 15:57:37 +00:00
< h3 > Donate by paper check< / h3 >
< p > Send paper check donations, drawn in US Dollars, to:< / p >
< p > Software Freedom Conservancy< br / >
137 MONTAGUE ST STE 380< br / >
Brooklyn, NY 11201-3548< br / >
USA
2013-12-18 02:32:34 +00:00
< / p >
2021-03-30 15:57:37 +00:00
< h3 > Donate by wire transfer or bank transfer< / h3 >
< p > Donations are accepted by wire transfer. Please write to
< < a href = "mailto:donate@sfconservancy.org" > donate@sfconservancy.org< / a > >
to let us know what country you’ re donating from and what currency you’ re
sending, and we’ ll send back the instructions you need.< / p >
< p > Conservancy has accounts to receieve US Dollars and Euros. We’ ll convert
other currencies to US Dollars.< / p >
2013-12-18 02:32:34 +00:00
2021-03-30 15:57:37 +00:00
< p > This method is called a “ wire transfer” in the United States,
but it’ s usually compatible with most online banking forms that people
use in Europe and elsewhere to send funds. Please just contact us if you
need to donate in native currency from your country and we’ ll discuss
it.< / p >
2015-11-25 20:12:06 +00:00
2021-12-16 21:51:24 +00:00
< h3 id = "employer-matching" > Employer Matching!< / h3 >
< p > If you work for a company based in the USA, your company may have a
donation matching program for 501(c)(3) charities. Please contact your
HR, Personnel, or charitable giving department and ask! If you need
assistance in talking with your company about this, please don't hesitate
to ask us!< / p >
2021-03-30 15:57:37 +00:00
< h3 > Donate a portion of your eBay sales< / h3 >
2013-12-18 02:32:34 +00:00
2021-03-30 15:57:37 +00:00
< p > Through the eBay/PayPal Giving Fund program, you can < a href = "http://givingworks.ebay.com/charity-auctions/charity/software-freedom-conservancy-inc/57449/" > donate a portion of your eBay sale proceeds to Software Freedom Conservancy< / a > . You can also < a href = "https://www.paypal.com/webapps/mpp/search-cause?charityId=57449" > donate directly through the PayPal Giving Fund< / a > .< / p >
2015-11-25 20:12:06 +00:00
2013-12-18 02:32:49 +00:00
< h3 > Donate stock< / h3 >
2021-03-30 15:57:37 +00:00
< p > Conservancy can accept donation of stocks. Please
contact < < a href = "mailto:donate@sfconservancy.org" > donate@sfconservancy.org< / a > >
2013-12-18 02:32:49 +00:00
for details.< / p >
2010-09-26 21:20:05 +00:00
2021-03-30 15:57:37 +00:00
< h3 > Donate to our projects< / h3 >
2015-11-25 20:12:06 +00:00
< p > Finally, Conservancy also maintains directed donation programs for
2021-03-30 15:57:37 +00:00
its < a href = "/projects/current/" > member projects< / a > . Using the PayPal
Donate button on that page is the easiest way to donate to a specific
project. You can also designate a donation for a project in the memo line of
a check or wire transfer.< / p >
2015-11-25 20:12:06 +00:00
2021-03-30 15:57:37 +00:00
< h3 > Donations are usually tax-deductible!< / h3 >
2015-11-25 20:12:06 +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 %}