-
Notifications
You must be signed in to change notification settings - Fork 0
/
footer.php
38 lines (34 loc) · 1.13 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
33
34
35
36
37
38
<?php
/**
* The template for displaying the footer
*
* Contains the closing of the #content div and all content after.
*
* @link https://developer.wordpress.org/themes/basics/template-files/#template-partials
*
* @package sds
*/
?>
</div><!-- #content -->
<footer id="colophon" class="site-footer" role="contentinfo">
<div class="row">
<div id="about_us" class="col-md-4 footer-cols" ><h3>About Us</h3>
<p>© 2014 SDS
All Rights Reserved.
Disclaimer | Privacy Policy
CALL US NOW
+1-732-961-8383</p></div>
<div class="col-md-4 footer-cols"><h3 id="follow_us">Follow Us On</h3></div>
<div class="col-md-4 footer-cols">
<!--Facebook-->
<button type="button" class="btn btn-primary"><i class="fa fa-facebook left"></i> Facebook</button>
<!--Twitter-->
<button type="button" class="btn btn-primary"><i class="fa fa-twitter left"></i> Twitter</button>
<!--Linkedin-->
<button type="button" class="btn btn-primary"><i class="fa fa-linkedin left"></i> Linkedin</button></div>
</div>
</footer><!-- #colophon -->
</div><!-- #page -->
<?php wp_footer(); ?>
</body>
</html>