From 694e773ee595adda6a121be95e663f2001abfb66 2014-12-01 18:11:36 From: Bradley M. Kuhn Date: 2014-12-01 18:11:36 Subject: [PATCH] Add Django templating and donation box. --- diff --git a/www/conservancy/static/supporter/index.html b/www/conservancy/static/supporter/index.html index 97e6ca0b7576b7a7de5a357d08f3173e3b00d317..56fa7146bd56ab1e416e5ca38046a1dc059fe9dc 100644 --- a/www/conservancy/static/supporter/index.html +++ b/www/conservancy/static/supporter/index.html @@ -1,3 +1,98 @@ +{% extends "base_conservancy.html" %} +{% block subtitle %}Support Conservancy - {% endblock %} +{% block category %}supporter{% endblock %} + +{% block head %} + + + + +{% endblock %} + +{% block content %} +
+ +
+ + + + +
+ + + + + + ($120 minimum to become a supporter; please increase the amount above if you want to + make a bigger impact to support Conservancy.) + +
Do you want to receive a t-shirt?
+ + Yes + No +
+
T-shirt size:
+ + Men's S + Men's M + Men's L + Men's XL + Men's 2XL + Ladies' S + Ladies' M + Ladies' L + Ladies' XL + +
Do you want your name listed publicly as a Conservancy supporter?:
+ + Yes + No + +
Join Conservancy's Low-Traffic Announcement Email List?
+ + Yes + No +
+ You will be redirected to the Paypal website. + + + +
+

+Other payment methods to become a supporter: +

+

Wire Transfer

+
+ Please + contact Conservancy + by email
for wire transfer instructions.
+ Please Include your currency and country.
+
+
+ +
+

Paper Check

+
+ Send paper check donations of $120 to:
+ Software Freedom Conservancy, Inc.
+ 137 MONTAGUE ST STE 380
+ BROOKLYN, NY 11201-3548
+ Please write SUPPORTER PROGRAM and your t-shirt size in the memo line. +
+
+ +

Other Ways to Donate

+ +
+
+ + +
+

Software Freedom Conservancy is an essential organization to free and open source software. We are the home of over 30 projects like @@ -60,7 +155,6 @@ internal policies are published and available for scrutiny.

Please join our Supporter program and spread software freedom!

[1] the shirts will ship First Quarter 2015. +
- - - +{% endblock %}