Add donation links

This commit is contained in:
2021-12-12 22:52:59 +00:00
parent aeac0ad8dd
commit 364342778d
3 changed files with 39 additions and 0 deletions

23
donate/index.md Normal file
View File

@@ -0,0 +1,23 @@
---
title: Donate
description: Appreciate my work or want to help out?
layout: default
icon: money
---
Developing projects requires a lot of time, effort, and money! I really appreciate all your support.
<div class="donation-button-container-large">
<a class="image" href="https://www.buymeacoffee.com/mgrove36" target="_blank" rel="noreferrer">
<img
src="https://cdn.buymeacoffee.com/buttons/v2/default-green.png"
alt="Buy me a coffee"
/>
</a>
<a class="image" href="https://www.paypal.com/donate/?hosted_button_id=AW7XJ7KFLC7JG" target="_blank" rel="noreferrer">
<img
src="https://pics.paypal.com/00/s/M2E5OWQyMjItZWU1My00YmEwLTljNmYtYTA2ZTI1OGUzMjA5/file.PNG"
alt="Donate with PayPal"
/>
</a>
</div>