-
Notifications
You must be signed in to change notification settings - Fork 0
/
footer.php
23 lines (23 loc) · 1.14 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
<footer class="footer-wrap">
<div class="container">
<section class="bottom-menu">
<?php
wp_nav_menu(array('theme_location' => 'footer',
'container' => '',
'menu_class' => '',
));
?>
</section>
<section class="copyright">
<span>© 2015 Sixei Engineering. All rights reserved.</span>
Follow us on
<a href="https://www.facebook.com/pages/VietNam-Water-and-Wastewater-Engineering-Community/1614836025435417?ref=aymt_homepage_panel" class="facebook blk-social"><i class="fa fa-facebook-square"></i></a>
<a href="#" class="google-plus blk-social"><i class="fa fa-google-plus-square"> </i></a>
<a href="https://www.linkedin.com/company/sixei-environmental-engineering-ltd." class="linkedin blk-social"><i class="fa fa-linkedin-square"> </i></a>
<a href="https://www.youtube.com/channel/UCziYYNzDYiEYweKuepr5PHQ" class="youtube blk-social"><i class="fa fa-youtube-square"> </i></a>
</section>
</div>
</footer>
<?php wp_footer(); ?>
</body>
</html>