Skip to content

Commit ea04923

Browse files
authored
Merge branch 'hakyll' into hiw-2025-eventbrite
2 parents 9ae8f9c + 173aa8c commit ea04923

File tree

2 files changed

+4
-11
lines changed

2 files changed

+4
-11
lines changed

templates/donations/list.html

+2-6
Original file line numberDiff line numberDiff line change
@@ -13,14 +13,10 @@ <h1 class="text-2xl-5xl">Donations</h1>
1313
<h2 class="text-center text-2xl-4xl font-normal">Donating To The Haskell Foundation</h2>
1414
<div class="mt-8 space-y-8 max-w-2xl mx-auto">
1515
<p>
16-
Individuals can donate to the Haskell Foundation and help us drive broader adoption of the Haskell language. Click the button to donate through PayPal!
16+
Individuals can donate to the Haskell Foundation and help us drive broader adoption of the Haskell language. Click the button to donate through Donorbox!
1717
</p>
1818
<center>
19-
<form action="https://www.paypal.com/donate" method="post" target="_top">
20-
<input type="hidden" name="hosted_button_id" value="MG5HKV4VTH9UG" />
21-
<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" />
22-
<img alt="" border="0" src="https://www.paypal.com/en_US/i/scr/pixel.gif" width="1" height="1" />
23-
</form>
19+
<script src="https://donorbox.org/widget.js" paypalExpress="false"></script> <iframe src="https://donorbox.org/embed/donation-button-52?" name="donorbox" allowpaymentrequest="allowpaymentrequest" seamless="seamless" frameborder="0" scrolling="no" height="900px" width="100%" style="max-width: 500px; min-width: 250px; max-height:none!important" allow="payment"></iframe>
2420
</center>
2521
</div>
2622
</div>

templates/nav.html

+2-5
Original file line numberDiff line numberDiff line change
@@ -88,12 +88,9 @@
8888

8989
</li>
9090

91+
9192
<li class="relative">
92-
<form action="https://www.paypal.com/donate" method="post" target="_top">
93-
<input type="hidden" name="hosted_button_id" value="MG5HKV4VTH9UG" />
94-
<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" />
95-
<img alt="" border="0" src="https://www.paypal.com/en_US/i/scr/pixel.gif" width="1" height="1" />
96-
</form>
93+
<a class="dbox-donation-page-button" href="https://donorbox.org/donation-button-52?" style="background: rgb(94, 80, 134); color: rgb(255, 255, 255); text-decoration: none; font-family: Verdana, sans-serif; display: flex; gap: 8px; width: fit-content; font-size: 16px; border-radius: 5px; line-height: 24px; padding: 8px 24px;"><img src="https://donorbox.org/images/white_logo.svg">Donate</a>
9794
</li>
9895
</ul>
9996
</nav>

0 commit comments

Comments
 (0)