main_web/scott/index.html
Chris Edwards 8fb28b1f95
2021-02-21 10:02:34 -05:00

61 lines
2.6 KiB
HTML

<!DOCTYPE html>
<html>
<head>
<title>Northeast Radon</title>
<link rel="stylesheet" type="text/css" href="main.css" />
<link rel="apple-touch-icon" sizes="180x180" href="/apple-touch-icon.png"> <link rel="icon" type="image/png" sizes="32x32" href="/favicon-32x32.png"> <link rel="icon" type="image/png" sizes="16x16" href="/favicon-16x16.png"> <link rel="manifest" href="/site.webmanifest"> <meta name="msapplication-TileColor" content="#9f00a7"> <meta name="msapplication-TileImage" content="/mstile-144x144.png"> <meta name="theme-color" content="#ffffff">
</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>
</div>
<br />
<div id="main">
<p>
Northeast Radon &amp; 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&#39;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 &amp; Water Systems LLC. Honest, Reliability, Quality &amp; Performance. That&#39;s what Northeast Radon &amp; 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 &amp; 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 &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>