diff --git a/pinaxcon/templates/static_pages/about/donate.html b/pinaxcon/templates/static_pages/about/donate.html new file mode 100644 index 0000000000000000000000000000000000000000..2144ef666fe1dec43479f515c6c9fdfe8a5826a7 --- /dev/null +++ b/pinaxcon/templates/static_pages/about/donate.html @@ -0,0 +1,52 @@ +{% extends "page_with_title_and_lede.html" %} + +{% load i18n %} + +{% block head_title %}Donate{% endblock %} + +{% block heading %}Donate to North Bay Python{% endblock %} + +{% block body_class %}about{% endblock %} + +{% block lede %} + Donations to North Bay Python are processed by Software Freedom Conservancy, Inc. a 501(c)(3) organization incorporated in New York, and donations made to it are fully tax-deductible to the extent permitted by law. +{% endblock %} + + +{% block content %} + +

Donate by credit/debit card or ACH bank transfer (via PayPal)

+ +

+

+ + + + +
+

+ +

We accept Visa, MasterCard, American Express, Discover, and bank transfer.

+ + +

Donate by US bank check

+ +

We can accept checks drawn in USD from banks in the United States.

+ +

Please make the check payable to "Software Freedom Conservancy, Inc." and place "Directed donation: North Bay Python" in the memo field.

+ +

Mail your check to:

+ +
+ Software Freedom Conservancy, Inc.
+ 137 Montague ST STE 380
+ BROOKLYN, NY 11201
+ United States +
+ + +

Other donation methods

+

We can accept donations through other means, including wire transfer. To enquire, please e-mail spam@northbaypython.org.

+ + +{% endblock %}