main_web/scott/about.html
2023-11-13 16:59:52 -05:00

47 lines
2.0 KiB
HTML
Executable File

<!DOCTYPE html>
<html>
<head>
<title>Northeast Radon FAQ</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"><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/>&nbsp;
</div>
<br /><br /><br />
<div id='logo_div'>
<img id="logo" src="northeast_logo.jpg" name="logo" />
<br /><br />
</div>
<br />
<div id="main">
<h2>About Us</h2>
<p>
<span style="font-weight:bold">Northeast Radon &amp; Water Systems, LLC</span>; based out of Milford, CT, is owned and operated by Scott Monforte. Scott is certified in Radon Mitigation, Radon Testing and use EPA approved devices. He has over 10 years experience in home improvement and remodeling. He is a current member of NEHA (National Environmental Health Association), AARST (American Association of Scientist and Technologists) and follows EPA technical guidance for radon testing and remediation. His service does not stop there. He also provides water quality testing, water softeners and filter installations. RO units, well tanks, sump pumps is also a specialty.
</p>
<p>
Scott is working to ensure the home you are buying, selling or living in is environmentally safe. You can count on him to provide results. Paying for this kind of experience is worth it!
</p>
</div>
<div id="footer"><p id="foot_p">Copyright &copy; <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 = "&nbsp" + date.getFullYear() + "&nbsp";
</script>
</body>
</html>