Chad
623cba3262
* Add comment that it was built from scratch. * Add a link to Modern Day Wizards and my personal media. Simplify text. * Change to "media" since there are also videos. * Simplify text, add nomad note. * Update support pages: better text, currencies first, remove many options. * Change word to sound more like I'm talking. * Update wordiness and provide disclaimer on top rather than only for email. * Update wordiness. * Use a more legible purple. * Remove extra word. * Fix link including a space. * Fix word order. * Make the banner more useful! :) * Simplify verbiage. * Enhance the look/feel of the addresses. * Remove more words. * Remove excess word. * More major rewording, also added mission/goal. * Remove 'the'.
47 lines
1.4 KiB
PHP
Executable File
47 lines
1.4 KiB
PHP
Executable File
#!/usr/bin/php
|
|
<!-- How people can support me with currency if they so desire. -->
|
|
<div class="row" id="donate">
|
|
<h2 class="col-12 header">Donate</h2>
|
|
</div>
|
|
<div class="row">
|
|
<div class="col-12 text">
|
|
<p>
|
|
Monetary donations can be provided below through cryptocurrencies.
|
|
</p>
|
|
<!--<ul class="indent"><li>
|
|
<table class="border">
|
|
<thead>
|
|
<tr>
|
|
<th class="center"><strong>Description</strong></th>
|
|
<th class="center"><strong>Ticker#</strong></th>
|
|
<th class="left"><strong>Address</strong></th>
|
|
</tr>
|
|
</thead>
|
|
<tbody>
|
|
<tr>
|
|
<td class="center">Monero</td>
|
|
<td class="center">XMR</td>
|
|
<td class="left">4ATk6owoMki46CuVfyAHS57FB5deqVFudTsaifQC1cfmcaQemgPEftcjZcW9DmcyfrfdRjxHQ9m4JAVSorYTgm6h8JnT7ao</td>
|
|
</tr>
|
|
<tr>
|
|
<td class="center">LBRY/Odysee Credit</td>
|
|
<td class="center">LBC</td>
|
|
<td class="left">bDWP6qZajtm9Q9EkryKTorRwKFd5eDbPJj</td>
|
|
</tr>
|
|
</tbody>
|
|
</table>
|
|
</li></ul>-->
|
|
|
|
<strong><code>XMR | Monero</code></strong>
|
|
<ul class="indent"><li>
|
|
<kbd>4ATk6owoMki46CuVfyAHS57FB5deqVFudTsaifQC1cfmcaQemgPEftcjZcW9DmcyfrfdRjxHQ9m4JAVSorYTgm6h8JnT7ao</kbd>
|
|
</li></ul>
|
|
|
|
<strong><code>LBC | LBRY/Odysee Credit</code></strong>
|
|
<ul class="indent"><li>
|
|
<kbd>bDWP6qZajtm9Q9EkryKTorRwKFd5eDbPJj</kbd>
|
|
</li></ul>
|
|
|
|
</div>
|
|
</div>
|