Files
website-v2/templates/donate/_donate-button.html
Greg Newman d9424f104d 🚧 Donate view
* Added donate TemplateView and pulled in copy from existing site
* Pulled paypal donate forms from existing site
* Added license.txt file to static which is linked to from the copy
* Added links to the donate view

Issue: #34
2022-11-30 10:14:04 -05:00

14 lines
735 B
HTML

<div class="my-11">
<form action="https://www.paypal.com/cgi-bin/webscr" method="post" target="_top" style="width: 250px; margin-left:auto; margin-right: auto;">
<input type="hidden" name="cmd" value="_s-xclick">
<input type="hidden" name="hosted_button_id" value="B8N63QM4ZDN74">
<input type="image" src="https://www.paypalobjects.com/en_US/i/btn/btn_donateCC_LG.gif" border="0" name="submit" alt="PayPal The safer, easier way to pay online!" style="display:block; margin-left:auto; margin-right:auto;">
<p>
<button type="submit" style="width:250px; height:64px; white-space:normal;">
Donate once-off, or a recurring donation with Paypal or Credit/Debit card
</button>
</p>
</form>
</div>