From 6e49d079dae5ec9c6e126bb6b96fe9aaa8d254bc 2013-05-01 02:17:04 From: Bradley M. Kuhn Date: 2013-05-01 02:17:04 Subject: [PATCH] Create pop-down of text for other donation methods. For those methods that require further explanation, configure so that the text appears upon clicking. --- diff --git a/www/conservancy/static/campaign/index.html b/www/conservancy/static/campaign/index.html index ab5a3b3a24547429c3123a0fbc1902b55200f9f6..882c1899c3925dd0b1d510d428e569a0fddee8fa 100644 --- a/www/conservancy/static/campaign/index.html +++ b/www/conservancy/static/campaign/index.html @@ -14,6 +14,25 @@ {% endblock %} @@ -243,7 +262,29 @@ evbind(document.getElementById('bank-account-form'), 'submit', - Balanced end --> -

Contact Conservancy by email
for other donation methods.

+
+

Donate by Wire Transfer?

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

Donate by Paper Check?

+
+ Send paper check donations to:
+ Software Freedom Conservancy, Inc.
+ 137 MONTAGUE ST STE 380
+ BROOKLYN, NY 11201-3548
+ Please write NPO ACCOUNTING in the memo line. +
+
+ diff --git a/www/conservancy/static/conservancy.css b/www/conservancy/static/conservancy.css index 5dec0022a9a6a1b03eb292f3cd664092cccbcfae..cd2f41d6ae34b84f299809ebec7e82a2985288b9 100644 --- a/www/conservancy/static/conservancy.css +++ b/www/conservancy/static/conservancy.css @@ -272,3 +272,5 @@ body.conservancy-campaign #navbar ul li.campaign a width: 200px; font-size: 12px; } + +.clickable {cursor: pointer;}