forked from JeremyEnglert/JointsWP
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathfooter.php
29 lines (29 loc) · 1.43 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
<footer class="footer" role="contentinfo">
<div id="inner-content" class="expanded row">
<div class="large-12 columns">
<div class="row">
<div class="large-4 medium-4 text-center columns" role="main">
<h4>A Project Of:</h4>
<a href="https://chnm.org" target="_blank"><img width="250" class="footer-logos" src="<?php echo get_stylesheet_directory_uri() . '/assets/images/rrchnm-logo.png';?>"></a>
</div>
<div class="large-4 medium-4 text-center columns" role="main">
<h4>Generously Funded By:</h4>
<a href="https://sloan.org/" target="_blank"><img width="275" class="footer-logos" src="<?php echo get_stylesheet_directory_uri() . '/assets/images/Sloan_Logo.png';?>"></a>
</div>
<div class="large-4 medium-4 text-center columns">
<h4>Follow us:</h4>
<div id="followus">
<a href="http://www.twitter.com/pressfwd" target="_blank"><i class="footericon fa fa-twitter fa-2x"></i></a>
<a href="http://www.pressforward.org/rss" target="_blank"><i class="footericon fa fa-rss fa-2x"></i></a>
<a href="http://www.github.com/pressforward" target="_blank"><i class="footericon fa fa-github fa-2x"></i></a>
</div>
</div>
</div>
</div>
</div>
</footer> <!-- end .footer -->
</div> <!-- end .main-content -->
</div> <!-- end .off-canvas-wrapper -->
<?php wp_footer(); ?>
</body>
</html> <!-- end page -->