Skip to content

Commit 173aa8c

Browse files
authored
Merge pull request #491 from jmct/donor-box
Update nav.html to include new donate button
2 parents 1a12987 + 73b3ea6 commit 173aa8c

File tree

1 file changed

+2
-5
lines changed

1 file changed

+2
-5
lines changed

Diff for: 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)