Compare commits

...

2 Commits

Author SHA1 Message Date
Ben Harris 1ba813eb69 fix some links 2022-11-10 11:38:15 -05:00
Ben Harris 291f69fd09 remove glyphicons and local copy of bootstrap 2022-11-10 11:37:47 -05:00
4 changed files with 5 additions and 10 deletions

File diff suppressed because one or more lines are too long

View File

@ -66,7 +66,7 @@
<strong><a
href="https://patreon.com/{{ _cfg("patreon-campaign") }}"
style="color: #51acc7">
Patreon <i class="glyphicon glyphicon-share"></i>
Patreon
</a></strong> ({{ patreon_count }} supporter{{ "s" if patreon_count != 1 else "" }})
</p>
{% endif %}
@ -77,7 +77,7 @@
<strong><a
class="text-warning"
href="https://liberapay.com/{{ _cfg("liberapay-campaign") }}">
Liberapay <i class="glyphicon glyphicon-share"></i>
Liberapay
</a></strong> ({{ lp_count }} supporter{{ "s" if lp_count != 1 else "" }})
</p>
{% endif %}
@ -88,7 +88,7 @@
<strong><a
class="text-primary"
href="https://github.com/{{gh_user}}">
GitHub <i class="glyphicon glyphicon-share"></i>
GitHub
</a></strong> ({{ gh_count }} supporter{{ "s" if lp_count != 1 else "" }})
</p>
{% endif %}

View File

@ -53,7 +53,7 @@ const currency = "{{ _cfg("currency") }}";
<div class="container text-center">
<p>
<small class="text-muted">
Powered by <a href="https://github.com/ddevault/fosspay">fosspay</a>.
Powered by <a href="https://tildegit.org/ben/fosspay">fosspay</a>.
</small>
</p>
</div>

View File

@ -1,4 +1,4 @@
<p>Your donation here supports <a href="https://tilde.club">tilde.club</a>, <a href="https://tilde.team/">tilde.team</a> and the <a href="https://tildeverse.org">tildeverse</a>. I pay for hosting and domain costs out of pocket and spend far more time than I should running these services. Anything you can pitch in helps keep everything up and running.</p>
<p>Your donation here supports <a href="https://tilde.club">tilde.club</a>, <a href="https://tilde.team/">tilde.team</a>, <a href="https://tilde.zone">tilde.zone</a> and the <a href="https://tildeverse.org">tildeverse</a>. I pay for hosting and domain costs out of pocket and spend far more time than I should running these services. Anything you can pitch in helps keep everything up and running.</p>
<p>My hosting costs are around $230/month, and domains and backup space are over $400/year (yes, I have too many <a href="https://tilde.team/wiki/domains">domains</a> and it's my own fault there).</p>