Update donation language
authorJonathan S. Katz <jonathan.katz@excoventures.com>
Fri, 1 Jul 2022 02:23:50 +0000 (22:23 -0400)
committerJonathan S. Katz <jonathan.katz@excoventures.com>
Fri, 1 Jul 2022 02:23:50 +0000 (22:23 -0400)
This makes it clearer that the PayPal/credit card methos is
preferrable to alternative methods.

templates/pages/index.html

index fde7f4cdacdc9f7f98a7930e9e08491de10d9496..04d5ed79fe8db789f6792dadb19de1cd9ed44199 100644 (file)
@@ -7,19 +7,19 @@
   <h2>Donate</h2>
   <p>
     If you would like to help support the mission of the PostgreSQL Community
-    Association of Canada (PGCAC) through a bank transfer donation, or by other
-    means, please contact the PGCAC board at
-    <a href="mailto:board@lists.postgres.ca">board@lists.postgres.ca</a>.
-  </p>
-  <p>
-    Alternatively, donations can be made via PayPal, either with a PayPal account
+    Association of Canada (PGCAC) donations can be made via PayPal, either with a PayPal account
     or directly using a credit or debit card:
     <form action="https://www.paypal.com/donate" method="post" target="_top">
-<input type="hidden" name="hosted_button_id" value="FDSGMYVA93E9L" />
-<input type="image" src="https://www.paypalobjects.com/en_US/i/btn/btn_donate_SM.gif" border="0" name="submit" title="PayPal - The safer, easier way to pay online!" alt="Donate with PayPal button" />
-<img alt="" border="0" src="https://www.paypal.com/en_CA/i/scr/pixel.gif" width="1" height="1" />
+      <input type="hidden" name="hosted_button_id" value="FDSGMYVA93E9L" />
+      <input type="image" src="https://www.paypalobjects.com/en_US/i/btn/btn_donate_SM.gif" border="0" name="submit" title="PayPal - The safer, easier way to pay online!" alt="Donate with PayPal button" />
+      <img alt="" border="0" src="https://www.paypal.com/en_CA/i/scr/pixel.gif" width="1" height="1" />
     </form>
   </p>
+  <p>
+    Alternatively, if you wish to make a donation through a bank transfer or by
+    other means, please contact the PGCAC board at
+    <a href="mailto:board@lists.postgres.ca">board@lists.postgres.ca</a>.
+  </p>
  </div>
 
  <div class="pgFrontBox">