60 lines
1.7 KiB
HTML
Executable File
60 lines
1.7 KiB
HTML
Executable File
<!DOCTYPE html>
|
|
<html>
|
|
|
|
<head>
|
|
<title>SJM Inspection</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="inspection.html">What is an inspection?</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="inspect_logo.png" name="logo" />
|
|
<br /><br />
|
|
</div> <br />
|
|
|
|
<div id="main">
|
|
<p>
|
|
<h3>At SJM Inspection Service, LLC. along with a high quality home inspection,<br />
|
|
you may need to consider other services offered by us.
|
|
</h3>
|
|
<ul>
|
|
<li>Radon (EPA Approved)</li>
|
|
<li>Wood Boring Insect</li>
|
|
<li>Water Quality</li>
|
|
<li>Lead Testing</li>
|
|
<li>Septic Inspection</li>
|
|
<li>Mold Testing</li>
|
|
</ul>
|
|
|
|
<h3>Our specialized Inspection services can be performed on:</h3>
|
|
<ul>
|
|
<li>Single Family Homes</li>
|
|
<li>Multi-Family Units</li>
|
|
<li>Condominium / Co-op Units</li>
|
|
<li>Apartment Buildings</li>
|
|
<li>Commercial Buildings</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>
|