add homepage13
This commit is contained in:
@@ -0,0 +1,518 @@
|
|||||||
|
<style>
|
||||||
|
|
||||||
|
body {
|
||||||
|
color: #111;
|
||||||
|
overflow-x: hidden;
|
||||||
|
}
|
||||||
|
|
||||||
|
/* style alert */
|
||||||
|
|
||||||
|
#corona-alert {
|
||||||
|
text-align: center;
|
||||||
|
background-color: #faf870;
|
||||||
|
padding: 5px;
|
||||||
|
}
|
||||||
|
|
||||||
|
#corona-alert-text {
|
||||||
|
color: #111;
|
||||||
|
font-size: 1.5em;
|
||||||
|
}
|
||||||
|
|
||||||
|
/* style header */
|
||||||
|
|
||||||
|
#header-div {
|
||||||
|
padding: 30px;
|
||||||
|
text-align: center;
|
||||||
|
}
|
||||||
|
|
||||||
|
/* style navbar */
|
||||||
|
|
||||||
|
nav.navbar-default.yamm {
|
||||||
|
background-color: white;
|
||||||
|
border: none;
|
||||||
|
font-size: 1.4em;
|
||||||
|
color: #111;
|
||||||
|
margin-top: 20px;
|
||||||
|
border-radius: 0px;
|
||||||
|
}
|
||||||
|
|
||||||
|
.navbar-default .navbar-nav>li>a {
|
||||||
|
color: #111;
|
||||||
|
}
|
||||||
|
|
||||||
|
.faux-card {
|
||||||
|
margin-left: 16px;
|
||||||
|
}
|
||||||
|
|
||||||
|
/* style background image */
|
||||||
|
.kbcc-background-image {
|
||||||
|
background: linear-gradient(to bottom, rgba(255,255,255,0.4) 0%,rgba(255,255,255,0.4) 100%), url("https://www1.kingsborough.edu/photo_album/kcc_campus_06/images/KG_Kibbee_3_jpg.jpg");
|
||||||
|
padding: 20px 0px;
|
||||||
|
border-radius: 5px;
|
||||||
|
background-size: cover;
|
||||||
|
margin: -30px 0px 30px 0px;
|
||||||
|
}
|
||||||
|
|
||||||
|
/* style jumbotron */
|
||||||
|
|
||||||
|
.onesearch-jumbotron {
|
||||||
|
text-align: center;
|
||||||
|
margin-top: -40px;
|
||||||
|
}
|
||||||
|
|
||||||
|
#onesearch-header {
|
||||||
|
font-size: 10em;
|
||||||
|
margin-bottom: 0px;
|
||||||
|
}
|
||||||
|
|
||||||
|
.zero-margin {
|
||||||
|
margin-left: -2px;
|
||||||
|
margin-right: -2px;
|
||||||
|
}
|
||||||
|
|
||||||
|
#dropdownMenu1 {
|
||||||
|
border-radius: 0px;
|
||||||
|
}
|
||||||
|
|
||||||
|
a.searchmenu {
|
||||||
|
color: #111;
|
||||||
|
}
|
||||||
|
|
||||||
|
.highlight-menu-item {
|
||||||
|
padding: 2px;
|
||||||
|
}
|
||||||
|
|
||||||
|
.highlight-menu-item:hover {
|
||||||
|
background-color: #eee;
|
||||||
|
cursor: pointer;
|
||||||
|
}
|
||||||
|
|
||||||
|
/* style link list */
|
||||||
|
.link-list {
|
||||||
|
font-size: 1.5em;
|
||||||
|
}
|
||||||
|
|
||||||
|
/* style for nav by the jumbotron */
|
||||||
|
.nav-divs-by-jumbotron {
|
||||||
|
text-align: center;
|
||||||
|
padding: 6px;
|
||||||
|
margin: 6px 0px;
|
||||||
|
color: white;
|
||||||
|
background-color: #003466;
|
||||||
|
border-radius: 3px;
|
||||||
|
}
|
||||||
|
|
||||||
|
.nav-divs-by-jumbotron>h2 {
|
||||||
|
font-size: 1.5em;
|
||||||
|
margin-bottom: 4px;
|
||||||
|
margin-top: 4px;
|
||||||
|
}
|
||||||
|
|
||||||
|
a.no-underline {
|
||||||
|
text-decoration: none;
|
||||||
|
}
|
||||||
|
|
||||||
|
.nav-divs-by-jumbotron:hover {
|
||||||
|
background-color: #444;
|
||||||
|
}
|
||||||
|
|
||||||
|
/* style the panels with the text content */
|
||||||
|
.panel>.show-panel {
|
||||||
|
background-color: #003466;
|
||||||
|
text-align: center;
|
||||||
|
}
|
||||||
|
|
||||||
|
.hide-body-border {
|
||||||
|
border: none;
|
||||||
|
box-shadow: none;
|
||||||
|
}
|
||||||
|
|
||||||
|
.glyphicon-panel-title {
|
||||||
|
font-size: 2em;
|
||||||
|
}
|
||||||
|
|
||||||
|
.content-panel-title {
|
||||||
|
color: white;
|
||||||
|
font-size: 2em;
|
||||||
|
}
|
||||||
|
|
||||||
|
.content-panel-title>h2 {
|
||||||
|
margin: 7px 0px;
|
||||||
|
font-size: 1em;
|
||||||
|
}
|
||||||
|
|
||||||
|
.panel-heading {
|
||||||
|
padding: 2px;
|
||||||
|
}
|
||||||
|
|
||||||
|
/* style the gallery */
|
||||||
|
|
||||||
|
.slick-slide img {
|
||||||
|
padding: 2px;
|
||||||
|
max-height: 350px !important;
|
||||||
|
object-fit: contain;
|
||||||
|
margin: 0px;
|
||||||
|
}
|
||||||
|
|
||||||
|
.s-lib-public-side-header {
|
||||||
|
display: none;
|
||||||
|
}
|
||||||
|
|
||||||
|
.slick-active {
|
||||||
|
outline: 0;
|
||||||
|
}
|
||||||
|
|
||||||
|
/* style the hours */
|
||||||
|
.hours {
|
||||||
|
text-align:center;
|
||||||
|
}
|
||||||
|
|
||||||
|
.hours-panel-body {
|
||||||
|
padding: 10px 5px 0px 5px;
|
||||||
|
}
|
||||||
|
|
||||||
|
.padding-0 {
|
||||||
|
padding-left: 4px;
|
||||||
|
padding-right: 4px;
|
||||||
|
flex:1 1 auto;
|
||||||
|
display: flex;
|
||||||
|
}
|
||||||
|
|
||||||
|
.equal {
|
||||||
|
display: -webkit-box;
|
||||||
|
display: -moz-box;
|
||||||
|
display: -ms-flexbox;
|
||||||
|
display: -webkit-flex;
|
||||||
|
display: flex;
|
||||||
|
}
|
||||||
|
|
||||||
|
.panel {
|
||||||
|
flex:1 0 100%;
|
||||||
|
}
|
||||||
|
|
||||||
|
.panel-outline-color {
|
||||||
|
border: solid #555 1px;
|
||||||
|
font-size: 1.2em;
|
||||||
|
line-height: 1.4em;
|
||||||
|
}
|
||||||
|
|
||||||
|
.vertical-align {
|
||||||
|
display: flex;
|
||||||
|
align-items: center;
|
||||||
|
height: 100%;
|
||||||
|
}
|
||||||
|
|
||||||
|
.more-link {
|
||||||
|
text-align: center;
|
||||||
|
width: 100%;
|
||||||
|
}
|
||||||
|
|
||||||
|
/* style the yamm menu */
|
||||||
|
.dropdown-margin {
|
||||||
|
margin-right: 50px;
|
||||||
|
}
|
||||||
|
|
||||||
|
.bigger-fancy-text {
|
||||||
|
font-size: 1.2em;
|
||||||
|
}
|
||||||
|
|
||||||
|
.yamm1 {
|
||||||
|
max-width: 900px;
|
||||||
|
}
|
||||||
|
|
||||||
|
.yamm2 {
|
||||||
|
max-width: 675px;
|
||||||
|
}
|
||||||
|
|
||||||
|
.yamm3 {
|
||||||
|
max-width: 300px;
|
||||||
|
}
|
||||||
|
|
||||||
|
.yamm4 {
|
||||||
|
max-width: 460px;
|
||||||
|
}
|
||||||
|
|
||||||
|
#yamm4-margins {
|
||||||
|
margin: -15px 0px;
|
||||||
|
}
|
||||||
|
|
||||||
|
/* style footer */
|
||||||
|
|
||||||
|
#orange-line {
|
||||||
|
height:10px;
|
||||||
|
background-color: #ff4e00;
|
||||||
|
}
|
||||||
|
|
||||||
|
#main-blue-footer {
|
||||||
|
background-color: #003466;
|
||||||
|
color: white;
|
||||||
|
padding: 30px;
|
||||||
|
}
|
||||||
|
|
||||||
|
.whiteahrefs a:link, .whiteahrefs a:hover, .whiteahrefs a:visited, .whiteahrefs a:active {
|
||||||
|
color: white;
|
||||||
|
text-decoration:none;
|
||||||
|
}
|
||||||
|
|
||||||
|
.whiteahrefs {
|
||||||
|
margin-top: 10px;
|
||||||
|
}
|
||||||
|
|
||||||
|
#lighthouse-logo > img {
|
||||||
|
max-width: 150px;
|
||||||
|
}
|
||||||
|
|
||||||
|
/* media queries */
|
||||||
|
|
||||||
|
@media only screen and (min-width: 1px) {
|
||||||
|
|
||||||
|
#library-logo {
|
||||||
|
max-width: 100%;
|
||||||
|
max-height: 150px;
|
||||||
|
}
|
||||||
|
|
||||||
|
#kb-cuny-logo {
|
||||||
|
max-width: 100%;
|
||||||
|
max-height: 150px;
|
||||||
|
}
|
||||||
|
|
||||||
|
#corona-alert {
|
||||||
|
margin: -25px 6px 0px 12px;
|
||||||
|
}
|
||||||
|
|
||||||
|
.form-width {
|
||||||
|
width: 220px;
|
||||||
|
}
|
||||||
|
|
||||||
|
.zero-margin {
|
||||||
|
margin: 7px auto;
|
||||||
|
}
|
||||||
|
|
||||||
|
.nav-by-jumbotron {
|
||||||
|
margin-top: 40px !important;
|
||||||
|
}
|
||||||
|
|
||||||
|
#main-blue-footer {
|
||||||
|
min-height: 450px;
|
||||||
|
}
|
||||||
|
|
||||||
|
.library-address {
|
||||||
|
float: left;
|
||||||
|
}
|
||||||
|
|
||||||
|
#cuny-logo {
|
||||||
|
float: left;
|
||||||
|
clear: both;
|
||||||
|
margin-top: 10px;
|
||||||
|
}
|
||||||
|
|
||||||
|
.libapps {
|
||||||
|
float: left;
|
||||||
|
clear: left;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
@media only screen and (min-width: 767px) {
|
||||||
|
|
||||||
|
#corona-alert {
|
||||||
|
margin: -20px 12px 0px 12px;
|
||||||
|
}
|
||||||
|
|
||||||
|
.zero-margin {
|
||||||
|
margin: -2px;
|
||||||
|
}
|
||||||
|
|
||||||
|
.nav-by-jumbotron {
|
||||||
|
margin-top: 0px !important;
|
||||||
|
}
|
||||||
|
|
||||||
|
#lighthouse-logo {
|
||||||
|
display: inline-block;
|
||||||
|
float: left;
|
||||||
|
}
|
||||||
|
|
||||||
|
#main-blue-footer {
|
||||||
|
min-height: 210px;
|
||||||
|
}
|
||||||
|
|
||||||
|
.library-address {
|
||||||
|
display: inline-block;
|
||||||
|
margin: -10px 30px;
|
||||||
|
font-size: 1.1em;
|
||||||
|
}
|
||||||
|
|
||||||
|
#cuny-logo {
|
||||||
|
float: right;
|
||||||
|
clear: none;
|
||||||
|
margin: -10px 0px;
|
||||||
|
}
|
||||||
|
|
||||||
|
.libapps {
|
||||||
|
float: right;
|
||||||
|
clear: both;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
|
||||||
|
@media only screen and (min-width: 992px) {
|
||||||
|
|
||||||
|
#header-div {
|
||||||
|
text-align: left;
|
||||||
|
}
|
||||||
|
|
||||||
|
#kb-cuny-logo {
|
||||||
|
max-width: 40%;
|
||||||
|
max-height: 300px;
|
||||||
|
margin-top: -15px;
|
||||||
|
}
|
||||||
|
|
||||||
|
#library-logo {
|
||||||
|
float: right;
|
||||||
|
max-width: 50%;
|
||||||
|
max-height: 300px;
|
||||||
|
margin-top: -5px;
|
||||||
|
margin-right: -30px;
|
||||||
|
}
|
||||||
|
|
||||||
|
#corona-alert {
|
||||||
|
margin-top: -10px;
|
||||||
|
}
|
||||||
|
|
||||||
|
nav.navbar-default.yamm {
|
||||||
|
margin-top: 10px;
|
||||||
|
}
|
||||||
|
|
||||||
|
.form-width {
|
||||||
|
width: 350px;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
@media only screen and (min-width: 1200px) {
|
||||||
|
#kb-cuny-logo {
|
||||||
|
margin-top: 0px;
|
||||||
|
}
|
||||||
|
|
||||||
|
#library-logo {
|
||||||
|
margin-top: 15px;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
/*!
|
||||||
|
* Yamm!3 - Yet another megamenu for Bootstrap 3
|
||||||
|
* http://geedmo.github.com/yamm3
|
||||||
|
*
|
||||||
|
* @geedmo - Licensed under the MIT license
|
||||||
|
*/
|
||||||
|
.yamm .nav,
|
||||||
|
.yamm .collapse,
|
||||||
|
.yamm .dropup,
|
||||||
|
.yamm .dropdown {
|
||||||
|
position: static;
|
||||||
|
}
|
||||||
|
.yamm .container {
|
||||||
|
position: relative;
|
||||||
|
}
|
||||||
|
.yamm .dropdown-menu {
|
||||||
|
left: auto;
|
||||||
|
}
|
||||||
|
.yamm .yamm-content {
|
||||||
|
padding: 20px 30px;
|
||||||
|
}
|
||||||
|
.yamm .dropdown.yamm-fw .dropdown-menu {
|
||||||
|
left: 0;
|
||||||
|
right: 0;
|
||||||
|
}
|
||||||
|
/* End of Yamm */
|
||||||
|
</style>
|
||||||
|
|
||||||
|
<!-- the configuration file for the hours widget -->
|
||||||
|
<script type="text/javascript" src="//libapps.s3.amazonaws.com/sites/2365/include/hours.js"></script>
|
||||||
|
|
||||||
|
<!-- the code for the hours widget -->
|
||||||
|
<script type="text/javascript">
|
||||||
|
window.onload = function () {
|
||||||
|
const h = JSON.parse(hours);
|
||||||
|
const options_weekday = { weekday: 'long' };
|
||||||
|
const options_weekday_short = { weekday: 'short' };
|
||||||
|
const options_date = { month: 'short', day: 'numeric' };
|
||||||
|
for (var i = 0; i < h.length; i++) {
|
||||||
|
let targetDate = new Date(h[i].Date + "T00:00:00.000-05:00");
|
||||||
|
let today = new Date();
|
||||||
|
if (window.innerWidth < 500) {
|
||||||
|
weekday = targetDate.toLocaleDateString("en-US", options_weekday_short)
|
||||||
|
} else {
|
||||||
|
weekday = targetDate.toLocaleDateString("en-US", options_weekday)
|
||||||
|
}
|
||||||
|
if (targetDate.getFullYear() === today.getFullYear() &&
|
||||||
|
targetDate.getMonth() === today.getMonth() &&
|
||||||
|
targetDate.getDate() === today.getDate()) {
|
||||||
|
document.getElementById('hours0').innerHTML = "<p><strong>Today</strong><br />" + targetDate.toLocaleDateString("en-US", options_date) + "<br />" + h[i].Hours + "</p>";
|
||||||
|
var start = true;
|
||||||
|
var count = 1;
|
||||||
|
} else if (start === true && count < 3 && h[i].Hours === "Closed" ) {
|
||||||
|
document.getElementById('hours' + count).innerHTML = "<span style='color:#666;'><p>" + weekday + "<br />" + targetDate.toLocaleDateString("en-US", options_date) + "<br />" + h[i].Hours + "</p></span>";
|
||||||
|
count++;
|
||||||
|
} else if (start === true && count < 3 && h[i].Hours != "Closed") {
|
||||||
|
document.getElementById('hours' + count).innerHTML = "<p>" + weekday + "<br />" + targetDate.toLocaleDateString("en-US", options_date) + "<br />" + h[i].Hours + "</p>";
|
||||||
|
count++;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
};
|
||||||
|
</script>
|
||||||
|
|
||||||
|
<!-- script to make OneSearch dropdown work -->
|
||||||
|
<script type="text/javascript">
|
||||||
|
function customizeSearch(facet) {
|
||||||
|
// re-render the dropdown menu with the current pick
|
||||||
|
document.getElementById('dropdownMenu1').innerHTML = facet + ' <span class="caret"></span>';
|
||||||
|
document.getElementById("primoQueryTemp").setAttribute("placeholder", "Enter search term here");
|
||||||
|
|
||||||
|
// reset any previously selected facets
|
||||||
|
document.querySelectorAll('.deleteWithDropdownChange').forEach(e => e.remove());
|
||||||
|
document.getElementById("formToAppendInputsTo").setAttribute("action", "https://cuny-kb.primo.exlibrisgroup.com/discovery/search");
|
||||||
|
document.getElementById("tabSetting").setAttribute("value", "Everything");
|
||||||
|
|
||||||
|
// add the facet that matches the user's dropdown selection
|
||||||
|
if (facet === "Books") {
|
||||||
|
document.getElementById("formToAppendInputsTo").insertAdjacentHTML('afterbegin', '<input name="facet" value="rtype,include,books" type="hidden" class="deleteWithDropdownChange" />');
|
||||||
|
} else if (facet === "Articles") {
|
||||||
|
document.getElementById("formToAppendInputsTo").insertAdjacentHTML('afterbegin', '<input name="mfacet" value="rtype,include,articles,1" type="hidden" class="deleteWithDropdownChange"/><input name="mfacet" value="rtype,include,newspaper_articles,1" type="hidden" class="deleteWithDropdownChange" />');
|
||||||
|
} else if (facet === "Videos") {
|
||||||
|
document.getElementById("formToAppendInputsTo").insertAdjacentHTML('afterbegin', '<input name="facet" value="rtype,include,videos" type="hidden" class="deleteWithDropdownChange" />');
|
||||||
|
} else if (facet === "Journals") {
|
||||||
|
document.getElementById("formToAppendInputsTo").setAttribute('action', 'https://onesearch.cuny.edu/discovery/jsearch');
|
||||||
|
document.getElementById("tabSetting").setAttribute("value", "jsearch_slot");
|
||||||
|
} else if (facet === "Newspapers") {
|
||||||
|
document.getElementById("formToAppendInputsTo").setAttribute('action', 'https://onesearch.cuny.edu/discovery/npsearch');
|
||||||
|
} else {
|
||||||
|
console.log("no match");
|
||||||
|
}
|
||||||
|
}
|
||||||
|
</script>
|
||||||
|
|
||||||
|
<!-- OneSearch widget script from OLS, modified -->
|
||||||
|
<script type="text/javascript">
|
||||||
|
function addPrimoQuery(e) {
|
||||||
|
// prevent the user from submitting the form if no dropdown item has been selected. Added by ME.
|
||||||
|
e.preventDefault();
|
||||||
|
e.stopPropagation();
|
||||||
|
if (document.getElementById("dropdownMenu1").innerHTML.includes('Define') === true) {
|
||||||
|
$("#dropdownMenu1").trigger('click.bs.dropdown.data-api');
|
||||||
|
document.getElementById("primoQueryTemp").value = "";
|
||||||
|
document.getElementById("primoQueryTemp").setAttribute("placeholder", "Please make a selection");
|
||||||
|
return true;
|
||||||
|
};
|
||||||
|
|
||||||
|
// original OLS widget
|
||||||
|
document.getElementById("primoQuery").value = "any,contains," + document.getElementById("primoQueryTemp").value.replace(/[,]/g, " ");
|
||||||
|
/* If you changed the form name at the top, change it below to match */
|
||||||
|
document.forms.searchPrimoForm1.submit();
|
||||||
|
}
|
||||||
|
</script>
|
||||||
|
|
||||||
|
<!-- Load bootstrap accessibility libraries (https://github.com/paypal/bootstrap-accessibility-plugin) -->
|
||||||
|
<link rel="stylesheet" type="text/css" href="//libapps.s3.amazonaws.com/sites/2365/include/bootstrap-accessibility.min.css">
|
||||||
|
<script type="text/javascript" src="//libapps.s3.amazonaws.com/sites/2365/include/bootstrap-accessibility.min.js"></script>
|
||||||
|
|
||||||
|
<!-- FontAwesome -->
|
||||||
|
<script type="text/javascript" src="//libapps.s3.amazonaws.com/sites/2365/include/fa.js"></script>
|
||||||
@@ -0,0 +1,454 @@
|
|||||||
|
<body class="s-lib-public-body">
|
||||||
|
<!-- BEGIN: content -->
|
||||||
|
<div id="s-lib-public-main" class="s-lib-main container s-lib-side-borders">
|
||||||
|
<div id="s-lg-index-cols" class="row container>
|
||||||
|
<div class="row">
|
||||||
|
<div class="col-xs-12" id="header-div">
|
||||||
|
<img id="kb-cuny-logo" src="https://libapps.s3.amazonaws.com/accounts/16298/images/kbcc-logo-CUNY.png" />
|
||||||
|
<img id="library-logo" src="https://libapps.s3.amazonaws.com/accounts/16298/images/xsmall-2.jpg" />
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
<div class="row">
|
||||||
|
<div class="col-xs-12">
|
||||||
|
<div id="corona-alert">
|
||||||
|
<a id="corona-alert-text" href="https://kbcc.cuny.libguides.com/coronavirus/home">Alert! Library Services During COVID-19</a>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
<div class="row">
|
||||||
|
<div class="col-xs-12">
|
||||||
|
<nav class="navbar navbar-default yamm">
|
||||||
|
<div class="container-fluid">
|
||||||
|
<div>
|
||||||
|
<ul class="nav navbar-nav">
|
||||||
|
<li><a href="https://cuny-kb.primo.exlibrisgroup.com/discovery/account?vid=01CUNY_KB:CUNY_KB">Library Account</a></li>
|
||||||
|
<li class="dropdown">
|
||||||
|
<a class="dropdown-toggle" data-toggle="dropdown" role="button" aria-haspopup="true" aria-expanded="false">Find It <span class="caret"></span></a>
|
||||||
|
<ul class="dropdown-menu dropdown-margin">
|
||||||
|
<li>
|
||||||
|
<div class="yamm-content yamm1">
|
||||||
|
<div class="row">
|
||||||
|
<a class="searchmenu" aria-label="Databases A to Z" href="https://kbcc.cuny.libguides.com/az.php">
|
||||||
|
<div class="col-xs-12 col-md-4 col-lg-3 highlight-menu-item bigger-fancy-text">
|
||||||
|
<i class="fas fa-database"></i>
|
||||||
|
<strong>Databases A-Z</strong>
|
||||||
|
<p class="faux-card">An alphabetical listing of the library's electronic collections</p>
|
||||||
|
</div>
|
||||||
|
</a>
|
||||||
|
<a class="searchmenu" aria-label="e-Reserves" href="https://kbcc.cuny.libguides.com/er.php?b=c">
|
||||||
|
<div class="col-xs-12 col-md-4 col-lg-3 highlight-menu-item bigger-fancy-text">
|
||||||
|
<i class="fas fa-cloud-upload-alt"></i>
|
||||||
|
<strong>eReserves</strong>
|
||||||
|
<p class="faux-card">Find class materials through the library</p>
|
||||||
|
</div>
|
||||||
|
</a>
|
||||||
|
<a class="searchmenu" aria-label="Journal Search" href="https://onesearch.cuny.edu/discovery/jsearch?vid=01CUNY_KB:CUNY_KB">
|
||||||
|
<div class="col-xs-12 col-md-4 col-lg-3 highlight-menu-item bigger-fancy-text">
|
||||||
|
<i class="fas fa-journal-whills"></i>
|
||||||
|
<strong>Journal Search</strong>
|
||||||
|
<p class="faux-card">Find newspapers, magazines and scholarly journals</p>
|
||||||
|
</div>
|
||||||
|
</a>
|
||||||
|
<a class="searchmenu" aria-label="CUNY Academic Works" href="https://kbcc.cuny.libguides.com/academicworks">
|
||||||
|
<div class="col-xs-12 col-md-4 col-lg-3 highlight-menu-item bigger-fancy-text">
|
||||||
|
<i class="fas fa-archive"></i>
|
||||||
|
<strong>CUNY Academic Works</strong>
|
||||||
|
<p class="faux-card">Research and publications from scholars across CUNY</p>
|
||||||
|
</div>
|
||||||
|
</a>
|
||||||
|
<div class="clearfix visible-lg-block"></div>
|
||||||
|
<a class="searchmenu" aria-label="KBCC Bookstore" href="https://www.bkstr.com/kingsboroughccstore/home">
|
||||||
|
<div class="col-xs-12 col-md-4 col-lg-3 highlight-menu-item bigger-fancy-text">
|
||||||
|
<i class="fas fa-cash-register"></i>
|
||||||
|
<strong>KBCC Bookstore</strong>
|
||||||
|
<p class="faux-card">Search for and purchase your textbook from KBCC</p>
|
||||||
|
</div>
|
||||||
|
</a>
|
||||||
|
<a class="searchmenu" aria-label="Newspaper Search" href="https://onesearch.cuny.edu/discovery/npsearch?vid=01CUNY_KB:CUNY_KB&search_scope=all">
|
||||||
|
<div class="col-xs-12 col-md-4 col-lg-3 highlight-menu-item bigger-fancy-text">
|
||||||
|
<i class="fas fa-newspaper"></i>
|
||||||
|
<strong>Newspaper Search</strong>
|
||||||
|
<p class="faux-card">Find newspaper articles using OneSearch</p>
|
||||||
|
</div>
|
||||||
|
</a>
|
||||||
|
<a class="searchmenu" aria-label="Research Guides" href="https://kbcc.cuny.libguides.com/?b=s">
|
||||||
|
<div class="col-xs-12 col-md-4 col-lg-3 highlight-menu-item bigger-fancy-text">
|
||||||
|
<i class="fas fa-search"></i>
|
||||||
|
<strong>Research Guides</strong>
|
||||||
|
<p class="faux-card">Guides and tutorials from the KBCC librarians</p>
|
||||||
|
</div>
|
||||||
|
</a>
|
||||||
|
<a class="searchmenu" aria-label="Google Scholar" href="https://scholar.google.com/">
|
||||||
|
<div class="col-xs-12 col-md-4 col-lg-3 highlight-menu-item bigger-fancy-text">
|
||||||
|
<i class="fas fa-graduation-cap"></i>
|
||||||
|
<strong>Google Scholar</strong>
|
||||||
|
<p class="faux-card">Search for scholarly articles at Kingsborough and beyond, using Google</p>
|
||||||
|
</div>
|
||||||
|
</a>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
</li>
|
||||||
|
</ul>
|
||||||
|
</li>
|
||||||
|
<li class="dropdown">
|
||||||
|
<a class="dropdown-toggle" data-toggle="dropdown" role="button" aria-haspopup="true" aria-expanded="false">Services <span class="caret"></span></a>
|
||||||
|
<ul class="dropdown-menu dropdown-margin">
|
||||||
|
<li>
|
||||||
|
<div class="yamm-content yamm2">
|
||||||
|
<div class="row">
|
||||||
|
<a class="searchmenu" aria-label="Library Instruction" href="https://kbcc.cuny.libguides.com/libraryservices/informationliteracy">
|
||||||
|
<div class="col-xs-12 col-md-4 highlight-menu-item bigger-fancy-text">
|
||||||
|
<i class="fas fa-chalkboard-teacher"></i>
|
||||||
|
<strong>Library Instruction</strong>
|
||||||
|
<p class="faux-card">Book an instruction session with a librarian</p>
|
||||||
|
</div>
|
||||||
|
</a>
|
||||||
|
<a class="searchmenu" aria-label="Inter Library Loan" href="http://kbcc.cuny.illiad.oclc.org/illiad/logon.html">
|
||||||
|
<div class="col-xs-12 col-md-4 highlight-menu-item bigger-fancy-text">
|
||||||
|
<i class="fas fa-swatchbook"></i>
|
||||||
|
<strong>Interlibrary Loan</strong>
|
||||||
|
<p class="faux-card">Borrow books and articles from other libraries</p>
|
||||||
|
</div>
|
||||||
|
</a>
|
||||||
|
<a class="searchmenu" aria-label="Media Services" href="https://kbcc.cuny.libguides.com/mediaservices">
|
||||||
|
<div class="col-xs-12 col-md-4 highlight-menu-item bigger-fancy-text">
|
||||||
|
<i class="fas fa-photo-video"></i>
|
||||||
|
<strong>Media Services</strong>
|
||||||
|
<p class="faux-card">Equipment requests and DVD borrowing</p>
|
||||||
|
</div>
|
||||||
|
</a>
|
||||||
|
<div class="clearfix visible-md-block visible-lg-block"></div>
|
||||||
|
<a class="searchmenu" aria-label="Purchase a book" href="https://kbcc-cuny.libwizard.com/f/bookrequest">
|
||||||
|
<div class="col-xs-12 col-md-4 highlight-menu-item bigger-fancy-text">
|
||||||
|
<i class="fas fa-shopping-basket"></i>
|
||||||
|
<strong>Purchase a book</strong>
|
||||||
|
<p class="faux-card">Suggest a book to purchase</p>
|
||||||
|
</div>
|
||||||
|
</a>
|
||||||
|
<a class="searchmenu" aira-label="Add to reserves" href="https://kbcc-cuny.libwizard.com/id/8cdb3f1a787de3c307a8cf5d75cad406">
|
||||||
|
<div class="col-xs-12 col-md-4 highlight-menu-item bigger-fancy-text">
|
||||||
|
<i class="fas fa-bookmark"></i>
|
||||||
|
<strong>Add to reserves</strong>
|
||||||
|
<p class="faux-card">Suggest a book to add to reserves</p>
|
||||||
|
</div>
|
||||||
|
</a>
|
||||||
|
<!--<a class="searchmenu" aria-label="Library FAQ" href="https://kbcc.cuny.libguides.com/?b=s">
|
||||||
|
<div class="col-xs-12 col-md-4 highlight-menu-item bigger-fancy-text">
|
||||||
|
<i class="far fa-question-circle"></i>
|
||||||
|
<strong>Library FAQ</strong>
|
||||||
|
<p class="faux-card">Find answers to frequently asked questions about KBCC Library</p>
|
||||||
|
</div>
|
||||||
|
</a>-->
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
</li>
|
||||||
|
</ul>
|
||||||
|
</li>
|
||||||
|
<li class="dropdown">
|
||||||
|
<a class="dropdown-toggle" data-toggle="dropdown" role="button" aria-haspopup="true" aria-expanded="false">About Us <span class="caret"></span></a>
|
||||||
|
<ul class="dropdown-menu dropdown-margin">
|
||||||
|
<li>
|
||||||
|
<div class="yamm-content yamm3">
|
||||||
|
<div class="row">
|
||||||
|
<a class="searchmenu" aria-label="Faculty and Staff" href="https://kbcc.cuny.libguides.com/about-us/directory">
|
||||||
|
<div class="col-xs-12 highlight-menu-item bigger-fancy-text">
|
||||||
|
<i class="fas fa-address-book"></i>
|
||||||
|
<strong>Faculty & Staff</strong>
|
||||||
|
<p class="faux-card">Meet the Kingsborough Library</p>
|
||||||
|
</div>
|
||||||
|
</a>
|
||||||
|
<a class="searchmenu" aria-label="Subject Liaisons" href="https://kbcc.cuny.libguides.com/about-us/liaisons">
|
||||||
|
<div class="col-xs-12 highlight-menu-item bigger-fancy-text">
|
||||||
|
<i class="fas fa-theater-masks"></i>
|
||||||
|
<strong>Subject Liaisons</strong>
|
||||||
|
<p class="faux-card">Find your library liaison</p>
|
||||||
|
</div>
|
||||||
|
</a>
|
||||||
|
<!-- <a class="searchmenu" aria-label="Library Departments" href="https://kbcc.cuny.libguides.com/libraryservices">
|
||||||
|
<div class="col-xs-12 highlight-menu-item bigger-fancy-text">
|
||||||
|
<i class="fas fa-inbox"></i>
|
||||||
|
<strong>Library Departments</strong>
|
||||||
|
<p class="faux-card">Explore the library's functions</p>
|
||||||
|
</div>
|
||||||
|
</a>-->
|
||||||
|
<a class="searchmenu" aria-label="Campus Map" href="https://tour.kingsborough.edu/">
|
||||||
|
<div class="col-xs-12 highlight-menu-item bigger-fancy-text">
|
||||||
|
<i class="fas fa-map-marked-alt"></i>
|
||||||
|
<strong>Campus Map</strong>
|
||||||
|
<p class="faux-card">How to find us</p>
|
||||||
|
</div>
|
||||||
|
</a>
|
||||||
|
<a class="searchmenu" aria-label="Hours" href="https://kbcc.cuny.libguides.com/calendar">
|
||||||
|
<div class="col-xs-12 highlight-menu-item bigger-fancy-text">
|
||||||
|
<i class="fas fa-clock"></i>
|
||||||
|
<strong>Hours</strong>
|
||||||
|
<p class="faux-card">See the library's opening hours</p>
|
||||||
|
</div>
|
||||||
|
</a>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
</li>
|
||||||
|
</ul>
|
||||||
|
</li>
|
||||||
|
</ul>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
</nav>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
<div class="container">
|
||||||
|
<div class="row kbcc-background-image">
|
||||||
|
<div class="col-sm-8">
|
||||||
|
<form class="form-inline yamm onesearch-jumbotron" name="searchPrimoForm1" role="search" method="get" action="https://cuny-kb.primo.exlibrisgroup.com/discovery/search" onsubmit="addPrimoQuery();" enctype="application/x-www-form-urlencoded; charset=utf-8" id="formToAppendInputsTo">
|
||||||
|
<!-- default is "everything" option suggested from OLS widget builder -->
|
||||||
|
<input name="vid" value="01CUNY_KB:CUNY_KB" type="hidden" />
|
||||||
|
<input name="tab" value="Everything" type="hidden" id="tabSetting" />
|
||||||
|
<input name="search_scope" value="MyInst_and_CI" type="hidden" />
|
||||||
|
<input name="mode" value="basic" type="hidden" />
|
||||||
|
<input name="highlight" value="true" type="hidden" />
|
||||||
|
<input name="displayMode" value="full" type="hidden" />
|
||||||
|
<input name="bulkSize" value="10" type="hidden" />
|
||||||
|
<input name="dum" value="true" type="hidden" />
|
||||||
|
<input name="displayField" value="all" type="hidden" />
|
||||||
|
<input name="pcAvailabiltyMode" value="false" type="hidden" />
|
||||||
|
<input name="query" id="primoQuery" type="hidden" />
|
||||||
|
<h1 id="onesearch-header">
|
||||||
|
<a href="https://cuny-kb.primo.exlibrisgroup.com/discovery/search?vid=01CUNY_KB:CUNY_KB&lang=en">
|
||||||
|
<img src="https://libapps.s3.amazonaws.com/accounts/16298/images/onesearch_logo.png" alt="OneSearch" />
|
||||||
|
</a>
|
||||||
|
</h1>
|
||||||
|
<div class="form-group">
|
||||||
|
<div class="dropdown input-group zero-margin">
|
||||||
|
<button class="btn btn-default dropdown-toggle" type="button" id="dropdownMenu1" data-toggle="dropdown" aria-haspopup="true" aria-expanded="true">
|
||||||
|
Define Your Search <span class="caret"></span>
|
||||||
|
</button>
|
||||||
|
<ul class="dropdown-menu" aria-labelledby="dropdownMenu1">
|
||||||
|
<li>
|
||||||
|
<div class="yamm-content yamm4">
|
||||||
|
<div class="row" id="yamm4-margins">
|
||||||
|
<a class="searchmenu" onclick="customizeSearch('Books')">
|
||||||
|
<div class="col-xs-12 highlight-menu-item">
|
||||||
|
<strong>Books</strong>
|
||||||
|
<p class="faux-card">Find print books and ebooks using OneSearch</p>
|
||||||
|
</div>
|
||||||
|
</a>
|
||||||
|
<a class="searchmenu" onclick="customizeSearch('Articles')">
|
||||||
|
<div class="col-xs-12 highlight-menu-item">
|
||||||
|
<strong>Articles</strong>
|
||||||
|
<p class="faux-card">Find articles in journals, newspapers and magazines using OneSearch</p>
|
||||||
|
</div>
|
||||||
|
</a>
|
||||||
|
<a class="searchmenu" onclick="customizeSearch('Videos')">
|
||||||
|
<div class="col-xs-12 highlight-menu-item">
|
||||||
|
<strong>Videos</strong>
|
||||||
|
<p class="faux-card">Find DVDs and streaming videos using OneSearch</p>
|
||||||
|
</div>
|
||||||
|
</a>
|
||||||
|
<a class="searchmenu" onclick="customizeSearch('Books & more')">
|
||||||
|
<div class="col-xs-12 highlight-menu-item">
|
||||||
|
<strong>Books, articles and videos</strong>
|
||||||
|
<p class="faux-card">Search for books, articles & videos using OneSearch</p>
|
||||||
|
</div>
|
||||||
|
</a>
|
||||||
|
<a href="https://cuny-kb.primo.exlibrisgroup.com/discovery/search?vid=01CUNY_KB:CUNY_KB&lang=en&mode=advanced" class="searchmenu")">
|
||||||
|
<div class="col-xs-12 highlight-menu-item">
|
||||||
|
<strong>Advanced Search</strong>
|
||||||
|
<p class="faux-card">Use OneSearch's advanced interface</p>
|
||||||
|
</div>
|
||||||
|
</a>
|
||||||
|
<a href="https://kbcc.cuny.libguides.com/az.php" class="searchmenu">
|
||||||
|
<div class="col-xs-12 highlight-menu-item">
|
||||||
|
<strong>Databases</strong>
|
||||||
|
<p class="faux-card">See our A to Z list and find databases by subject</p>
|
||||||
|
</div>
|
||||||
|
</a>
|
||||||
|
<a class="searchmenu" onclick="customizeSearch('Journals')">
|
||||||
|
<div class="col-xs-12 highlight-menu-item">
|
||||||
|
<strong>Journals</strong>
|
||||||
|
<p class="faux-card">Find specific scholarly journals (peer reviewed)</p>
|
||||||
|
</div>
|
||||||
|
</a>
|
||||||
|
<a class="searchmenu" onclick="customizeSearch('Newspapers')">
|
||||||
|
<div class="col-xs-12 highlight-menu-item">
|
||||||
|
<strong>Newspapers and magazines</strong>
|
||||||
|
<p class="faux-card">Find specific newspapers and magazines</p>
|
||||||
|
</div>
|
||||||
|
</a>
|
||||||
|
<a href="https://kbcc.cuny.libguides.com/er.php?b=c" class="searchmenu">
|
||||||
|
<div class="col-xs-12 highlight-menu-item">
|
||||||
|
<strong>Course reserves</strong>
|
||||||
|
<p class="faux-card">Find reserve materials for your classes</p>
|
||||||
|
</div>
|
||||||
|
</a>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
<li>
|
||||||
|
</ul>
|
||||||
|
</div>
|
||||||
|
<label class="sr-only" for="primoQueryTemp">Search terms</label>
|
||||||
|
<div class="input-group zero-margin form-width">
|
||||||
|
<input type="text" class="form-control form-width" name="queryTemp" id="primoQueryTemp" type="search" value="" placeholder="Enter search term here">
|
||||||
|
</div>
|
||||||
|
<div class="input-group zero-margin">
|
||||||
|
<input type="submit" class="btn btn-default form-control" value="Search" type="submit" onclick="return addPrimoQuery(event);" />
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
</form>
|
||||||
|
|
||||||
|
</div>
|
||||||
|
<div class="col-sm-4">
|
||||||
|
<div class="nav-by-jumbotron">
|
||||||
|
<a href="https://kbcc.cuny.libguides.com/askalibrarian" class="no-underline">
|
||||||
|
<div class="nav-divs-by-jumbotron">
|
||||||
|
<h2>Contact Us</h2>
|
||||||
|
</div>
|
||||||
|
</a>
|
||||||
|
<a href="https://kbcc.cuny.libguides.com/az.php" class="no-underline">
|
||||||
|
<div class="nav-divs-by-jumbotron">
|
||||||
|
<h2>Databases</h2>
|
||||||
|
</div>
|
||||||
|
</a>
|
||||||
|
<a href="https://kbcc.cuny.libguides.com/" class="no-underline">
|
||||||
|
<div class="nav-divs-by-jumbotron">
|
||||||
|
<h2>Research Guides</h2>
|
||||||
|
</div>
|
||||||
|
</a>
|
||||||
|
<a href="https://kbcc.cuny.libguides.com/c.php?g=1101417" class="no-underline">
|
||||||
|
<div class="nav-divs-by-jumbotron">
|
||||||
|
<h2>Virtual Study Hall</h2>
|
||||||
|
</div>
|
||||||
|
</a>
|
||||||
|
</ul>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
<div class="row">
|
||||||
|
<div class="col-md-7 col-lg-6">
|
||||||
|
<div class="panel panel-default hide-body-border">
|
||||||
|
<div class="panel-heading show-panel">
|
||||||
|
<span class="panel-title content-panel-title"><h2>Library Links</h2></span>
|
||||||
|
</div>
|
||||||
|
<div class="panel-body">
|
||||||
|
<div class="row">
|
||||||
|
<div class="col-sm-6">
|
||||||
|
<ul class="link-list">
|
||||||
|
<li><a href="https://kbcc.cuny.libguides.com/ENGLISH24">How to Use the Library</a></li>
|
||||||
|
<li><a href="https://kbcc.cuny.libguides.com/ebooks">Find Textbooks and eBooks</a></li>
|
||||||
|
<li><a href="https://kbcc.cuny.libguides.com/social">Social Media</a></li>
|
||||||
|
</ul>
|
||||||
|
</div>
|
||||||
|
<div class="col-sm-6">
|
||||||
|
<ul class="link-list">
|
||||||
|
<li><a href="http://kbcc.ezproxy.cuny.edu:2048/login?url=http://search.ebscohost.com/login.aspx?authtype=ip,uid&custid=s9000138&profile=ehost&defaultdb=a9h">Academic Search Complete</a></li>
|
||||||
|
<li><a href="http://kbcc.ezproxy.cuny.edu:2048/login?url=https://search.proquest.com/usmajordailies/advanced/news/fromDatabasesLayer?accountid=38336">US Newspapers</a></li>
|
||||||
|
<li><a href="http://www.nytimes.com/passes">NY Times Free Pass</a></li>
|
||||||
|
<li><a href="http://kbcc.ezproxy.cuny.edu:2048/login?url=https://video.alexanderstreet.com/channel/academic-video-online">Academic Video Online</a></li>
|
||||||
|
</ul>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
<div class="panel panel-default hide-body-border">
|
||||||
|
<div class="panel-heading show-panel">
|
||||||
|
<span class="panel-title content-panel-title"><h2>Upcoming Library Hours</h2></span>
|
||||||
|
</div>
|
||||||
|
<div class="panel-body">
|
||||||
|
<div class="row equal">
|
||||||
|
<div class="col-xs-2 padding-0">
|
||||||
|
<div class="panel panel-default panel-outline-color">
|
||||||
|
<div class="panel-body hours-panel-body">
|
||||||
|
<span id="hours0" class="hours"></span>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
<div class="col-xs-2 padding-0">
|
||||||
|
<div class="panel panel-default panel-outline-color">
|
||||||
|
<div class="panel-body hours-panel-body">
|
||||||
|
<span id="hours1" class="hours"></span>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
<div class="col-xs-2 padding-0">
|
||||||
|
<div class="panel panel-default panel-outline-color">
|
||||||
|
<div class="panel-body hours-panel-body">
|
||||||
|
<span id="hours2" class="hours"></span>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
<div class="col-xs-2 padding-0">
|
||||||
|
<div class="panel panel-default panel-outline-color">
|
||||||
|
<div class="panel-body vertical-align">
|
||||||
|
<div class="more-link"><a href="https://kbcc.cuny.libguides.com/calendar">More Hours</a></div>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
<div class="col-md-5 col-lg-6">
|
||||||
|
<div class="panel panel-default hide-body-border">
|
||||||
|
<div class="panel-heading show-panel">
|
||||||
|
<span class="panel-title content-panel-title"><h2>Featured in the Library</h2></span>
|
||||||
|
</div>
|
||||||
|
<div class="panel-body">
|
||||||
|
{{content_boxes}}
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
<div class="container">
|
||||||
|
<div class="row">
|
||||||
|
<!-- BEGIN: Page Footer -->
|
||||||
|
<div id="orange-line"></div>
|
||||||
|
<div id="main-blue-footer">
|
||||||
|
<div id="lighthouse-logo">
|
||||||
|
<img src="https://libapps.s3.amazonaws.com/accounts/16298/images/KCC-lighthouse.png" />
|
||||||
|
</div>
|
||||||
|
<div class="library-address">
|
||||||
|
<div>
|
||||||
|
<strong>Robert J. Kibbee Library</strong><br />
|
||||||
|
2001 Oriental Blvd<br />
|
||||||
|
Brooklyn, NY, 11209<br />
|
||||||
|
718-368-5632
|
||||||
|
</div>
|
||||||
|
<div class="whiteahrefs">
|
||||||
|
<a href="mailto:reference.desk@kbcc.cuny.edu">reference.desk@kbcc.cuny.edu</a><br />
|
||||||
|
<a href="https://kbcc.cuny.libguides.com/social">@kbcclibrary</a>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
<div id="cuny-logo">
|
||||||
|
<img src="https://libapps.s3.amazonaws.com/accounts/16298/images/CUNYlogo-white.png" />
|
||||||
|
</div>
|
||||||
|
<div class="whiteahrefs libapps">
|
||||||
|
<a href="https://kbcc-cuny.libapps.com/libapps/login.php?site_id=2365">Log in to LibApps</a>
|
||||||
|
</div>
|
||||||
|
<div style="height:10px;"></div>
|
||||||
|
</div>
|
||||||
|
<!-- END: Page Footer -->
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
|
||||||
|
<div id="s-lib-alert" title="">
|
||||||
|
<div id="s-lib-alert-content"></div>
|
||||||
|
</div>
|
||||||
|
<div id="s-lib-popover-title" class="hide">
|
||||||
|
<span class="text-info"><strong>title</strong></span>
|
||||||
|
<button type="button" id="popclose" class="close" onclick="jQuery('.s-lib-popover').popover('hide')">×</button>
|
||||||
|
</div>
|
||||||
|
<div id="s-lib-popover-content" class="hide"><i class="fa fa-refresh fa-spin"></i> Loading...
|
||||||
|
<button class="btn btn-default btn-sm popclose" type="button">Close</button>
|
||||||
|
</div>
|
||||||
|
<div id="s-lib-scroll-top" title="Back to Top">
|
||||||
|
<span class="fa-stack fa-lg">
|
||||||
|
<i class="fa fa-square-o fa-stack-2x"></i>
|
||||||
|
<i class="fa fa-angle-double-up fa-stack-1x" style="position:relative; bottom:2px;"></i>
|
||||||
|
</span>
|
||||||
|
</div>
|
||||||
|
<!-- BEGIN: Custom Footer -->
|
||||||
|
{{public_footer}}
|
||||||
|
<!-- END: Custom Footer -->
|
||||||
|
</body>
|
||||||
Reference in New Issue
Block a user