2022-10-06 22:16:27 -05:00
|
|
|
#!/usr/bin/php
|
2022-10-06 22:28:17 -05:00
|
|
|
<!--
|
|
|
|
Page to provide ways people can support me.
|
|
|
|
-->
|
2022-10-06 22:16:27 -05:00
|
|
|
<?php
|
|
|
|
include "helpers/body_open.php";
|
2022-10-06 22:28:17 -05:00
|
|
|
?>
|
|
|
|
|
2022-10-16 09:22:44 -05:00
|
|
|
<div class="row">
|
|
|
|
<h1 class="col-12 title">Support</h1>
|
|
|
|
</div>
|
|
|
|
<div class="row">
|
2024-01-26 02:50:43 +00:00
|
|
|
<div class="col-12 header center" >
|
2024-01-28 08:52:59 -07:00
|
|
|
<img src="/files/media/icons/support.jpg">
|
2024-01-26 02:50:43 +00:00
|
|
|
</div>
|
2022-10-16 09:22:44 -05:00
|
|
|
<div class="col-12 text">
|
2024-01-25 07:37:10 -07:00
|
|
|
<p>
|
|
|
|
Your contributions are completely optional and very much
|
|
|
|
appreciated. Thank you for considering me and my work!
|
2022-10-16 09:22:44 -05:00
|
|
|
</p>
|
|
|
|
</div>
|
2022-10-13 07:29:46 -05:00
|
|
|
</div>
|
2022-10-06 22:28:17 -05:00
|
|
|
|
|
|
|
<?php
|
|
|
|
include "subpages/support/donate.php";
|
2025-01-04 10:42:19 -07:00
|
|
|
// 2025-01-04 Not really looking for this type of thing.
|
|
|
|
//include "subpages/support/gifts.php";
|
2022-10-06 22:16:27 -05:00
|
|
|
|
|
|
|
include "helpers/body_close.php";
|
|
|
|
?>
|