diff --git a/pinaxcon/templates/static_pages/sponsors/donate.html b/pinaxcon/templates/static_pages/sponsors/donate.html new file mode 100644 index 0000000000000000000000000000000000000000..ee4de4909ccee6a9f103a3b1932404007639ce7e --- /dev/null +++ b/pinaxcon/templates/static_pages/sponsors/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 %}sponsors{% 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 %}