mirror of
https://github.com/go-task/task.git
synced 2026-07-08 14:35:18 +00:00
docs: migrate website to vitepress (#2359)
Co-authored-by: Pete Davison <pd93.uk@outlook.com> Co-authored-by: Andrey Nering <andreynering@users.noreply.github.com>
This commit is contained in:
66
website/src/donate.md
Normal file
66
website/src/donate.md
Normal file
@@ -0,0 +1,66 @@
|
||||
---
|
||||
title: Donate
|
||||
layout: doc
|
||||
outline: false
|
||||
---
|
||||
|
||||
# :pray: Support Taskfile
|
||||
|
||||
If you find this project useful, consider supporting its ongoing development.
|
||||
|
||||
> This is just a way to say **“thank you”** — donations won’t provide priority
|
||||
> support or special privileges.
|
||||
|
||||
## :trophy: Gold Sponsorship
|
||||
|
||||
Companies donating **$50/month or more** can become a **Gold Sponsor**, featured
|
||||
on:
|
||||
|
||||
- The website homepage
|
||||
- The GitHub repository README
|
||||
|
||||
> 💬 To be featured, contact @andreynering with your logo.
|
||||
>
|
||||
> ⚠️ Suspicious or inappropriate businesses (e.g. gambling, casinos) will be
|
||||
> rejected.
|
||||
|
||||
## :heart: GitHub Sponsors _(recommended)_
|
||||
|
||||
The preferred way to donate is through **GitHub Sponsors**. We suggest splitting
|
||||
your donation equally between maintainers:
|
||||
|
||||
<div style="display: flex; gap: 1rem; flex-wrap: wrap; margin: 1rem 0;">
|
||||
<a href="https://github.com/sponsors/andreynering" target="_blank">
|
||||
<img src="https://img.shields.io/badge/@andreynering-30363d?logo=github&logoColor=white&style=for-the-badge" />
|
||||
</a>
|
||||
<a href="https://github.com/sponsors/pd93" target="_blank">
|
||||
<img src="https://img.shields.io/badge/@pd93-30363d?logo=github&logoColor=white&style=for-the-badge" />
|
||||
</a>
|
||||
<a href="https://github.com/sponsors/vmaerten" target="_blank">
|
||||
<img src="https://img.shields.io/badge/@vmaerten-30363d?logo=github&logoColor=white&style=for-the-badge" />
|
||||
</a>
|
||||
</div>
|
||||
|
||||
## :globe_with_meridians: Open Collective
|
||||
|
||||
Prefer **Open Collective**? Choose a tier:
|
||||
|
||||
- [$2/month](https://opencollective.com/task/contribute/backer-4034/checkout)
|
||||
- [$5/month](https://opencollective.com/task/contribute/supporter-8404/checkout)
|
||||
- [$20/month](https://opencollective.com/task/contribute/sponsor-4035/checkout)
|
||||
- [$50/month](https://opencollective.com/task/contribute/sponsor-28775/checkout)
|
||||
- [🎯 Custom / One-time](https://opencollective.com/task/donate)
|
||||
|
||||
## :credit_card: PayPal
|
||||
|
||||
You can also make a **one-time donation** to @andreynering via PayPal:
|
||||
|
||||
[Donate via PayPal](https://www.paypal.com/cgi-bin/webscr?cmd=_donations&business=GSVDU63RKG45A¤cy_code=USD&source=url)
|
||||
|
||||
## :brazil: PIX (Brazil only)
|
||||
|
||||
If you're in Brazil, you can also support @andreynering via PIX:
|
||||
|
||||
<img src="/img/pix.png" width="200" height="200" alt="PIX QR Code" />
|
||||
|
||||
Thank you for helping Taskfile grow and stay maintained! 💚
|
||||
Reference in New Issue
Block a user