-
Notifications
You must be signed in to change notification settings - Fork 0
/
footer.php
26 lines (24 loc) · 1.29 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
<hr>
<footer>
<div class="row">
<div class="span12">
<p class="text-center">
<a href="./contact" class="muted">
<img src="<?php echo get_template_directory_uri() . '/bootstrap/img/mail.png' ?>" class="icon" style="margin-left:0px" />
<small class="visible-desktop">Contact</small></a>
<a href="https://twitter.com/lodum_wwu" class="muted">
<img src="<?php echo get_template_directory_uri() . '/bootstrap/img/twitter.png' ?>" class="icon" />
<small class="visible-desktop">@lodum_wwu</small></a>
<a href="https://github.com/lodum" class="muted">
<img src="<?php echo get_template_directory_uri() . '/bootstrap/img/github.png' ?>" class="icon" />
<small class="visible-desktop">Code</small></a>
<a href="<?php bloginfo('rss2_url'); ?>" class="muted">
<img src="<?php echo get_template_directory_uri() . '/bootstrap/img/rss.png' ?>" class="icon" />
<small class="visible-desktop">RSS Feed</small></a>
</p>
</div>
</div>
</footer>
</div>
</body>
</html>