"FOOTER - GWC"
Bootstrap 3.0.0 Snippet by waffleamp

<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> 630-844-7534 (phone) </p> <p> 630-796-7615 (text) </p> <b><p> Interlibrary Loan </p></b> <p> 630-844-5439 </p> </div> <div class="col-sm-4"> <div id="googleMap"> <script> function myMap() { var mapProp= { center:new google.maps.LatLng(42.566873,-88.558708), zoom:16, }; var map=new google.maps.Map(document.getElementById("googleMap"),mapProp); } </script> <script src="https://maps.googleapis.com/maps/api/js?key= AIzaSyCgviDbIc_VTplx4nnsLQ-75oBDzUe-_Tg&callback=myMap"> </script> </div> </div> </div> </footer>
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; }

Related: See More


Questions / Comments: