Skip to content

Commit

Permalink
Add link for one-time donations to donate banner
Browse files Browse the repository at this point in the history
  • Loading branch information
Gargron committed Sep 20, 2023
1 parent 3e419b0 commit db99ecb
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions themes/mastodon/layouts/shortcodes/donate.html
Original file line number Diff line number Diff line change
@@ -1,10 +1,11 @@
<div class="not-prose rounded-md p-8 flex flex-col items-center mt-8 border border-blurple-500">
<h3 class="text-lg font-bold mb-2">Thank you for supporting Mastodon</h3>
<h3 class="text-lg font-bold mb-2 text-center">Thank you for supporting Mastodon</h3>

<p class="text-md mb-8 text-center">We develop and maintain the free and open-source software that powers the social web. There is no capital behind this—we rely entirely on your support through platforms like Patreon.</p>

<div class="flex gap-4">
<a href="https://joinmastodon.org/sponsors" class="flex-0 text-sm items-center justify-center rounded-md border-2 border-blurple-500 py-2 px-4 !font-semibold text-blurple-500 transition-colors hover:border-blurple-600 hover:text-blurple-600 flex">View our sponsors</a>
<div class="flex flex-col md:flex-row gap-4">
<a href="https://patreon.com/mastodon" class="flex-0 text-sm items-center justify-center rounded-md border-2 border-blurple-500 bg-blurple-500 py-2 px-4 !font-semibold text-white transition-colors hover:border-blurple-600 hover:bg-blurple-600 flex">Donate on Patreon</a>
<a href="https://donate.stripe.com/00g5l42h8ezY3YcaEE" class="flex-0 text-sm items-center justify-center rounded-md border-2 border-blurple-500 bg-blurple-500 py-2 px-4 !font-semibold text-white transition-colors hover:border-blurple-600 hover:bg-blurple-600 flex">Donate directly</a>
<a href="https://joinmastodon.org/sponsors" class="flex-0 text-sm items-center justify-center rounded-md border-2 border-blurple-500 py-2 px-4 !font-semibold text-blurple-500 transition-colors hover:border-blurple-600 hover:text-blurple-600 flex">View our sponsors</a>
</div>
</div>

1 comment on commit db99ecb

@vercel
Copy link

@vercel vercel bot commented on db99ecb Sep 20, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

blog – ./

blog-mastodon.vercel.app
blog-git-master-mastodon.vercel.app
blog-sigma-puce.vercel.app

Please sign in to comment.