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'.
85 lines
2.7 KiB
PHP
Executable File
85 lines
2.7 KiB
PHP
Executable File
#!/usr/bin/php
|
|
<!-- Gift ideas such as dried fruit, teas, etc. -->
|
|
<div class="row" id="gifts">
|
|
<h2 class="col-12 header">Gifts</h2>
|
|
</div>
|
|
<div class="row">
|
|
<div class="col-12 text">
|
|
<p>
|
|
Please reach out before purchasing anything to make sure that I
|
|
am both 1) in need and 2) capable of receiving them somewhere.
|
|
</p>
|
|
<!--<p>
|
|
Note that I normally only eat organic and clean food. Anything
|
|
purchased as inorganic or with preservatives such as sulfites may be
|
|
regifted or discarded upon receipt. Thank you for understanding.
|
|
</p>-->
|
|
<strong>Food Items</strong>
|
|
<ul>
|
|
<li>
|
|
Dried Mango
|
|
<ol>
|
|
<li>
|
|
<a href="https://www.madeinnature.com/products/mangoes-dried-fruit"
|
|
target="_blank" rel="noopener noreferrer"
|
|
>Made in Nature</a>
|
|
</li>
|
|
<li>
|
|
<a href="https://www.safeway.com/shop/product-details.960465482.html"
|
|
target="_blank" rel="noopener noreferrer"
|
|
>Safeway</a>
|
|
</li><!--
|
|
<li>
|
|
<a href="https://www.target.com/p/organic-dried-mango-cheeks-12oz-good-38-gather-8482/-/A-81905926"
|
|
target="_blank" rel="noopener noreferrer"
|
|
>Target</a> (sweet but cheeks are large)
|
|
</li>
|
|
<li>
|
|
<a href="https://foodtolive.com/shop/organic-mango-cheeks/"
|
|
target="_blank" rel="noopener noreferrer"
|
|
>Food To Live</a> (tastes kind of musty, cheeks larger than Target, but is edible)
|
|
</li>-->
|
|
</ol>
|
|
</li>
|
|
<li><a href="https://foodtolive.com/shop/organic-jasmine-rice/"
|
|
target="_blank" rel="noopener noreferrer"
|
|
>
|
|
Jasmine Rice</a>
|
|
</li>
|
|
<li><a href="https://foodtolive.com/shop/organic-long-grain-white-rice/"
|
|
target="_blank" rel="noopener noreferrer"
|
|
>
|
|
Long Grain White Rice</a>
|
|
</li><!--
|
|
<li><a href="https://foodtolive.com/shop/organic-green-lentils/"
|
|
target="_blank" rel="noopener noreferrer"
|
|
>
|
|
Lentils</a>
|
|
</li>-->
|
|
<li><a href="https://foodtolive.com/shop/organic-tri-color-quinoa/"
|
|
target="_blank" rel="noopener noreferrer"
|
|
>
|
|
Quinoa</a>
|
|
</li><!--
|
|
<li><a href="https://foodtolive.com/shop/organic-amaranth/"
|
|
target="_blank" rel="noopener noreferrer"
|
|
>
|
|
Amaranth
|
|
</a></li>-->
|
|
</ul><!--
|
|
<strong>Bulk Teas</strong>
|
|
<ul>
|
|
<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>
|
|
</ul>-->
|
|
</div>
|
|
</div>
|