"Nonsense Footer Update"
Bootstrap 3.0.0 Snippet by waffleamp

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
<link href="//netdna.bootstrapcdn.com/bootstrap/3.0.0/css/bootstrap.min.css" rel="stylesheet" id="bootstrap-css">
<script src="//netdna.bootstrapcdn.com/bootstrap/3.0.0/js/bootstrap.min.js"></script>
<script src="//cdnjs.cloudflare.com/ajax/libs/jquery/3.2.1/jquery.min.js"></script>
<!------ Include the above in your HEAD tag ---------->
<div class="footer">
<div class="col-md-3 col-md-offset-1">
<p>
<b><a href="https://aurora.edu/academics/library/index.html">Home</a></b>
</p>
<p>
<b><a href="http://libguides.aurora.edu/az.php">Research</a></b>
</p>
<p>
<b><a href="http://aurora.libanswers.com/">Help</a></b>
</p>
<p>
<b><a href="http://libguides.aurora.edu/libraryinfo">Library Information</a></b>
</p>
<p>
<div id="hoverFB">
<a href="https://www.facebook.com/AUPhillipsLibrary/" style="display:block;width:114px;height:21px;">
</a>
</div>
</p>
</div>
<div class="col-md-3 col-md-offset-1">
<b><p>
Information & Research Help
</p></b>
<p>
630-844-5437 (phone)
</p>
<p>
630-844-3848 (fax)
</p>
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
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
.footer {
position: absolute;
bottom: 0;
width: 100%;
/* Set the fixed height of the footer here */
height: 135px;
font-size: .9em;
padding-bottom: 5px;
border-top: 3px solid #31813a;
background-color: #1e357b;
background:linear-gradient(#f2f2f2, #e6e6e6);
color: #333;
padding: 15px;
line-height: .3;
}
.footer a {
color: #333;
}
.footer a:hover {
color: #48a948;
text-decoration: none;
}
#hoverFB {
background-image: url('https://libapps.s3.amazonaws.com/accounts/108452/images/FB-FindUsonFacebook-online-144bw.png');
width: 114px;
height: 21px;
}
#hoverFB:hover {
background-image: url('https://libapps.s3.amazonaws.com/accounts/108452/images/FB-FindUsonFacebook-online-144grn.png');
width: 114px;
height: 21px;
}
.btn-phillipslib {
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
1
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX

Related: See More


Questions / Comments: