bitgoblin-website/views/support.twig

18 lines
978 B
Twig
Raw Permalink Normal View History

2022-07-09 13:20:07 -04:00
{% extends 'layout.twig' %}
{% block title %}Support{% endblock %}
2022-07-09 13:20:07 -04:00
{% block content %}
<div class="row">
<div class="columns twelve">
<p>Unfortunately money doesnt grow on trees, and a lot of the stuff that I purchase to make videos on can be quite expensive. My content is available free-of-charge on YouTube, but if you dont mind helping support me financially any help would be much appreciated.</p>
<p>The primary way to support my work is through donations on <a href="https://patreon.com/BitGoblin">my Patreon page</a>. I dont have any reward tiers over there yet, but I do plan on adding some rewards at some point in the future.</p>
<p>You can also support me by <a href="https://www.joinhoney.com/ref/9ohqcf9">joining Honey using my referral link</a>! Honey helps you save money on popular websites by searching for coupons to get you discounts while youre shopping. And the best part is that its free!</p>
</div>
</div>
2022-07-09 13:20:07 -04:00
{% endblock %}