add dwolla donation option.
Andrew Lewman

Andrew Lewman commited on 2012-10-16 22:04:32
Zeige 2 geänderte Dateien mit 19 Einfügungen und 0 Löschungen.

... ...
@@ -1212,6 +1212,13 @@ small {
1212 1212
 		line-height: 13px;
1213 1213
 		}
1214 1214
 
1215
+	dwolla p {
1216
+		text-align: justify;
1217
+		margin-top: 10px;
1218
+		font-size: 11px;
1219
+		line-height: 13px;
1220
+		}
1221
+
1215 1222
 /*
1216 1223
  Project page
1217 1224
 */
... ...
@@ -22,6 +22,7 @@
22 22
   <ul class="hlist">
23 23
     <li><a href="#paypal">Paypal</a></li>
24 24
     <li><a href="#amazon">Amazon Payments</a></li>
25
+    <li><a href="#dwolla">Dwolla</a></li>
25 26
     <li><a href="#givv">Givv.org</a></li>
26 27
     <li><a href="#cash">checks, money orders, bank transfers, stock
27 28
     grants, or other more sophisticated transactions</a></li>
... ...
@@ -153,6 +154,17 @@ Account</small>
153 154
 		<small>Requires an Amazon Account</small>
154 155
 	 </div>
155 156
 <!-- END AMAZON -->
157
+<!-- BEGIN DWOLLA -->
158
+    <a id="dwolla"></a>
159
+    <div class="dbox dsmall dwolla">
160
+      <h3>Donate via Dwolla</h3>
161
+      <p>Dwolla is a peer to peer payment platform which allows users to
162
+exchange money quickly, safely, at a lower cost.</p>
163
+      <p style="text-align:center;"><strong><a
164
+href="https://www.dwolla.com/hub/ thetorproject">Continue to Dwolla
165
+&raquo;</a></strong></p>
166
+    </div>
167
+<!-- END DWOLLA -->
156 168
 <!-- BEGIN GIVV -->
157 169
     <a id="givv"></a>
158 170
     <div class="dbox dsmall givv">
159 171