gf alcohol list

This commit is contained in:
RustyStriker 2022-08-19 13:38:46 +03:00
parent dd47134dca
commit a1569ef2ae
2 changed files with 131 additions and 0 deletions

View File

@ -0,0 +1,117 @@
<INJECT>cat $HOME/template/header.html | sed "s/__PAGE TITLE__/Gluten Free Alcohol/"</INJECT>
<h1>
Gluten Free Alcohol
</h1>
<p>
<INJECT>grep 'h[1-3] id="' $CURRENT/$FILE | awk -F \" '{ print $2 }' | python $HOME/bscripts/internal_links.py</INJECT>
</p>
<div>
<h2 id="inroduction">Introduction</h2>
<p>
This list is something my SO made, she has celiac and wanted to check what
alcohol brands she can actually drink,
because if you ever had to check, you might know there is little to no info on the bottles...
</p>
<h2 id="disclaimer">Disclaimer</h2>
<p>
<b>This list is provided as is, without any liability, and drink items contained in the list on your own risk!</b>
<br><br>
While I will provide evidence to all the items on the list, take everything with a grain of salt,
and if going to a pub, they might always be able to "spice" your drink with another alcohol.
<br><br>
This list might be missing some items, as I won't put any item without proof.
<br><br>
I do not have any rights to any of the brands/types listed here, and if you represent a company
which wishes to be taken off the list, send my a mail(bottom of the page) and I will remove it
</p>
<hr>
<p>
While searching on the brands, I found a couple more amazing lists(made by people more capable than me probably):
<li><a href="https://glutenbee.com/cointreau-gluten-free/">Gluten bee</a> - Use at your own risk!</li>
<li>(well I found 1 actually good list, if you have more feel free to share)</li>
</p>
<h2 id="tequila">Tequila</h2>
<p>
100% Blue agave Tequila is gluten free, but be wary of Tequila with another type of alcohol in it.
<br>
I couldn't find statements from the brands, so check out <a href="https://glutenbee.com/gluten-free-tequila-list/">gluten bee's</a> list
if you want to be sure.
</p>
<hr>
<h2 id="whiskey">Whiskey</h2>
<p>
Whiskey is made from grain distillate, so it mostly contains gluten.
Some Whiskey are made from corn(like bourbon, which by definition is made from 51% corn).
<br>
Some celiac organizations claims Whiskey is safe because after the distilattion no gluten is left.
</p>
<p>
<a href="https://www.jackdaniels.com/en-us/faqs">Jack Daniel's</a>*<br>
<a href="https://www.bushmills.eu/faq/">Bushmills</a>*<br>
<a href="https://www.chivas.com/en/faq/">Chivas Regal</a>*<br>
<br><br>
*Made from gluten containing ingredients
</p>
<hr>
<h2 id="vodka">Vodka</h2>
<p>
Vodka is a neutral distillate, thus can be made from a range of ingredients.
If the Vodka is made from gluten free ingredients, it is safe for celiacs.
<br>
Some of the brands use gluten containing ingredients yet claims the Vodka is gluten free
</p>
<p>
<a href="https://www.titosvodka.com/">Tito's</a> (written in the bottom of the page)<br>
<a href="https://www.celiac.com/articles.html/is-smirnoff-vodka-gluten-free-r5736/">Smirnoff</a>
- In their <a href="https://www.smirnoff.com/en-us/">website</a> under products some have a GF mark while other don't,
which(as far as I have seen) matches the list I linked, so remember to check your labels!<br>
<a href="https://stoli.com/product/stoli-gluten-free/">Stoli gluten free</a> - Other Stoli products aren't certified!<br>
<a href="https://www.greygoose.com/en-gl/faqs.html">Grey Goose</a> - Made from gluten containing ingredients.<br>
<a href="http://www.coldrivervodka.com/vodka/">Cold river</a><br>
</p>
<hr>
<h2 id="gin">Gin</h2>
<p>
Gin, like vodka is made from a wide range of ingredients. Thus if the Gin is made from gluten free ingredients,
it is usually safe for celiacs.
<br>
Sometimes a brand might use gluten containing ingredients and claim their Gin is gluten free.
</p>
<p>
<a href="https://www.hendricksgin.com/us/faqs/">Hendrick's</a><br>
<a href="http://www.coldrivervodka.com/gin/">Cold river</a><br>
</p>
<hr>
<h2 id="rum">Rum</h2>
<p>
Rum is made from molasses, which means is(usually) doesn't contain gluten.
Be wary of flavoured rum!
<br>
Once again, not a lot about it so <a href="https://glutenbee.com/gluten-free-rum-list/">gluten bee</a> it is!
</p>
<hr>
<h2 id="liquors">Liquors</h2>
<p>
<a href="https://www.maliburumdrinks.com/en/faq/">Malibu</a><br>
<a href="https://amarula.com/faq/">Amarula</a><br>
</p>
<hr>
<h2 id="beer">Beer</h2>
<p>
Beer is made from grains, so most of the time it indeed contains gluten.
There are a number of brands which make gluten free beer, and usually will mark their bottles as well.
</p>
<p>
<a href="https://www.damm.com/cervesa/daura">Daura</a><br>
<a href="https://skinnybrands.com/">Skinny</a><br>
</p>
</div>
<p>
If you have any corrections/additions/a company that do/doesn't want to be listed here, just send a mail to avivr903@tutanota.com
</p>
<INJECT>cat $HOME/template/footer.html</INJECT>

14
useful/index.html Normal file
View File

@ -0,0 +1,14 @@
<INJECT>cat $HOME/template/header.html | sed "s/__PAGE TITLE__/Useful/"</INJECT>
<h1>Useful</h1>
<div>
<p>
Useful stuff to know/resources
</p>
<p>
<INJECT>cd $CURRENT && ls *.html | python3 $HOME/bscripts/ls_to_a.py</INJECT>
</p>
</div>
<INJECT>cat $HOME/template/footer.html</INJECT>