77 lines
2.4 KiB
HTML
Executable File
77 lines
2.4 KiB
HTML
Executable File
<!DOCTYPE html>
|
|
<html>
|
|
|
|
<head>
|
|
<title>Northeast Radon Services</title>
|
|
<link rel="stylesheet" type="text/css" href="main.css" />
|
|
<link rel="icon" type="image/ico" href="favicon.ico">
|
|
</head>
|
|
|
|
<body>
|
|
|
|
<div id="nav-bar">
|
|
<br/>
|
|
<ul class="float"><a href="index.html">Home</a></ul>
|
|
<ul class="float active"><a href="services.html">Services</a></ul>
|
|
<ul class="float"><a href="radon.html">What is Radon Anyway?</a></ul>
|
|
<ul class="float"><a href="about.html">About Us</a></ul>
|
|
<ul class="float"><a href="faq.html">FAQ's</a></ul>
|
|
<ul class="float" style="border-right:none"><a href="contact.html">Contact Us</a></ul>
|
|
<br/>
|
|
</div>
|
|
<br /><br /><br />
|
|
|
|
<div id='logo_div'>
|
|
<img id="logo" src="northeast_logo.jpg" name="logo" />
|
|
<br /><br />
|
|
</div> <br />
|
|
<div id="main">
|
|
<p>
|
|
<h3>Services Offered</h3>
|
|
<ul>
|
|
<li>Radon in Air and Water Testing (EPA Approved)</li>
|
|
<li>Professional radon in air and water mitigation service </li>
|
|
<li>Water quality testing, water softeners, and filter installation </li>
|
|
<li>RO units, well tanks, sump pumps are also our specialty </li>
|
|
<li>Urethane caulk to seal cracks in walls and floor slab</li>
|
|
<li>Basic System-exterior vent line 3" PVC pipe with a UL rated fan to the custom designed system</li>
|
|
<li>Test for back drafting of combustible systems following radon installation</li>
|
|
</ul>
|
|
<h3>System Designs</h3>
|
|
<ul>
|
|
<li>Sub slab depressurization</li>
|
|
<li>Sub Membrane depressurization</li>
|
|
<li>Exterior and interior route</li>
|
|
<li>Garage routes</li>
|
|
<li>Fire Collars</li>
|
|
</ul>
|
|
<h3>Water Mitigation Systems</h3>
|
|
<ul>
|
|
<li>Granular carbon filters (80% removal)</li>
|
|
<li>Aeration systems (99% removal)</li>
|
|
</ul>
|
|
<h3>Water Treatment Systems</h3>
|
|
<ul>
|
|
<li>Filters</li>
|
|
<li>Reverse osmosis</li>
|
|
<li>Softeners</li>
|
|
<li>Pressure tanks</li>
|
|
<li>Neutralizers</li>
|
|
<li>Constant pressure pumps</li>
|
|
</ul>
|
|
<h3>Air Mitigation Custom Design (Additional fee)</h3>
|
|
<ul>
|
|
<li>Aluminum, Coper, and Vinyl downspouts</li>
|
|
<li>UL rated fans</li>
|
|
<li>Custom covers</li>
|
|
<li>Paint to match</li>
|
|
</ul>
|
|
</p>
|
|
</div>
|
|
<div id="footer"><p id="foot_p">Copyright © <span id="year"></span> Scott Monforte. Site built by <a href="mailto:hearmewhisper@gmail.com" style="text-decoration:none; color:black">Chris Edwards</a> </p></div>
|
|
<script>
|
|
var date = new Date();
|
|
document.getElementById("year").innerHTML = " " + date.getFullYear() + " ";
|
|
</script></body>
|
|
</html>
|