Getting much closer! Still need to finalize About and write Journey.
This commit is contained in:
@ -1,2 +1,35 @@
|
||||
#!/usr/bin/php
|
||||
<!-- How people can support me with currency if they so desire. -->
|
||||
<!-- 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>
|
||||
</div>
|
||||
</div>
|
||||
|
@ -1,2 +1,59 @@
|
||||
#!/usr/bin/php
|
||||
<!-- Gift ideas such as dried fruit, teas, etc. -->
|
||||
<!-- Gift ideas such as dried fruit, teas, etc. -->
|
||||
<div class="row" id="donate">
|
||||
<h2 class="col-12 header">Gifts</h2>
|
||||
</div>
|
||||
<div class="row">
|
||||
<div class="col-12 text">
|
||||
<p>
|
||||
Please reach out before purchasing any of these to make sure that I do
|
||||
not already have an excess supply. I can also provide a good address
|
||||
in case I have moved around. I also recommend you buying these for
|
||||
yourself if you'd like to add delicious nutritious food to your diet!
|
||||
</p>
|
||||
<strong>Food Items</strong>
|
||||
<ul class="indent">
|
||||
<li><a href="https://foodtolive.com/shop/organic-mango-cheeks/"
|
||||
target="_blank" rel="noopener noreferrer"
|
||||
>
|
||||
Mango
|
||||
</a></li>
|
||||
<li><a href="https://foodtolive.com/shop/organic-jasmine-rice/"
|
||||
target="_blank" rel="noopener noreferrer"
|
||||
>
|
||||
Jasmine Rice</a> (tends to be out of stock)
|
||||
</li>
|
||||
<li><a href="https://foodtolive.com/shop/organic-long-grain-white-rice/"
|
||||
target="_blank" rel="noopener noreferrer"
|
||||
>
|
||||
Long Grain White Rice</a> (if jasmine is still out of stock)
|
||||
</li>
|
||||
<li><a href="https://foodtolive.com/shop/organic-tri-color-quinoa/"
|
||||
target="_blank" rel="noopener noreferrer"
|
||||
>
|
||||
Quinoa</a> (color does not matter)
|
||||
</li>
|
||||
<li><a href="https://foodtolive.com/shop/organic-amaranth/"
|
||||
target="_blank" rel="noopener noreferrer"
|
||||
>
|
||||
Amaranth
|
||||
</a></li>
|
||||
</ul>
|
||||
<strong>Bulk Teas</strong>
|
||||
<ul class="indent">
|
||||
<li><a href="https://www.davidsonstea.com/Tulsi_Pure_Leaves_Loose_Leaf.aspx"
|
||||
target="_blank" rel="noopener noreferrer"
|
||||
>
|
||||
Tulsi
|
||||
</a></li>
|
||||
<li><a href="https://www.davidsonstea.com/South_African_Rooibos_Loose_Leaf.aspx"
|
||||
target="_blank" rel="noopener noreferrer"
|
||||
>
|
||||
Rooibos
|
||||
</a></li>
|
||||
<!--<li><a href="">
|
||||
???
|
||||
</a></li>-->
|
||||
</ul>
|
||||
</div>
|
||||
</div>
|
||||
|
Reference in New Issue
Block a user