-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathfooter.php
32 lines (31 loc) · 1.14 KB
/
footer.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
<!-- wrapper-footer -->
<div class="wrapper">
<!-- footer-cols -->
<ul id="footer-cols">
<li class="col">
<h6>Pages</h6>
<ul>
<li class="page_item"><a href="home.php">Home</a></li>
<li class="page_item"><a href="development.php">Services</a></li>
<li class="page_item"><a href="portfolio.php">Our Work</a></li>
<li class="page_item"><a href="about.php">About Us</a></li>
<li class="page_item"><a href="client-links.php">Client Links</a></li>
<li class="page_item"><a href="contact.php">Contact</a></li>
</ul>
</li>
<li class="col" style="padding-left:20px">
<h6>Contact Us</h6>
<ul>
<li>Terre Haute Web Company</li>
<li>Phone: 812-230-6576 </li>
<li>Email: <a href="mailto:[email protected]">[email protected]</a></li>
</ul>
</li>
<li class="col">
<h6>Testimonials</h6>
<span class="editable" id="included-region-1"> Testimonials Coming Soon.
</span> </li>
</ul>
<!-- ENDS footer-cols -->
</div>
<!-- ENDS wrapper-footer -->