2023-07-19 20:27:17 +00:00

193 lines
4.8 KiB
Twig
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

<!DOCTYPE html>
<html>
{{ include('_header.html.twig') }}
{{ include('_navbar.html.twig')}}
{{ include('Training/Safety/navButtons.html.twig') }}
<body>
<div class="container">
<h2 class="text-bold">Personal Protective Equipment (Eyes, Face, Hands, & Feet) </h2>
<h4>Common Causes of Eye Injuries:</h4>
<ul class="list">
<li>Injurious gases, vapors, and liquids</li>
<li>Dusts, powders, fumes, mists</li>
<li>Flying objects or particles</li>
<li>Glare</li>
<li>Splashing metal</li>
<li>Thermal and radiation hazards</li>
<li>Lasers</li>
<li>Electrical hazards</li>
<li>Any combination of these</li>
</ul>
<h4>Engineering Controls:</h4>
<ul class="list">
<li>Plant equipment and machinery is a major source of eye injuries. To guard against this, use:</li>
<ul class="list">
<li>Guards</li>
<li>Screens</li>
<li>Shields</li>
</ul>
</ul>
<h4>Eye and Face Protection:</h4>
<ul class="list">
<li>Safety glasses</li>
<ul class="list">
<li>Polycarbonate lenses</li>
<li>Tinted lenses</li>
<li>Safety frames</li>
<li>Side shields</li>
</ul>
<li>Goggles</li>
<ul class="list">
<li>Fit closer to the eyes</li>
<li>Some models fit over prescription glasses</li>
</ul>
<li>Face shields</li>
<ul class="list">
<li>Provides full-face protection</li>
<li>Always wear eye protection under a face shield</li>
</ul></ul>
<h4>When Foot Protection is Necessary:</h4>
<ul class="list">
<li>A hazard assessment determines the need for foot protection</li>
<li>Foot protection is not a substitute for:</li>
<li>Engineering controls</li>
<li>Work practice controls</li>
<li>Administrative controls</li>
<li>To provide complete safety and health coverage, foot protection is used in conjunction with </li>
<ul class="list">
<li>Engineering controls</li>
<li>Work practice controls</li>
<li>Administrative controls </li>
</ul>
<li>Protects the foot against:</li>
<ul class="list">
<div style="float: left; width: 50%;">
<li>Skin diseases</li>
<li>Cuts</li>
<li>Punctures</li>
<li>Burns</li>
<li>Sprains</li>
<li>Fractures</li>
<li>Compression</li>
</div>
<div style="float: right; width: 50%;">
<li>Electricity</li>
<li>Slipping</li>
<li>Chemicals</li>
<li>Molten metal</li>
<li>Extreme heat or cold</li>
<li>Wetness</li>
</div>
</ul></ul><br>
<h4>Types of Foot Protection:</h4>
<ul class="list">
<div style="float: left; width: 50%;">
<li>Safety shoes</li>
<li>Metatarsal guards</li>
<li>Conductive shoes</li>
<li>Safety boots</li>
<li>Electrical hazard shoes</li>
<li>Sole puncture resistant</li>
</div>
<div style="float: right; width: 50%;">
<li>Static dissipative</li>
<li>Foundry shoes</li>
<li>Add-on foot protection</li>
<li>Rubber spats</li>
<li>Steel puncture-proof inserts</li>
</div>
</ul><br>
<h4>Donning, Doffing, Adjusting, and Wearing:</h4>
<ul class="list">
<li>Must be comfortable</li>
<li>Must be worn properly</li>
<li>Understand the shoes purpose and limits</li>
<li>Shoes must not be altered</li>
</ul>
<div style="float: left; width: 50%;">
<h4>Limitations of Foot Protection:</h4>
<ul class="list">
<li>Creates false sense of security</li>
<li>Loses protective ability over time</li>
</ul>
</div>
<div style="float: right; width: 50%;">
<h4>Care, Maintenance, and Use:</h4>
<ul class="list">
<li>Perform periodic inspection</li>
<ul class="list">
<li>Cracks</li>
<li>Splits</li>
</ul>
<li>Follow cleaning and maintenance procedures</li>
</ul>
</div>
<h4>Types of Hand Protection:</h4>
<ul class="list">
<li>Mitts</li>
<li>Finger cotts</li>
<li>Thimbles</li>
<li>Hand pad</li>
<li>Sleeves or forearm cuffs</li>
<li>Gloves:</li>
<ul class="list">
<li>Chemical resistant</li>
<li>Leather</li>
<li>Metal mesh</li>
<li>Plastic film</li>
<li>Aramid</li>
</ul>
</ul>
<h4>Safe Glove Use:</h4>
<ul class="list">
<li>Proper donning, doffing, adjustment, use</li>
<li>Inspect gloves for defects</li>
<li>Apply powder to hands</li>
<li>Be cautious when wearing gloves near machinery</li>
<li>Wash or rinse reusable gloves</li>
<li>Pull glove off by cuff, not by the fingers</li>
<li>Turn glove inside out when removing</li>
<li>Store reusable gloves away from heat sources</li>
<li>Contaminated gloves may need special disposal</li>
</ul>
<div style="float: left; width: 50%;">
<h4>Limitations of Hand Protection:</h4>
<ul class="list">
<li>Use proper glove for the job</li>
<li>Gloves break down over time</li>
<li>Proper fit is essential</li>
<li>Limits dexterity</li>
</ul>
</div>
<div style="float: right; width: 50%;">
<h4>Care, Maintenance, Use, Disposal:</h4>
<ul class="list">
<li>Requires proper fit</li>
<li>aintain in clean, serviceable condition</li>
<li>Keep clean</li>
<li>Inspect at regular intervals</li>
<li>Follow manufacturers instructions</li>
</ul>
</div>
<h4>Hand Protection is Needed to Protect Against:</h4>
<ul class="list">
<li>Mechanical injuries</li>
<li>Extreme heat or cold</li>
<li>Electric shock or burns</li>
<li>Skin irritation from chemicals or germs</li>
</div>
</body>
</html>