-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathfooter.php
executable file
·37 lines (21 loc) · 1.58 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
<footer>
<div class="container">
<div class="footer-cont">
<ul>
<li> <a href="#"> <i class="fa fa-facebook-official" aria-hidden="true"></i> </a></li>
<li> <a href="#"> <i class="fa fa-twitter" aria-hidden="true"></i> </a></li>
<li> <a href="#"> <i class="fa fa-linkedin" aria-hidden="true"></i> </a></li>
<li> <a href="#"> <i class="fa fa-instagram" aria-hidden="true"></i> </a></li>
</ul>
<p> Droidcon Boston signed the <a href="">Diversity Charter.</a><br /><br />
<a href="http://www.droidcon-boston.com/code-of-conduct/">Code of Conduct</a>
</p>
</div>
</div>
</footer>
<!-- Bootstrap core JavaScript
================================================== -->
<!-- Placed at the end of the document so the pages load faster -->
<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.12.4/jquery.min.js"></script>
<script src="js/bootstrap.min.js"></script>
<script src="js/custom.js"></script>