forked from matrix-msu/PPJ
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathfooter.php
executable file
·27 lines (25 loc) · 1.65 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
<footer id="footer">
<div class="footerSection">
<span class="helper"><a href="http://www.mellon.org/" target="_blank"><img src="<?php bloginfo('template_url'); ?>/images/logos/mellon.svg" alt="The Andrew W. Mellon Foundation" /></a></span>
</div>
<div class="footerSection">
<span class="helper"><a href="http://www.cal.msu.edu/" target="_blank"><img src="<?php bloginfo('template_url'); ?>/images/logos/cal.svg" alt="Michigan State University" /></a></span>
</div>
<div class="footerSection">
<span class="helper"><a href="https://www2.matrix.msu.edu/" target="_blank"><img src="<?php bloginfo('template_url'); ?>/images/logos/Matrix.svg" alt="Matrix" /></a></span>
</div>
<div class="footerSection">
<span class="helper"><a href="http://www.psu.edu/" target="_blank"><img src="<?php bloginfo('template_url'); ?>/images/logos/penn.svg" alt="Pennsylvania State University" /></a></span>
</div>
<div class="footerSection">
<span class="helper"><img src="<?php bloginfo('template_url'); ?>/images/social/facebook.png" height="40" width="40" alt="Facebook" />
<img src="<?php bloginfo('template_url'); ?>/images/social/twitter.png" height="40" width="40" alt="Twitter" />
<img src="<?php bloginfo('template_url'); ?>/images/social/google.png" height="40" width="40" alt="GooglePlus" />
<img src="<?php bloginfo('template_url'); ?>/images/social/rss.png" height="40" width="40" alt="RSS FEED" /></span>
</div>
<div class="footerSection">
<span class="helper"><a href="#">SUBSCRIBE VIA EMAIL</a></span>
</div>
</footer>
</body>
</html>