-
Notifications
You must be signed in to change notification settings - Fork 0
/
masthead.php
39 lines (33 loc) · 1.54 KB
/
masthead.php
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
<body>
<a name="top"></a>
<div id="max-container">
<div class="login hidden">
<div id="login-panel">
<!-- Begin Login Code -->
<table style="FONT:12px arial;border:1px solid #333333;" cellspacing="0" cellpadding="2" align="center" >
<tbody><tr><td colspan="2" class="mainheader" align="center" style="font:bold 11px arial;color:#ffffff;background:#7f7f7f;"> Client Login</td></tr>
<tr><td><iframe src="http://www.buildertrend.net/loginFrame.aspx?builderID=2698&bgcolor=&fcolor=&uwidth=100&pwidth=100" marginwidth="0" marginheight="0" style="width:200px;height:90px;border:0px arial;" frameborder="0"></iframe></td><tr>
<td colspan="2" class="mainheader" align="center" style="font:bold 11px arial;color:#ffffff;background:#7f7f7f;"> </td></tr>
</tbody></table>
<!-- End Login Code -->
</div>
<div id="login-button">
<a href="#" class="show-login">Client Login</a>
</div>
</div>
<div id="header">
<a href="index.php"><img id="compass-logo" width="116px" src="images/kent-header-compass-logo.png" alt="" /></a>
<br/>
<h1><a href="index.php">J.M. Kent Building Inc.</a></h1>
</div><!-- end "header"-->
<div id="content-container">
<div id="nav-bar">
<p>
<a href="index.php">home</a>
<a href="about.php">about</a>
<a href="portfolio.php">portfolio</a>
<a href="testimonials.php">testimonials</a>
<a href="contact-us.php">contact us</a>
<!--<a href="contact.php">contact</a></li>-->
</p>
</div><!--end "nav bar"-->