-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcat-foodstorage.html
106 lines (101 loc) · 5.39 KB
/
cat-foodstorage.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>D15WGR - Categories</title>
<link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/bootstrap/5.0.0-alpha1/css/bootstrap.min.css" integrity="sha384-r4NyP46KrjDleawBgD5tp8Y7UzmLA05oM1iAEQ17CSuDqnUK2+k9luXQOfXJCJ4I" crossorigin="anonymous" />
<link rel="stylesheet" href="custom.css" />
<script type="text/javascript" src="js/jquery.js"></script>
<script type="text/javascript" src="js/declarativeToggle.js"></script>
</head>
<body>
<div class="my-bg-photo bg-secondary text-white py-5 text-center shadow">
<h1 class="display-4">D15W Get Ready!</h1>
<p class="lead mb-0">Helping to prepare individuals and families for an emergency</p><br>
<div class="banner-logo">
<img src="images/D15WGR-logo.png">
</div>
</div>
<span data-toggle-target=".mb-3" data-toggle-text="HIDE MENU" class="toggle-btn menu-btn text-center">MENU</span>
<div class="container my-custom-container pt-3">
<nav class="mb-3">
<ul class="nav nav-tabs justify-content-center">
<li class="nav-item">
<a class="nav-link" href="index.html">Home</a>
</li>
<li class="nav-item">
<a class="nav-link" href="pastnewsletters.html">Newsletters</a>
</li>
<li class="nav-item">
<a class="nav-link active" href="categories.html">Preparedness Categories</a>
</li>
<li class="nav-item">
<a class="nav-link" href="checklists.html">Checklists</a>
</li>
<li class="nav-item">
<a class="nav-link" href="whatsnew.html">What's New</a>
</li>
<li class="nav-item">
<a class="nav-link" href="about.html">About</a>
</li>
</ul>
</nav>
<h1>Food Storage</h1><br>
<h2>Tips to remember about food storage:</h2>
<ul>
<li>Choose food your family will eat</li>
<li>Keep food in the driest, coolest, and darkest place in the house</li>
<li>Transfer opened packages into screw-top jars or airtight containers to prevent insects and rodents problems</li>
<li>Don't forget food for your pets</li>
<li>Eat perishable foods first</li>
</ul>
<h2>Shelf life:</h2>
<p>Use within six months:</p>
<ul>
<li>Evaporated milk</li>
<li>Dried fruit in metal containers</li>
<li>Dry crisp crackers in metal containers</li>
<li>Gum</li>
</ul>
<p>Use within one year:</p>
<ul>
<li>Nonfat dry or whole milk</li>
<li>Canned meat (poultery, fish)</li>
<li>Canned condensed soups</li>
<li>Dehydrated soups</li>
<li>Canned fruits and fruit juices</li>
<li>Cereal (ready to eat or uncooked) in metal containers</li>
<li>Hydrogenated fats, vegitable oils</li>
<li>Sweets and canned nuts</li>
<li>Instant pudding</li>
<li>Miscellaneous:</li>
<li> - Cocoa (instant)</li>
<li> - Dry cream products</li>
<li> - Flavored beverage products including soda</li>
<li> - Baking powder</li>
</ul>
<p>May be stored indefinitely:</p>
<ul>
<li>Sugar</li>
<li>Salt</li>
<li>Honey (may get hard)</li>
</ul>
<p><h2>Remeber: If your elecrticity is off...</h2></p>
<p>First: Use perishable food and foods from your refrigerator.</p>
<p>Second: Use foods from your freezer (keep a list of freezer contents on the outside to minimize opening the door. Freezers usually keep food cold for at least three days after the power is off.</p>
<p>Third: Begin to use non-perishable foods and staples.</p>
<p><h2>Helpful Links</h2></p>
<a href="https://providentliving.churchofjesuschrist.org/food-storage?lang=eng">Provident Living</a><br>
<a href="https://store.churchofjesuschrist.org/CategoryDisplay?categoryId=3074457345616678849&catalogId=3074457345616676768&langId=-1&storeId=10151&krypto=Tgk5mWJQGaJ5pkZdz6iAjjVJ4ghn6Qe7pGRdxTfjuyZbmV8rxc0ZSe5ixrtUwIZpQ04J8z%2BhIX2kmlI55s9R4Au1FT6ro1Y%2Bgny3%2BDk5ZLmraItqpOvTU%2FIynP%2B90SIcoj1J5OzF5SMl0xj%2FUT0CCJ4piUVnfHFGaJjeP5E536M4Vr7mNetYaDquNtEALd9d8QZWdeW2kZXy1ftRyJ4qQA%3D%3D&ddkey=https%3ASetCurrencyPreference">LDS Food Storage Online Store</a><br>
<a href="https://www.churchofjesuschrist.org/bc/content/shared/content/english/pdf/language-materials/04008_eng.pdf">All Is Safely Gathered In</a><br>
<a href="https://www.churchofjesuschrist.org/topics/food-storage/longer-term-food-supply?lang=eng#2">Long-term Food Storage</a><br>
<a href="https://www.churchofjesuschrist.org/study/ensign/2006/03/random-sampler/food-storage-for-one-year?lang=eng">Food Storage for One Year</a><br>
</div>
<footer class="border-top mt-5 py-4 text-center text-muted small">
<p>© 2021 D15GetReady</p>
</footer>
<!-- JavaScript and dependencies -->
<script src="https://cdn.jsdelivr.net/npm/[email protected]/dist/umd/popper.min.js" integrity="sha384-Q6E9RHvbIyZFJoft+2mJbHaEWldlvI9IOYy5n3zV9zzTtmI3UksdQRVvoxMfooAo" crossorigin="anonymous"></script>
<script src="https://stackpath.bootstrapcdn.com/bootstrap/5.0.0-alpha1/js/bootstrap.min.js" integrity="sha384-oesi62hOLfzrys4LxRF63OJCXdXDipiYWBnvTl9Y9/TRlw5xlKIEHpNyvvDShgf/" crossorigin="anonymous"></script>
</body>
</html>