From 194708a9120c0b29420e407fc5d05cd09456c9d2 Mon Sep 17 00:00:00 2001 From: Ellpeck Date: Wed, 14 Aug 2024 23:00:16 +0200 Subject: [PATCH] reactivate support section --- _data/support.json | 17 ++++++----------- _includes/support.html | 5 +---- 2 files changed, 7 insertions(+), 15 deletions(-) diff --git a/_data/support.json b/_data/support.json index 8ca9fc1..8462465 100644 --- a/_data/support.json +++ b/_data/support.json @@ -2,30 +2,25 @@ { "name": "🪙 Buy Stuff I Made", "text": "Some of the stuff I make is directly for sale, and buying it is an easy way to support me! For example, you can buy my game Tiny Life on Steam.", - "link": "#projects", - "hide": true + "link": "#projects" }, { "name": "☕ Buy me a Coffee", "text": "Ko-fi is a great site that allows you to send me just enough money to buy a coffee. And I love those. You can also use it to send monthly payments, but the other sites in this list are usually better for that.", - "link": "https://ko-fi.com/ellpeck", - "hide": true + "link": "https://ko-fi.com/ellpeck" }, { "name": "⭐ Become a Patron", "text": "Patreon allows you to support me on a monthly basis with an amount of money of your choosing. You can also get fun rewards, like player accessories to impress your friends when using my Minecraft mods!", - "link": "https://patreon.com/Ellpeck", - "hide": true + "link": "https://patreon.com/Ellpeck" }, { "name": "💻 Sponsor on GitHub", "text": "GitHub Sponsors is basically Patreon for programmers, and it provides a monthly support option, but it also allows you to make one-time payments. Here, you can get the same rewards as you get on Patreon.", - "link": "https://github.com/sponsors/Ellpeck", - "hide": true + "link": "https://github.com/sponsors/Ellpeck" }, { - "name": "💖 Help Others Instead", - "text":"I don't currently need additional monetary support, but thank you so much for considering supporting me! If you need a way to get rid of your extra cash, I recommend donating to charities like Outright International, Black Lives Matter, the Global Fund for Women, or the Autistic Self Advocacy Network.", - "hide": false + "name": "💖 Support All of Us", + "text": "If you need a good way to get rid of your extra cash while benefitting all of us, I recommend donating to charities like Outright International, Black Lives Matter, the Global Fund for Women, or the Autistic Self Advocacy Network." } ] diff --git a/_includes/support.html b/_includes/support.html index f2f7d31..1c079e7 100644 --- a/_includes/support.html +++ b/_includes/support.html @@ -1,13 +1,10 @@

💸 Support Me

- Most of the projects you know me from, I work on in my free time, but by supporting me, you help out with all of my projects equally. A bit of extra cash is always helpful for me, and it feels especially good when it comes from something that I enjoy doing a lot. ❤️ + Many of the projects you know me from, I work on in my free time. By supporting me, you help out with all of my projects equally. A bit of extra cash is always helpful, and it feels especially good when it comes from something that I enjoy doing. ❤️

{% for item in site.data.support %} - {% if item.hide %} - {% continue %} - {% endif %}