-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathfooter.php
More file actions
39 lines (39 loc) · 1.29 KB
/
footer.php
File metadata and controls
39 lines (39 loc) · 1.29 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
<footer>
<div class="container">
<div class="row">
<div class="footer-about">
<h3>evercam.io</h3>
<p>Evercam blah blah blah...</p>
<div class="social-icons">
<a href="#"><span class="circle-icon ti-github"></span></a>
<a href="#"><span class="circle-icon ti-twitter-alt"></span></a>
<a href="#"><span class="circle-icon ti-facebook"></span></a>
</div>
</div>
<div class="footer-menu">
<ul>
<h3>Company</h3>
<li><a href="#">Blog</a></li>
<li><a href="#">About</a></li>
<li><a href="#">Policy</a></li>
<li><a href="#">Team</a></li>
<li><a href="#">Jobs</a></li>
<li><a href="#">Contact</a></li>
</ul>
<ul>
<h3>Developer</h3>
<li><a href="#">Documentation</a></li>
<li><a href="#">Pricing</a></li>
<li><a href="#">Help</a></li>
<li><a href="#">Terms</a></li>
</ul>
<ul>
<h3>Camera Owner</h3>
<li><a href="#">App Store</a></li>
<li><a href="#">Use Cases</a></li>
<li><a href="#">Help</a></li>
</ul>
</div>
</div>
</div>
</footer>