Skip to content

Commit a871105

Browse files
authored
New PayPal donation button with recurrence and our logo. (#73)
* New PayPal donation button with recurrance and our logo. * Better title and alt text. * Run build.sh
1 parent 697029e commit a871105

File tree

2 files changed

+10
-10
lines changed

2 files changed

+10
-10
lines changed

docs/donations/index.html

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -239,11 +239,11 @@ <h2 class="text-center text-2xl-4xl font-normal">Donating To The Haskell Foundat
239239
Individuals can donate to the Haskell Foundation and help us drive broader adoption of the Haskell language. Click the button to donate through PayPal!
240240
</p>
241241
<center>
242-
<form action="https://www.paypal.com/donate" method="post" target="_top">
243-
<input type="hidden" name="hosted_button_id" value="26J88UNH38BDL" />
244-
<input type="image" src="https://www.paypalobjects.com/en_US/i/btn/btn_donate_LG.gif" border="1" name="submit" title="PayPal - The safesr, easier way to pay online!" alt="Donate!" />
245-
<img alt border="0" src="https://www.paypal.com/en_US/i/scr/pixel.gif" width="1" height="1" />
246-
</form>
242+
<form action="https://www.paypal.com/donate" method="post" target="_top">
243+
<input type="hidden" name="hosted_button_id" value="MG5HKV4VTH9UG" />
244+
<input type="image" src="https://www.paypalobjects.com/en_US/i/btn/btn_donate_LG.gif" border="0" name="submit" title="Donate to the Haskell Foundation using PayPal!" alt="Donate to the Haskell Foundation with our PayPal button" />
245+
<img alt border="0" src="https://www.paypal.com/en_US/i/scr/pixel.gif" width="1" height="1" />
246+
</form>
247247
</center>
248248
</div>
249249
</div>

site/donations/index.html

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -43,11 +43,11 @@ <h2 class="text-center text-2xl-4xl font-normal">Donating To The Haskell Foundat
4343
Individuals can donate to the Haskell Foundation and help us drive broader adoption of the Haskell language. Click the button to donate through PayPal!
4444
</p>
4545
<center>
46-
<form action="https://www.paypal.com/donate" method="post" target="_top">
47-
<input type="hidden" name="hosted_button_id" value="26J88UNH38BDL" />
48-
<input type="image" src="https://www.paypalobjects.com/en_US/i/btn/btn_donate_LG.gif" border="1" name="submit" title="PayPal - The safesr, easier way to pay online!" alt="Donate!" />
49-
<img alt="" border="0" src="https://www.paypal.com/en_US/i/scr/pixel.gif" width="1" height="1" />
50-
</form>
46+
<form action="https://www.paypal.com/donate" method="post" target="_top">
47+
<input type="hidden" name="hosted_button_id" value="MG5HKV4VTH9UG" />
48+
<input type="image" src="https://www.paypalobjects.com/en_US/i/btn/btn_donate_LG.gif" border="0" name="submit" title="Donate to the Haskell Foundation using PayPal!" alt="Donate to the Haskell Foundation with our PayPal button" />
49+
<img alt="" border="0" src="https://www.paypal.com/en_US/i/scr/pixel.gif" width="1" height="1" />
50+
</form>
5151
</center>
5252
</div>
5353
</div>

0 commit comments

Comments
 (0)