-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathfooter.html
40 lines (32 loc) · 1.42 KB
/
footer.html
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
<!DOCTYPE html>
<!-- CONTAINS REFACTORING CODE FOR THE FOOTER -->
<html lang="en">
<body>
<!-- ======= Footer ======= -->
<footer id="footer">
<div class="container footer-top">
<div class="row justify-content-left">
<div class="col-lg-4">
<h3>ClearTerms</h3>
<div><br><a href="about-us.html">Contact Us</a></div>
<div><a href="faq.html">Frequently Asked Questions</a></div>
<div><a href="crowd.html">Help Us</a></div>
<div><a href="http://3.210.81.13/about_us">CHIMPS Lab</a></div>
</div>
</div>
</div>
<div class="container footer-bottom clearfix">
<div class="copyright">
<!-- © Copyright <strong><span>ClearTerms</span></strong>. All Rights Reserved -->
</div>
</div>
</footer><!-- End Footer -->
</body>
</html>
<!-- <div class="row social-links">
<a href="#" class="twitter"><i class="bx bxl-twitter"></i></a>
<a href="#" class="facebook"><i class="bx bxl-facebook"></i></a>
<a href="#" class="instagram"><i class="bx bxl-instagram"></i></a>
<a href="#" class="google-plus"><i class="bx bxl-skype"></i></a>
<a href="#" class="linkedin"><i class="bx bxl-linkedin"></i></a>
</div> -->