-
Notifications
You must be signed in to change notification settings - Fork 18
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add link for one-time donations to donate banner
- Loading branch information
Showing
1 changed file
with
4 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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> |
db99ecb
There was a problem hiding this comment.
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