summaryrefslogtreecommitdiff
path: root/pages/donate.php
diff options
context:
space:
mode:
author53hornet <atc@53hor.net>2021-12-22 23:13:52 -0500
committer53hornet <atc@53hor.net>2021-12-22 23:13:52 -0500
commit68b8068554f98890ec0330a97e32310b8c30b0dc (patch)
tree698226de9c2b5a28ca47fe2bee43ad17183dd775 /pages/donate.php
parentc4132486acea24c75e6ed0e74eb329d879990c17 (diff)
download53hor-68b8068554f98890ec0330a97e32310b8c30b0dc.tar.xz
53hor-68b8068554f98890ec0330a97e32310b8c30b0dc.zip
feat: add monero do donate, update post, add rss to links
Diffstat (limited to 'pages/donate.php')
-rw-r--r--pages/donate.php27
1 files changed, 24 insertions, 3 deletions
diff --git a/pages/donate.php b/pages/donate.php
index b7962d1..d368844 100644
--- a/pages/donate.php
+++ b/pages/donate.php
@@ -1,4 +1,4 @@
-<h1>Donation</h1>
+<h1>Donations</h1>
<?php
if (!empty($_GET) && isset($_GET['success'])) {
@@ -8,12 +8,33 @@ if (!empty($_GET) && isset($_GET['success'])) {
?>
<p>
+ Find exactly the snippet of code you were looking for here? Couldn't wrap your head around a concept until I explained it my way? Just enjoy reading my site?
+</p>
+
+<p>
If you like what I do, you're welcome to donate.
</p>
-<h2><a href="https://buy.stripe.com/cN24gB4nD3En3Li288">Click to Donate Once</a></h2>
+<h2>Stripe</h2>
+
+<p>
+ I am charged a <a href="https://stripe.com/pricing">2.9%+30c fee per transaction</a>. Click below for
+</p>
+
+<p class="centered">
+ <a class="donation" href="https://buy.stripe.com/cN24gB4nD3En3Li288">A single gift</a>
+ or
+ <a class="donation" href="https://buy.stripe.com/dR6eVfg6l2Aj2He6op">Recurring gifts</a>
+</p>
+
+<h2>Monero Cryptocurrency</h2>
+
+<p>
+ I accept Monero at the following address. Click to view the plain address.
+
+ <a href="/assets/monero.txt"><img title="<?php include('assets/monero.txt') ?>" alt="my Monero address, made with qrencode(1)" src="/assets/monero.svg"></a>
+</p>
-<h2><a href="https://buy.stripe.com/dR6eVfg6l2Aj2He6op">Click to Donate Monthly</a></h2>
<?php
exit();