-
Notifications
You must be signed in to change notification settings - Fork 1
/
footer.php
58 lines (46 loc) · 1.99 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
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
<?php
/**
* The template for displaying the footer
*
* Contains footer content and the closing of the #main and #page div elements.
*
* @package WordPress
* @subpackage Twenty_Twelve
* @since Twenty Twelve 1.0
*/
?>
</div>
</section>
<!--
<footer class="footer fixed">
<nav role="navigation">
<?php footer_menu_display(); ?>
</nav>
</footer>
-->
<div class="footer-badge">
Ripon College. Life Well Lived®
</div>
<div class="colophon">
<div class="addresses">
<strong>Physical Address:</strong><br>
<span class="fold"><a href="https://www.google.com/maps/place/300+Seward+St,+Ripon,+WI+54971/@43.8432217,-88.8409595,17z/data=!3m1!4b1!4m2!3m1!1s0x8801543f4dcd4019:0xbdb7efb240144666">300 W. Seward St. Ripon, WI 54971</a></span><br>
<a href="/privacy-policy">Privacy Policy</a>
</div>
<div class="electronic">
<strong>Email:</strong> <span class="fold"><a href="mailto:[email protected]">[email protected]</a></span><br>
<strong>Phone:</strong> <span class="fold"><a href="tel:9207488115">920-748-8115</a></span><br>
<a href="http://www.facebook.com/ripon.college"><img src="<?php bloginfo('template_url') ?>/img/social-facebook.png"></a>
<a href="http://www.linkedin.com/groups?home=&gid=4646327&trk=anet_ug_hm"><img src="<?php bloginfo('template_url') ?>/img/social-linkedin.png"></a>
<a href="https://twitter.com/riponcollege"><img src="<?php bloginfo('template_url') ?>/img/social-twitter.png"></a>
<a href="http://www.youtube.com/riponcollegevideo"><img src="<?php bloginfo('template_url') ?>/img/social-youtube.png"></a>
<a href="http://instagram.com/riponcollege"><img src="<?php bloginfo('template_url') ?>/img/social-instagram.png"></a>
</div>
<a href="/map" class="campus-map">Campus Map</a>
</div>
</div><!-- #page -->
<?php wp_footer(); ?>
<script async="async" src="https://apply.ripon.edu/ping"></script>
<script async="async" defer="defer" src="https://www.youvisit.com/tour/Embed/js3" type="text/javascript"></script>
</body>
</html>