Begin adding Suppot subpage which has recurring payment methods.
This commit is contained in:
Executable
+23
@@ -0,0 +1,23 @@
|
|||||||
|
#!/usr/bin/php
|
||||||
|
<!-- How people can support me in a recurring manner.. -->
|
||||||
|
<div class="row" id="donate">
|
||||||
|
<h2 class="col-12 header">Donate</h2>
|
||||||
|
</div>
|
||||||
|
|
||||||
|
<div class="row text">
|
||||||
|
|
||||||
|
<div class="col-6 center border">
|
||||||
|
<strong class="spacing">Preference 1 - BMAC or patreon?</strong>
|
||||||
|
<p>Send any type of coin.</p>
|
||||||
|
<div class="header">
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
|
||||||
|
<div class="col-6 center border">
|
||||||
|
<strong class="spacing">Preference 2 - The other one!</strong>
|
||||||
|
<p>Donate directly to an address.</p>
|
||||||
|
<div class="header">
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
|
||||||
|
</div>
|
||||||
Reference in New Issue
Block a user