82 lines
2.7 KiB
HTML
Executable File
82 lines
2.7 KiB
HTML
Executable File
<!DOCTYPE html>
|
|
<html>
|
|
|
|
<head>
|
|
<title>Northeast Radon</title>
|
|
<!--<meta name="viewport" content="width=device-width,initial-scale=1">-->
|
|
<link rel="stylesheet" type="text/css" href="main_nav.css" />
|
|
<link rel="icon" type="image/ico" href="favicon.ico">
|
|
</head>
|
|
|
|
<body>
|
|
|
|
<div id="nav-bar">
|
|
<img src="3bars.png" id="bars" onclick="menu()"/>
|
|
<br/>
|
|
<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/>
|
|
</div>
|
|
<br /><br /><br />
|
|
<script type="text/javascript">
|
|
function menu(){
|
|
var nav = document.getElementById("nav-bar");
|
|
if (nav.style.height != "690px"){
|
|
nav.style.height = "690px";
|
|
|
|
var elems = document.getElementsByClassName('float');
|
|
for (var i=0;i<elems.length;i+=1){
|
|
elems[i].style.display = 'block';
|
|
}
|
|
}
|
|
else if (nav.style.height == "690px"){
|
|
nav.style.height = "72px";
|
|
|
|
var elems = document.getElementsByClassName('float');
|
|
for (var i=0;i<elems.length;i+=1){
|
|
elems[i].style.display = 'none';
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
</script>
|
|
<div id='logo_div'>
|
|
<br />
|
|
<img id="logo" src="northeast_logo.jpg" name="logo" />
|
|
<br /><br />
|
|
</div>
|
|
<br />
|
|
|
|
<div id="main">
|
|
<p>
|
|
Northeast Radon & Water Systems LLC was established to provide quality service at an affordable price. Our certified staff is dedicated to serving all of your radon in air and water quality needs. We continually strive to make our customers, stay our customers forever! We just don't give lip service! Our quality workmanship and service surpasses our competitors and we back it up 100%. We take the extra step to guarantee customer satisfaction.
|
|
We are working to ensure that the home you are buying, selling or living in is environmentally safe. You can count on Northeast Radon & Water Systems LLC. Honest, Reliability, Quality & Performance. That's what Northeast Radon & Water Systems LLC is all about. We welcome you to visit our service page for additional services.
|
|
<br />
|
|
Please feel free to contact us if you have any questions.
|
|
<br />
|
|
Sincerely,
|
|
<br />
|
|
<h3>Scott Monforte</h3>
|
|
<br />
|
|
Owner, Northeast Radon & Water Systems LLC
|
|
<br />
|
|
|
|
|
|
<br/>
|
|
Home Improvement Contractor License (HIC) #603522
|
|
<br />
|
|
<h3>Phone: <a style="color:#d6e0ea" href="tel:203.543.0447">203.543.0447</a></h3>
|
|
<h3>Fax: 203.877.4774</h3>
|
|
|
|
</p>
|
|
</div>
|
|
<div id="footer"><p id="foot_p">Copyright © 2016 Scott Monforte. Site built by <a href="mailto:hearmewhisper@gmail.com" style="text-decoration:none; color:black">Chris Edwards</a> </p></div>
|
|
</body>
|
|
</html> |