-
Notifications
You must be signed in to change notification settings - Fork 37
/
footer.php
44 lines (34 loc) · 2.01 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
<div role="contentinfo" class="uw-footer">
<a href="http://www.washington.edu" class="footer-wordmark">University of Washington</a>
<a href="http://www.washington.edu/boundless/"><h3 class="be-boundless">Be boundless</h3></a>
<h4>Connect with us:</h4>
<nav aria-label="social networking">
<ul class="footer-social">
<li><a class="facebook" href="http://www.facebook.com/UofWA">Facebook</a></li>
<li><a class="twitter" href="http://twitter.com/UW">Twitter</a></li>
<li><a class="instagram" href="http://instagram.com/uofwa">Instagram</a></li>
<li><a class="youtube" href="http://www.youtube.com/user/uwhuskies">YouTube</a></li>
<li><a class="linkedin" href="http://www.linkedin.com/company/university-of-washington">LinkedIn</a></li>
<li><a class="pinterest" href="http://www.pinterest.com/uofwa/">Pinterest</a></li>
</ul>
</nav>
<nav aria-label="footer navigation">
<ul class="footer-links">
<li><a href="http://www.uw.edu/accessibility">Accessibility</a></li>
<li><a href="http://uw.edu/contact">Contact Us</a></li>
<li><a href="http://www.washington.edu/jobs">Jobs</a></li>
<li><a href="http://www.washington.edu/safety">Campus Safety</a></li>
<li><a href="http://my.uw.edu/">My UW</a></li>
<li><a href="http://www.washington.edu/rules/wac">Rules Docket</a></li>
<li><a href="http://www.washington.edu/online/privacy/">Privacy</a></li>
<li><a href="http://www.washington.edu/online/terms/">Terms</a></li>
<li><a href="http://www.washington.edu/newsletter/">Newsletter</a></li>
</ul>
</nav>
<p>© <?php echo date("Y"); ?> University of Washington | Seattle, WA</p>
</div>
</div><!-- #uw-container-inner -->
</div><!-- #uw-container -->
<?php wp_footer(); ?>
</body>
</html>