66 lines
3.0 KiB
HTML
Executable File
66 lines
3.0 KiB
HTML
Executable File
<!DOCTYPE html>
|
||
<html>
|
||
|
||
<head>
|
||
<title>About Us</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>
|
||
SJM Inspection Service LLC is owned and operated by Scott Monforte. Scott is
|
||
licensed by the State of Connecticut and has over 10 years experience in home
|
||
improvement and remodeling. Scott is also a licensed home improvement contractor
|
||
and a current member of the Connecticut Association of Home Inspectors. Scott graduated
|
||
from the Home Inspection Institute of America and has several years in the inspection industry.
|
||
These attributes combined make Scott one of Connecticut’s leading Inspectors.
|
||
</p>
|
||
<p>
|
||
Scott Monforte, at SJM Inspection Service, LLC. is working for you! He is not catering to any other
|
||
person involved with the purchase of your home but to you. Helping to insure the home you are buying
|
||
is what you are bargaining for is his top priority. While others may like a report that makes sure
|
||
you buy the home, you can count on him to provide results that are not influenced by anyone else.
|
||
Paying for this kind of experience is worth protecting your next investment.
|
||
</p>
|
||
<p>
|
||
Scott understands that buying a home is a big investment, both monetarily and emotionally. One that
|
||
you'll most likely live with for a long time. Here at SJM Inspection Service, LLC we provide a thorough
|
||
inspection that can help insure you are making a sound investment while making your decision more objective.
|
||
</p>
|
||
<p>
|
||
As a first time home buyer or an experienced home owner, you can benefit from an inspection by SJM Inspection
|
||
Service, LLC. He has the knowledge and experience to uncover and evaluate hidden expenses and potential problems
|
||
before the sale is finalized.
|
||
</p>
|
||
<p>
|
||
Our service does not stop there. After a detailed two to three hour inspection is performed with the buyer present
|
||
to ask questions and examine points of interest, SJM Inspection Service, LLC. provides an onsite report and a detailed
|
||
summary within 24 hrs. of the inspection.
|
||
</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>
|