-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathfooter.php
51 lines (49 loc) · 1.9 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
<footer class="container-fluid main-footer">
<?php wp_footer() ?>
<div class="row">
<div class="col-md">
<h4>Contact</h4>
<ul>
<li>
<strong>Address</strong><br> <a target="_blank" href="https://www.google.com/maps/place/395+Hardy+Rd,+Starkville,+MS+39759/@33.4527119,-88.7907871,17z/data=!3m1!4b1!4m5!3m4!1s0x8881354adadc1973:0x4677826496389a6f!8m2!3d33.4527119!4d-88.7885984?sa=X&ved=0ahUKEwjsvLDEh_nZAhVGZKwKHVCXC58Q8gEIJjAA">395 Hardy Rd</a>
</li>
<li>
<strong>Mailing Address</strong><br> P.O. Box 5408 <br>Mississippi State, MS 39762-5408
</li>
<li>
<strong>Telephone</strong><br>
<a href="tel:(662) 325-7668">(662) 325-7668</a>
</li>
<li>
<strong>Fax</strong><br>
<a href="tel:(662) 325-0011">(662) 325-0011</a>
</li>
</ul>
</div>
<div class="col-md">
<h4>Pages</h4>
<ul>
<a href="#"><li>About</li></a>
<a href="#"><li>Library Hours</li></a>
<a href="#"><li>Directions, Maps, and Parking</li></a>
<a href="#"><li>Calendar of Events</li></a>
<a href="#"><li>Directory</li></a>
<a href="#"><li>Jobs</li></a>
<a href="#"><li>Departments</li></a>
</ul>
</div>
<div class="col-md">
<h4>Help</h4>
<ul>
<li>1</li>
<li>1</li>
<li>1</li>
<li>1</li>
<li>1</li>
</ul>
</div>
</div>
<div class="help-links-row row">
<span><a href="#">Report a Problem</a></span> | <span><a href="#">Legal</a></span>
</div>
</footer>