-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathfooter.html
39 lines (38 loc) · 2.03 KB
/
footer.html
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
<!-- Footer -->
<footer>
<div class="row">
<div class="col-lg-12">
<p></p>
</div>
</div>
</footer>
<!-- Global footer snippet start -->
<div id="global-footer">
<div class="container">
<div class="row">
<div id="bottom-logo" class="span2">
<a href="http://www.stanford.edu">
<img src="https://www.stanford.edu/su-identity/images/[email protected]" alt="Stanford University"
width="105" height="49"/>
</a>
</div>
<!-- #bottom-logo end -->
<div id="bottom-text" class="span10">
<ul>
<li class="home"><a href="http://www.stanford.edu">SU Home</a></li>
<li class="maps alt"><a href="http://visit.stanford.edu/plan/maps.html">Maps & Directions</a></li>
<li class="search-stanford"><a href="http://www.stanford.edu/search/">Search Stanford</a></li>
<li class="terms alt"><a href="http://www.stanford.edu/site/terms.html">Terms of Use</a></li>
<li class="emergency-info"><a href="http://emergency.stanford.edu">Emergency Info</a></li>
</ul>
</div> <!-- .bottom-text end -->
<div class="clear"></div>
<p class="copyright vcard">We acknowledge <a href="https://aicare.stanford.edu">Stanford PAC</a> for the website template.<br/>©<span class="fn org">Stanford University</span>, <span class="adr"> <span
class="locality">Stanford</span>, <span class="region">California</span> <span
class="postal-code">94305</span></span>.
<span id="copyright-complaint"><a href="https://uit.stanford.edu/security/copyright-infringement" class="copyright-complaint">Copyright Complaints.</a></span>
</p>
</div> <!-- .row end -->
</div> <!-- .container end -->
</div> <!-- global-footer end -->
<!-- Global footer snippet end -->