-
Notifications
You must be signed in to change notification settings - Fork 0
/
footer.php
26 lines (24 loc) · 1.12 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
</main>
<footer>
<div class="container">
<nav>
<ul class="footer-menu">
<?php wp_nav_menu_no_ul(); ?>
</ul>
</nav>
<nav class="social-networking">
<ul>
<li><a class="" href="https://www.facebook.com/AgileBrazil" target="_blank"><i class="fa fa-facebook-official fa-4x"></i></a></li>
<li><a class="" href="https://twitter.com/agilebrazil" target="_blank"><i class="fa fa-twitter-square fa-4x"></i></a></li>
<li><a class="" href="http://buff.ly/1WZuvVO" target="_blank"><i class="fa fa-google-plus-square fa-4x"></i></a></li>
<li><a class="" href="https://instagram.com/agilebrazil" target="_blank"><i class="fa fa-instagram fa-4x"></i></a></li>
<li><a class="" href="https://www.linkedin.com/groups/Agile-Brazil-3148432" target="_blank"><i class="fa fa-linkedin-square fa-4x"></i></a></li>
<li><a class="" href="https://vimeo.com/agilebrazil" target="_blank"><i class="fa fa-vimeo-square fa-4x"></i></a></li>
</ul>
</nav>
</div>
</footer>
<script type="text/javascript" src="<?php echo get_template_directory_uri(); ?>/assets/js/scripts.js"></script>
<?php wp_footer(); ?>
</body>
</html>