intranet/templates/Training/Safety/Topics/fireprevention.html.twig
2023-07-19 20:27:17 +00:00

101 lines
2.8 KiB
Twig

<!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">Fire Prevention</h2>
<h4>Fire Hazards:</h4>
<ul class="list">
<li>Hazardous materials</li>
<li>Fuels</li>
<li>Properties of chemical fire hazards:</li>
<ul class="list">
<li>Flammability</li>
<li>Reactivity</li>
<li>Explosivity</li>
</ul>
<li>Notify supervisors/emergency response personnel</li>
<li>Some employees may need training in handling/storing flammable liquids</li>
<li>Improper handling of flammables brings a great risk of fire</li>
<li>When a flammable liquid is spilled, hazardous vapors begin to form</li>
<li>Transfer flammable liquids to approved containers only</li>
</ul>
<div style="float: left; width: 50%;">
<h4>Ignition Sources:</h4>
<ul class="list">
<li>Welding</li>
<li>Hot surfaces</li>
<li>Mechanical sparks</li>
<li>Electrical wiring</li>
<li>Prevent fires from occurring:</li>
<ul class="list">
<li>Proper maintenance</li>
<li>Remove combustibles</li>
<li>Control fires that do occur</li>
<li>Detect fuel leaks</li>
</ul></ul>
</div>
<div style="float: right; width: 50%;">
<h4>Housekeeping:</h4>
<ul class="list">
<li>Neatness prevents fires
</li><li>Keep work area free of debris:
<ul class="list">
<li>Oil
</li><li>Grease
</li><li>Solvents
</li><li>Similar materials
</li></ul></li></ul></div>
<br><br><br><br>
<div style="float: left; width: 50%;">
<h4>Fire Protection Equipment:</h4>
<ul class="list">
<li>Know what and where equipment is available</li>
<li>Know how it operates</li>
<li>Sprinkler systems</li>
<li>Fire protection equipment</li>
<li>Fire doors</li>
<li>Alarm systems</li>
<li>Inspection/maintenance of equipment</li>
</ul></div>
<div style="float: right; width: 50%;">
<h4>Classes of Fires:</h4>
<ul class="list">
<li>Class A - ordinary combustibles</li>
<li>Class B - flammable liquids, gases, greases</li>
<li>Class C - electrical</li>
<li>Class D - combustible metals</li>
</ul></div><br><br><br><br>
<div style="float: left; width: 50%;">
<h4>Evacuation Procedures:</h4>
<ul class="list">
<li>Proceed to nearest safe exit</li>
<li>Be aware of smoke, noxious fumes</li>
<li>Close all doors within reach</li>
<li>Crawl on hands, knees</li>
<li>Get away from flames, smoke</li>
<li>Use blankets, tarps as shield</li>
<li>Use J.V. Manufacturing, Inc. evacuation procedures.</li>
</ul></div>
<div style="float: right; width: 50%;">
<h4>Fire Emergency Plans:</h4>
<ul class="list">
<li>Know what to do in an emergency</li>
<li>Review fire prevention plans</li>
<li>Think first of your safety and safety of others</li>
<li>Sound alarm <b style="color:red">(CODE RED)</b></li>
<li>Alert fire department </li>
<li>Try to put out fire only if it is small and tame</li>
<li>When necessary, leave the fire fighting to professionals</li>
</div>
</body>
</html>