agnes-love/donate.njk

30 lines
1 KiB
Text
Raw Normal View History

2026-06-25 00:57:39 +00:00
---
layout: layouts/base.njk
permalink: "/donate/"
title: Support My Work
---
<h1 class="text-2xl font-bold mb-6">Support My Work</h1>
<div class="prose prose-lg dark:prose-invert max-w-none">
{% if site.donate.message %}
<p>{{ site.donate.message }}</p>
{% else %}
<p>If you like what I do or any of the sites I host, and you'd like to support me, you can do so here:</p>
{% endif %}
<a href='https://ko-fi.com/L4L41BD0U8' target='_blank'><img height='36' style='border:0px;height:36px;' src='https://storage.ko-fi.com/cdn/kofi3.png?v=6' border='0' alt='Buy Me a Coffee at ko-fi.com' /></a>
{% if site.donate.github %}
<h2>Ongoing Support</h2>
<p>For ongoing support, consider sponsoring me on GitHub:</p>
<div class="my-6">
<a href="https://github.com/sponsors/{{ site.donate.github }}" target="_blank" rel="noopener"
class="inline-flex items-center px-6 py-3 bg-gray-800 text-white rounded-lg hover:bg-gray-900 transition-colors">
💖 GitHub Sponsors
</a>
</div>
{% endif %}
</div>