initial commit

This commit is contained in:
Ben Ramey
2017-03-02 21:33:14 -06:00
commit fb566c3af8
43 changed files with 622 additions and 0 deletions

54
design3.htm Normal file
View File

@@ -0,0 +1,54 @@
<html>
<head>
<title>Herschewe Real Estate (herschewe.com)</title>
<link href='hershewe.css' type='text/css' rel='stylesheet' />
</head>
<body>
<div id='main' align='center'>
<div id='big_box'>
<table cellpadding='20' cellspacing='0' border='0' width='100%'>
<tr>
<td>&nbsp;</td>
<td align='left' valign='top' width='200'>
<img src='graphics/pngs/logo.png' />
<br /> <br />
</td>
<td width='220' valign='top'>
contact <strong><em>hershewe</em></strong>
<table cellpadding='2' cellspacing='0' border='0' id='contact_info'>
<tr>
<td align='right'>telephone:</td><td>(816) 111-1111</td>
</tr>
<tr>
<td align='right'>fax:</td><td>(816) 111-1112</td>
</tr>
<tr>
<td align='right'>e-mail:</td>
<td><a href='mailto:bhershewe@kc.rr.com'>bhershewe@kc.rr.com</a></td>
</tr>
<tr>
<td align='right' valign='top'>mail:</td>
<td>
William Hershewe<br />
111 Two Drive<br />
Kansas City, MO 64151
</td>
</tr>
</table>
</td>
<td width='200' valign='top'>
view <strong><em>my listings</em></strong>
<div id='listings'>
<a href="http://listings.loopnet.com/bhershewe@kc.rr.com" title="My Listings">
loopnet.com
</a>
</div>
</td>
<td>&nbsp;</td>
</tr>
</table>
<img src='graphics/pngs/slogan.png' id='slogan2' />
</div>
</div>
</body>
</html>