INDEX
<!DOCTYPE html>
<html lang="en">
<head>
<title>Prime Properties</title>
<meta charset ="utf-8">
<link rel="stylesheet" href="prime.css" type="text/css">
</head>
<body>
<div id="wrapper">
<h1>Prime Properties</h1>
<div id="nav">
<a href="index.html">Home</a>
<a href="listPrime.html">Listings</a>
<a href="financing.html">Financing</a>
<a href="conPrime.html">Contact</a>
</div>
<br>
Prime Properties is prepared to market and sell your property.
<br>
<br>The philosophy of Prime Properties is to promote our clients, not ourselves.<br>
<br>We can also help you find the property that meets yours needs:<br>
<ul>
<li>location</li>
<li>price</li>
<li>features</li>
</ul>
<br>
<div id="contact">
Prime Properties<br>
3055 Bode Road<br>
Schaumburg, IL 60194<br>
<br>
847-555-5555<br>
<br>
<footer>
Copyright © 2013 Prime Properties<br>
<a href="mailto:zoilobernal@gmail.com" target="_blank">zoilobernal@gmail.com</a>
</footer>
</div>
</body>
</html>
FINANCING
<!DOCTYPE html>
<html lang="en">
<head>
<title>Prime Properties</title>
<meta charset ="utf-8">
<link rel="stylesheet" href="prime.css" type="text/css">
</head>
<body>
<div id="wrapper">
<h1>Prime Properties</h1>
<div id="nav">
<a href="index.html">Home</a>
<a href="listings.html">Listings</a>
<a href="financing.html">Financing</a>
<a href="contact.html">Contact</a>
</div>
<h2>Financing</h2>
We work with many area mortgage and finance companies.<br>
<h3>Mortgage FAQs</h3>
<dl>
<dt>What amount of mortgage do I qualify for?</dt>
<dd id = "category">The total basic monthly housing cost is normally based on 29% to 41% of your gross monthly income.</dd>
<dt>Which percentage is most often used?</dt>
<dd id = "category">The percentage used depends on the lending institution and type of financing.</dd>
<dt>How do I get started?</dt>
<dd id = "category">Contact us today to help you arrange financing for your home.</dd>
</dl>
<footer>
Copyright © 2013 Prime Properties<br>
<a href="mailto:zoilobernal@gmail.com" target="_blank">zoilobernal@gmail.com</a>
</footer>
</div>
</body>
</html>
prime.css
body{
background-color:#ffffcc;
color:#003300;
font-family: Arial, Helvetica, sans-serif;
}
h2{
background-color:#ffffcc;
color:#003366;
}
h3{
background-color:#ffffcc;
color:#006600;
}
dd{
font-style:italic;
font-size:.90em;
line-height:200%;
}
#nav{
font-weight:bold;
font-size:1.2em;
}
.contact{
font-weight:bold;
font-size:.90em;
font-family:Times New Roman, sans-serif;
}
footer{
font-size:.60em;
font-style:italic;
}
#wrapper{
width: 80%;
margin-right:auto;
margin-left: auto;
}
No comments:
Post a Comment