Getting much closer! Still need to finalize About and write Journey.
This commit is contained in:
@ -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