Ben Sturmfels
531a97a3c9
The directory nesting is unnecessary here and confusing to navigate. I've moved all apps to the project subdirectory, currently called "www", but soon to be renamed "conservancy". I've also moved manage.py to the top-level directory.
91 lines
3.8 KiB
HTML
91 lines
3.8 KiB
HTML
{% extends "base_conservancy.html" %}
|
||
{% block subtitle %}Donations - {% endblock %}
|
||
{% block category %}donate{% endblock %}
|
||
{% block content %}
|
||
|
||
<h1>Donate to Conservancy!</h1>
|
||
|
||
<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>
|
||
|
||
<h3><a href="/sustainer/#annual">Become a Sustainer Now!</a></h3>
|
||
|
||
<p>The best way to donate to Conservancy is
|
||
via <a href="/sustainer/#annual">our official Sustainer program</a>, which
|
||
earns a t-shirt and other surprise Sustainer-only perks throughout the
|
||
year.</p>
|
||
|
||
<p>But, there are many other great ways to donate to Conservancy as
|
||
well, listed below:</p>
|
||
|
||
<h3 id="paypal">Donate via PayPal (including Visa, Mastercard, AMEX or ACH)</h3>
|
||
|
||
<p>You can use this method to donate any amount.
|
||
You can donate once or set up a recurring monthly donation.</p>
|
||
|
||
<form action="https://www.paypal.com/cgi-bin/webscr" method="post">
|
||
<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" style="border:0" name="submit" alt="Donate via PayPal">
|
||
</form>
|
||
|
||
<h3 id="check">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
|
||
</p>
|
||
|
||
<h3 id="wire">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>
|
||
|
||
<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>
|
||
|
||
<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>
|
||
|
||
<h3 id="ebay">Donate a portion of your eBay sales</h3>
|
||
|
||
<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>
|
||
|
||
|
||
<h3 id="stock">Donate stock</h3>
|
||
|
||
<p>Conservancy can accept donation of stocks. Please
|
||
contact <<a href="mailto:donate@sfconservancy.org">donate@sfconservancy.org</a>>
|
||
for details.</p>
|
||
|
||
<h3 id="projects">Donate to our projects</h3>
|
||
|
||
<p>Finally, Conservancy also maintains directed donation programs for
|
||
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>
|
||
|
||
<h3 id="taxes">Donations are usually tax-deductible!</h3>
|
||
|
||
<p>Software Freedom Conservancy, Inc. is a 501(c)(3) organization
|
||
incorporated in New York, and donations made to it are fully tax-deductible to the extent permitted by law.</p>
|
||
|
||
{% endblock %}
|