forked from open-austin/council-connect
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathfooter.php
executable file
·28 lines (27 loc) · 1.02 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
<!-- footer.php -->
</div>
<div id="footer">
<div class="left">
<div>
<p>Made with love by participants of the ATX Hack4Change <br>
</div>
</div>
<div class="right">
<div>
<p>Connect:
<span class="icon">
<a href="http://www.facebook.com/ATXCouncilConn" border=0 target="blank"><img src="<?php echo get_template_directory_uri();?>/img/face.png" width="36" height="36"/></a>
</span>
<span class="icon">
<a href="http://twitter.com/ATXCouncilConn" border=0 target="blank"><img src="<?php echo get_template_directory_uri();?>/img/twitter.png" width="36" height="36"/></a>
</span>
<span class="icon">
<a href="https://instagram.com/atxcouncilconn" border=0 target="blank"><img src="<?php echo get_template_directory_uri();?>/img/insta.png" width="36" height="36"/></a>
</span>
</p>
<div>
</div>
</div>
</body>
</html>
<!-- END footer.php -->