-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathheader.php
More file actions
46 lines (45 loc) · 1.67 KB
/
header.php
File metadata and controls
46 lines (45 loc) · 1.67 KB
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
40
41
42
43
44
45
46
<div id="topBar">
<p>
(614) 396-5970
</p>
<!--<a href=""><img src="images/arrow.png">CLIENT LOGIN</a>-->
</div><a href="index.php" id="logo">MS&F Real Estate Capital<span><!-- image replacement --></span></a>
<ul class="mainNav">
<li class="home">
<a href="index.php">HOME</a>
</li>
<li class="loan-production">
<a href="loan-production.php">LOAN PRODUCTION</a>
</li>
<li class="recent-financings">
<a href="recent-financings.php">RECENT FINANCINGS</a>
</li>
<li class="about">
<a href="about.php">ABOUT</a>
</li>
<li class="key-personnel">
<a href="key-personnel.php">KEY PERSONNEL</a>
</li><!-- END OF mainMenu -->
</ul>
<div class="clearfix"></div>
<div id="underBar">
<ul class="social">
<li>Connect with us
</li>
<li>
<a href="https://www.linkedin.com/company/morris-smith-&-feyh-incorporated" target="_blank"><img src="images/linkedin-icon.png"></a>
</li>
<!--
<li>
<a href="" target="_blank"><img src="images/twitter-icon.png"></a>
</li>
<li>
<a href="" target="_blank"><img src="images/facebook-icon.png"></a>
</li>
-->
</ul>
<p>
Your Commercial Real Estate Lending Expert Since 1984
</p>
<div class="clearfix"></div>
</div>