2022-10-08 09:19:40 -05:00
|
|
|
#!/usr/bin/php
|
2022-10-16 09:22:44 -05:00
|
|
|
<!-- 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>
|
2022-10-19 04:56:51 -05:00
|
|
|
<li><a href="https://foodtolive.com/shop/organic-green-lentils/"
|
|
|
|
target="_blank" rel="noopener noreferrer"
|
|
|
|
>
|
|
|
|
Lentils</a> (prefer green or brown)
|
|
|
|
</li>
|
2022-10-16 09:22:44 -05:00
|
|
|
<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>
|