-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathfooter.html
More file actions
58 lines (52 loc) · 2.28 KB
/
footer.html
File metadata and controls
58 lines (52 loc) · 2.28 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
47
48
49
50
51
52
53
54
55
56
57
58
<footer class="section footer-classic footer-classic-2 bg-image novi-background" style="background:url('images/bg-footer-1.png') no-repeat;">
<div class="footer-classic-content">
<div class="container">
<div class="footer-row d-flex align-items-start">
<!-- LEFT: APN Badge / Image -->
<div class="footer-col footer-left">
<div class="apnbadge">
<img src="images/apn-mplar.png" alt="APN Badge" />
</div>
</div>
<!-- CENTER: Legal Links -->
<div class="footer-col footer-center">
<div class="footer-classic-header">
<h6 class="footer-classic-title">LEGAL</h6>
</div>
<div class="footer-classic-body">
<ul class="footer-classic-list">
<li><a href="privacy-policy.html">Privacy Policy</a></li>
<li><a href="terms-and-conditions.html">Terms & Conditions</a></li>
<li><a href="accessibility-statement.html">Accessibility Statement</a></li>
</ul>
</div>
</div>
<!-- RIGHT: Get in Touch / Phone -->
<div class="footer-col footer-right">
<div class="footer-classic-header">
<h6 class="footer-classic-title">Get in touch</h6>
</div>
<div class="footer-classic-body">
<div class="footer-classic-contacts">
<div class="footer-classic-contacts-item">
<div class="unit unit-spacing-sm align-items-center">
<div class="unit-left">
<span class="novi-icon icon icon-24 mdi mdi-phone"></span>
</div>
<div class="unit-body">
<a class="phone" href="tel:+5017677776">(501)767-7776</a>
</div>
<div class="unit-body">
<a href="https://www.linkedin.com/company/molecular-processing-llc/about/" target="_blank">
<img src="images/LinkedIn-Icon.avif" alt="LinkedIn Icon" width="35" height="35" style="float: left; margin-right: 15px;" />
</a>
</div>
</div>
</div>
</div>
</div>
</div>
</div> <!-- /.footer-row -->
</div> <!-- /.container -->
</div>
</footer>