23 lines
728 B
Markdown
23 lines
728 B
Markdown
---
|
|
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> |