Skip to content

Commit

Permalink
feat(funding): add patreon
Browse files Browse the repository at this point in the history
  • Loading branch information
GabsEdits committed Dec 16, 2024
1 parent 3a591a1 commit faf15fe
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions src/pages/funding.astro
Original file line number Diff line number Diff line change
Expand Up @@ -205,6 +205,24 @@ import { Icon } from "astro-icon/components";
</div>
</div>
</div>
<div
class="bg-yellow-500 dark:bg-yellow-700 text-white p-8 rounded-lg shadow-md text-center hover:shadow-lg transition-all relative top-0 hover:-top-1"
>
<Icon
name="material-symbols:favorite-outline"
class="w-8 h-8 mb-4 mx-auto"
/>
<h3 class="text-2xl font-bold mb-2">Patreon</h3>
<span
class="bg-yellow-900 dark:bg-yellow-500 text-white px-2 py-1 rounded-full text-sm inline-block mb-4"
>Recurring</span
>
<a
href="https://www.patreon.com/mirkobrombin"
class="mt-4 block bg-white text-yellow-800 py-2 px-4 rounded-lg hover:bg-gray-100 transition-all"
>Donate via Patreon</a
>
</div>
</div>

<section
Expand Down

0 comments on commit faf15fe

Please sign in to comment.