[tor-commits] r25847: {website} add dwolla donation option. (in website/trunk: css donate/en)

Andrew Lewman andrew at torproject.org
Tue Oct 16 20:04:32 UTC 2012


Author: phobos
Date: 2012-10-16 20:04:32 +0000 (Tue, 16 Oct 2012)
New Revision: 25847

Modified:
   website/trunk/css/layout.css
   website/trunk/donate/en/donate.wml
Log:
add dwolla donation option.


Modified: website/trunk/css/layout.css
===================================================================
--- website/trunk/css/layout.css	2012-10-15 16:49:21 UTC (rev 25846)
+++ website/trunk/css/layout.css	2012-10-16 20:04:32 UTC (rev 25847)
@@ -1212,6 +1212,13 @@
 		line-height: 13px;
 		}
 
+	dwolla p {
+		text-align: justify;
+		margin-top: 10px;
+		font-size: 11px;
+		line-height: 13px;
+		}
+
 /*
  Project page
 */

Modified: website/trunk/donate/en/donate.wml
===================================================================
--- website/trunk/donate/en/donate.wml	2012-10-15 16:49:21 UTC (rev 25846)
+++ website/trunk/donate/en/donate.wml	2012-10-16 20:04:32 UTC (rev 25847)
@@ -22,6 +22,7 @@
   <ul class="hlist">
     <li><a href="#paypal">Paypal</a></li>
     <li><a href="#amazon">Amazon Payments</a></li>
+    <li><a href="#dwolla">Dwolla</a></li>
     <li><a href="#givv">Givv.org</a></li>
     <li><a href="#cash">checks, money orders, bank transfers, stock
     grants, or other more sophisticated transactions</a></li>
@@ -153,6 +154,17 @@
 		<small>Requires an Amazon Account</small>
 	 </div>
 <!-- END AMAZON -->
+<!-- BEGIN DWOLLA -->
+    <a id="dwolla"></a>
+    <div class="dbox dsmall dwolla">
+      <h3>Donate via Dwolla</h3>
+      <p>Dwolla is a peer to peer payment platform which allows users to
+exchange money quickly, safely, at a lower cost.</p>
+      <p style="text-align:center;"><strong><a
+href="https://www.dwolla.com/hub/ thetorproject">Continue to Dwolla
+»</a></strong></p>
+    </div>
+<!-- END DWOLLA -->
 <!-- BEGIN GIVV -->
     <a id="givv"></a>
     <div class="dbox dsmall givv">



More information about the tor-commits mailing list