"FOOTER - GWC"
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 ---------->
<footer>
<div class="row">
<div class="col-sm-4">
<p>
<b><a href="#">Home</a></b>
</p>
<p>
<b><a href="#">Research</a></b>
</p>
<p>
<b><a href="#">Help</a></b>
</p>
<p>
<b><a href="#">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-sm-4">
<b><p>
General Information
</p></b>
<p>
262-245-8541
</p>
<b><p>
Research Help
</p></b>
<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
footer {
font-size: .9em;
padding-bottom: 5px;
border-top: 3px solid #00467F;
background-color: #1e357b;
background:linear-gradient(#f2f2f2, #e6e6e6);
color: #333;
padding: 15px;
line-height: .3;
}
footer a {
color: #333;
}
footer a:hover {
color: #00467F;
text-decoration: none;
}
#googleMap {
width: 100%;
height: 90px;
-webkit-filter: grayscale(100%);
filter: grayscale(100%);
}
#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-144bl.png');
width: 114px;
height: 21px;
}
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
1
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX

Related: See More


Questions / Comments: