-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathfooter.html
More file actions
35 lines (31 loc) · 1.16 KB
/
footer.html
File metadata and controls
35 lines (31 loc) · 1.16 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
<footer class="site-footer">
<div class="footer-inner">
<!-- LEFT: address / contact -->
<div class="footer-left">
<div class="footer-company">HITAC ADHESIVES & COATINGS</div>
<div>14722 SPRING AVENUE</div>
<div>SANTA FE SPRINGS, CA 90670</div>
<div>TEL: 562-802-8834, FAX: 562-921-7363</div>
<div>ORDERS@H2OBASE.COM</div>
<div class="footer-copy">
©2016 HITAC ADHESIVES & COATINGS. ALL RIGHTS RESERVED
</div>
</div>
<!-- RIGHT: navigation links -->
<nav class="footer-right">
<ul class="footer-menu">
<li><a href="index.html">Home</a></li>
<li><a href="solutions.html">Solutions</a></li>
<li><a href="about.html">About</a></li>
<li><a href="contact.html">Contact</a></li>
<li><a href="brochures.html">Brochures</a></li>
<li><a href="endproducts.html">End Products</a></li>
<li><a href="enduser.html">End Users</a></li>
</ul>
<ul class="footer-submenu">
<li><a href="rnd.html">Research & Development</a></li>
<li><a href="prodcap.html">Production Capabilities</a></li>
</ul>
</nav>
</div>
</footer>