bring new-homepage-4 up to speed
This commit is contained in:
@@ -2,21 +2,39 @@
|
|||||||
|
|
||||||
body {
|
body {
|
||||||
color: #111;
|
color: #111;
|
||||||
|
overflow-x: hidden;
|
||||||
|
}
|
||||||
|
|
||||||
|
/* style alert */
|
||||||
|
|
||||||
|
#corona-alert {
|
||||||
|
text-align: center;
|
||||||
|
background-color: #faf870;
|
||||||
|
padding: 5px;
|
||||||
|
border-radius: 5px;
|
||||||
|
margin-bottom: 10px;
|
||||||
|
}
|
||||||
|
|
||||||
|
#corona-alert-text {
|
||||||
|
color: #111;
|
||||||
|
}
|
||||||
|
|
||||||
|
/* style header */
|
||||||
|
|
||||||
|
#header-div {
|
||||||
|
padding: 60px 30px 30px 30px;
|
||||||
}
|
}
|
||||||
|
|
||||||
/* style navbar */
|
/* style navbar */
|
||||||
|
|
||||||
.navbar-default {
|
nav.navbar-default.yamm {
|
||||||
background-color: #eee;
|
background-color: white;
|
||||||
border: none;
|
border: none;
|
||||||
font-size: 1.4em;
|
font-size: 1.4em;
|
||||||
color: #111;
|
color: #111;
|
||||||
margin-top: -15px;
|
|
||||||
margin-bottom: 28px;
|
|
||||||
border-radius: 0px;
|
border-radius: 0px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
.navbar-default .navbar-nav>li>a {
|
.navbar-default .navbar-nav>li>a {
|
||||||
color: #111;
|
color: #111;
|
||||||
}
|
}
|
||||||
@@ -25,30 +43,62 @@ body {
|
|||||||
margin-left: 16px;
|
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 */
|
/* style jumbotron */
|
||||||
|
|
||||||
.jumbotron {
|
.onesearch-jumbotron {
|
||||||
color: #003466;
|
text-align: center;
|
||||||
border-radius: 0px !important;
|
margin-top: -40px;
|
||||||
background-color: white;
|
}
|
||||||
|
|
||||||
|
#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 */
|
/* style link list */
|
||||||
.link-list {
|
.link-list {
|
||||||
font-size: 2em;
|
font-size: 1.5em;
|
||||||
}
|
}
|
||||||
|
|
||||||
/* style for nav by the jumbotron */
|
/* style for nav by the jumbotron */
|
||||||
.nav-by-jumbotron {
|
|
||||||
margin-top: -6px;
|
|
||||||
}
|
|
||||||
|
|
||||||
.nav-divs-by-jumbotron {
|
.nav-divs-by-jumbotron {
|
||||||
border: solid #003466 1px;
|
|
||||||
text-align: center;
|
text-align: center;
|
||||||
padding: 8px;
|
padding: 6px;
|
||||||
margin: 6px 0px;
|
margin: 6px 0px;
|
||||||
color: #003466;
|
color: white;
|
||||||
|
background-color: #003466;
|
||||||
|
border-radius: 3px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.nav-divs-by-jumbotron>h2 {
|
.nav-divs-by-jumbotron>h2 {
|
||||||
@@ -57,19 +107,18 @@ body {
|
|||||||
margin-top: 4px;
|
margin-top: 4px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
a.no-underline {
|
||||||
|
text-decoration: none;
|
||||||
|
}
|
||||||
|
|
||||||
.nav-divs-by-jumbotron:hover {
|
.nav-divs-by-jumbotron:hover {
|
||||||
background-color: #ddd;
|
background-color: #444;
|
||||||
}
|
}
|
||||||
|
|
||||||
/* style the panels with the text content */
|
/* style the panels with the text content */
|
||||||
.panel>.show-panel > .panel-title {
|
|
||||||
color: #003466;
|
|
||||||
text-align: center;
|
|
||||||
}
|
|
||||||
|
|
||||||
.panel>.show-panel {
|
.panel>.show-panel {
|
||||||
background-color: white;
|
background-color: #003466;
|
||||||
border-bottom: solid #003466 7px;
|
text-align: center;
|
||||||
}
|
}
|
||||||
|
|
||||||
.hide-body-border {
|
.hide-body-border {
|
||||||
@@ -95,12 +144,10 @@ body {
|
|||||||
padding: 2px;
|
padding: 2px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
/* style the gallery */
|
||||||
|
|
||||||
.slick-slide img {
|
.slick-slide img {
|
||||||
padding: 2px;
|
padding: 2px;
|
||||||
}
|
|
||||||
|
|
||||||
/* style the gallery */
|
|
||||||
img {
|
|
||||||
max-height: 350px !important;
|
max-height: 350px !important;
|
||||||
object-fit: contain;
|
object-fit: contain;
|
||||||
margin: 0px;
|
margin: 0px;
|
||||||
@@ -120,7 +167,7 @@ img {
|
|||||||
}
|
}
|
||||||
|
|
||||||
.hours-panel-body {
|
.hours-panel-body {
|
||||||
padding: 10px 5px 10px 5px;
|
padding: 10px 5px 0px 5px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.padding-0 {
|
.padding-0 {
|
||||||
@@ -144,6 +191,8 @@ img {
|
|||||||
|
|
||||||
.panel-outline-color {
|
.panel-outline-color {
|
||||||
border: solid #555 1px;
|
border: solid #555 1px;
|
||||||
|
font-size: 1.2em;
|
||||||
|
line-height: 1.4em;
|
||||||
}
|
}
|
||||||
|
|
||||||
.vertical-align {
|
.vertical-align {
|
||||||
@@ -162,6 +211,10 @@ img {
|
|||||||
margin-right: 50px;
|
margin-right: 50px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.bigger-fancy-text {
|
||||||
|
font-size: 1.2em;
|
||||||
|
}
|
||||||
|
|
||||||
.yamm1 {
|
.yamm1 {
|
||||||
max-width: 900px;
|
max-width: 900px;
|
||||||
}
|
}
|
||||||
@@ -174,6 +227,150 @@ img {
|
|||||||
max-width: 300px;
|
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%;
|
||||||
|
}
|
||||||
|
|
||||||
|
#kb-cuny-logo {
|
||||||
|
max-width: 100%;
|
||||||
|
}
|
||||||
|
|
||||||
|
.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) {
|
||||||
|
|
||||||
|
nav.navbar-default.yamm {
|
||||||
|
margin-top: -30px;
|
||||||
|
}
|
||||||
|
|
||||||
|
.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) {
|
||||||
|
#kb-cuny-logo {
|
||||||
|
max-width: 30%;
|
||||||
|
margin-top: 0px;
|
||||||
|
}
|
||||||
|
|
||||||
|
#library-logo {
|
||||||
|
float: right;
|
||||||
|
max-width: 60%;
|
||||||
|
margin-top: -70px;
|
||||||
|
margin-right: -80px;
|
||||||
|
}
|
||||||
|
|
||||||
|
.form-width {
|
||||||
|
width: 350px;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
@media only screen and (min-width: 1200px) {
|
||||||
|
#kb-cuny-logo {
|
||||||
|
margin-top: 10px;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
/*!
|
/*!
|
||||||
* Yamm!3 - Yet another megamenu for Bootstrap 3
|
* Yamm!3 - Yet another megamenu for Bootstrap 3
|
||||||
* http://geedmo.github.com/yamm3
|
* http://geedmo.github.com/yamm3
|
||||||
@@ -208,29 +405,88 @@ img {
|
|||||||
<!-- the code for the hours widget -->
|
<!-- the code for the hours widget -->
|
||||||
<script type="text/javascript">
|
<script type="text/javascript">
|
||||||
window.onload = function () {
|
window.onload = function () {
|
||||||
const h = JSON.parse(hours)
|
const h = JSON.parse(hours);
|
||||||
const options_weekday = { weekday: 'long' };
|
const options_weekday = { weekday: 'long' };
|
||||||
const options_date = { month: 'short', day: 'numeric' }
|
const options_weekday_short = { weekday: 'short' };
|
||||||
|
const options_date = { month: 'short', day: 'numeric' };
|
||||||
for (var i = 0; i < h.length; i++) {
|
for (var i = 0; i < h.length; i++) {
|
||||||
let targetDate = new Date(h[i]["Date"] + "T00:00:00.000-05:00");
|
let targetDate = new Date(h[i].Date + "T00:00:00.000-05:00");
|
||||||
let today = new Date();
|
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() &&
|
if (targetDate.getFullYear() === today.getFullYear() &&
|
||||||
targetDate.getMonth() === today.getMonth() &&
|
targetDate.getMonth() === today.getMonth() &&
|
||||||
targetDate.getDate() === today.getDate()) {
|
targetDate.getDate() === today.getDate()) {
|
||||||
document.getElementById('hours0').innerHTML = "<p><strong>Today</strong><br />" + targetDate.toLocaleDateString("en-US", options_date) + "</p><p>" + h[i]["Hours"] + "</p>"
|
document.getElementById('hours0').innerHTML = "<p><strong>Today</strong><br />" + targetDate.toLocaleDateString("en-US", options_date) + "<br />" + h[i].Hours + "</p>";
|
||||||
var start = true;
|
var start = true;
|
||||||
var count = 1;
|
var count = 1;
|
||||||
} else if (start === true && count < 5 && h[i]["Hours"] === "Closed" ) {
|
} else if (start === true && count < 3 && h[i].Hours === "Closed" ) {
|
||||||
document.getElementById('hours' + count).innerHTML = "<span style='color:#666;'><p>" + targetDate.toLocaleDateString("en-US", options_weekday) + "<br />" + targetDate.toLocaleDateString("en-US", options_date) + "</p><p>" + h[i]["Hours"] + "</p></span>"
|
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++;
|
count++;
|
||||||
} else if (start === true && count < 5 && h[i]["Hours"] != "Closed") {
|
} else if (start === true && count < 3 && h[i].Hours != "Closed") {
|
||||||
document.getElementById('hours' + count).innerHTML = "<p>" + targetDate.toLocaleDateString("en-US", options_weekday) + "<br />" + targetDate.toLocaleDateString("en-US", options_date) + "</p><p>" + h[i]["Hours"] + "</p>"
|
document.getElementById('hours' + count).innerHTML = "<p>" + weekday + "<br />" + targetDate.toLocaleDateString("en-US", options_date) + "<br />" + h[i].Hours + "</p>";
|
||||||
count++;
|
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>
|
</script>
|
||||||
|
|
||||||
<!-- Load bootstrap accessibility libraries (https://github.com/paypal/bootstrap-accessibility-plugin) -->
|
<!-- 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">
|
<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>
|
<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>
|
||||||
|
|||||||
@@ -1,90 +1,83 @@
|
|||||||
<body class="s-lib-public-body">
|
<body class="s-lib-public-body">
|
||||||
<!-- BEGIN: content -->
|
<!-- BEGIN: content -->
|
||||||
<div id="s-lib-public-main" class="s-lib-main container-fluid s-lib-side-borders">
|
<div id="s-lib-public-main" class="s-lib-main container s-lib-side-borders">
|
||||||
<div id="s-lg-index-cols" class="row container-fluid">
|
<div id="s-lg-index-cols" class="row container>
|
||||||
<div class="row">
|
<div class="row">
|
||||||
<div class="col-xs-12">
|
<div class="col-xs-12" id="header-div" style="margin-bottom: -40px;">
|
||||||
{{public_header}}
|
<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/small-2.jpg" />
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
<div class="row">
|
<div class="row">
|
||||||
<div class="col-xs-12">
|
<div>
|
||||||
<nav class="navbar navbar-default yamm">
|
<nav class="navbar navbar-default yamm">
|
||||||
<div class="container-fluid">
|
<div class="container-fluid">
|
||||||
<div>
|
<div class="col-xs-12 col-md-7 col-lg-8">
|
||||||
<ul class="nav navbar-nav">
|
<ul class="nav navbar-nav">
|
||||||
<li><a href="#">Library Account</a></li>
|
<li><a href="https://cuny-kb.primo.exlibrisgroup.com/discovery/account?vid=01CUNY_KB:CUNY_KB">Library Account</a></li>
|
||||||
<li class="dropdown">
|
<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>
|
<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">
|
<ul class="dropdown-menu dropdown-margin">
|
||||||
<li>
|
<li>
|
||||||
<div class="yamm-content yamm1">
|
<div class="yamm-content yamm1">
|
||||||
<div class="row">
|
<div class="row">
|
||||||
<div class="col-xs-12 col-md-4 col-lg-3">
|
<a class="searchmenu" aria-label="Databases A to Z" href="https://kbcc.cuny.libguides.com/az.php">
|
||||||
<span class="glyphicon glyphicon-music"></span>
|
<div class="col-xs-12 col-md-4 col-lg-3 highlight-menu-item bigger-fancy-text">
|
||||||
<strong>Peer Reviewed Articles</strong>
|
<i class="fas fa-database"></i>
|
||||||
<p class="faux-card">Find scholarly articles in the Kingsborough collections</p>
|
|
||||||
</div>
|
|
||||||
<div class="col-xs-12 col-md-4 col-lg-3">
|
|
||||||
<span class="glyphicon glyphicon-off"></span>
|
|
||||||
<strong>Print Books</strong>
|
|
||||||
<p class="faux-card">Find hard copy books available at Kingsborough and across CUNY</p>
|
|
||||||
</div>
|
|
||||||
<div class="col-xs-12 col-md-4 col-lg-3">
|
|
||||||
<span class="glyphicon glyphicon-time"></span>
|
|
||||||
<strong>Databases A-Z</strong>
|
<strong>Databases A-Z</strong>
|
||||||
<p class="faux-card">An alphabetical listing of the library's electronic collections</p>
|
<p class="faux-card">An alphabetical listing of the library's electronic collections</p>
|
||||||
</div>
|
</div>
|
||||||
<div class="clearfix visible-md-block"></div>
|
</a>
|
||||||
<div class="col-xs-12 col-md-4 col-lg-3">
|
<a class="searchmenu" aria-label="e-Reserves" href="https://kbcc.cuny.libguides.com/er.php?b=c">
|
||||||
<span class="glyphicon glyphicon-home"></span>
|
<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>
|
<strong>eReserves</strong>
|
||||||
<p class="faux-card">Find class materials through the library</p>
|
<p class="faux-card">Find class materials through the library</p>
|
||||||
</div>
|
</div>
|
||||||
<div class="clearfix visible-lg-block"></div>
|
</a>
|
||||||
<div class="col-xs-12 col-md-4 col-lg-3">
|
<a class="searchmenu" aria-label="Journal Search" href="https://onesearch.cuny.edu/discovery/jsearch?vid=01CUNY_KB:CUNY_KB">
|
||||||
<span class="glyphicon glyphicon-refresh"></span>
|
<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>
|
<strong>Journal Search</strong>
|
||||||
<p class="faux-card">Find newspapers, magazines and scholarly journals</p>
|
<p class="faux-card">Find newspapers, magazines and scholarly journals</p>
|
||||||
</div>
|
</div>
|
||||||
<div class="col-xs-12 col-md-4 col-lg-3">
|
</a>
|
||||||
<span class="glyphicon glyphicon-repeat"></span>
|
<a class="searchmenu" aria-label="CUNY Academic Works" href="https://kbcc.cuny.libguides.com/academicworks">
|
||||||
<strong>eBooks</strong>
|
<div class="col-xs-12 col-md-4 col-lg-3 highlight-menu-item bigger-fancy-text">
|
||||||
<p class="faux-card">Find electronic books in the Kingsborough collections</p>
|
<i class="fas fa-archive"></i>
|
||||||
</div>
|
|
||||||
<div class="clearfix visible-md-block"></div>
|
|
||||||
<div class="col-xs-12 col-md-4 col-lg-3">
|
|
||||||
<span class="glyphicon glyphicon-download"></span>
|
|
||||||
<strong>CUNY Academic Works</strong>
|
<strong>CUNY Academic Works</strong>
|
||||||
<p class="faux-card">Research and publications from scholars across CUNY</p>
|
<p class="faux-card">Research and publications from scholars across CUNY</p>
|
||||||
</div>
|
</div>
|
||||||
<div class="col-xs-12 col-md-4 col-lg-3">
|
</a>
|
||||||
<span class="glyphicon glyphicon-tag"></span>
|
<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>
|
<strong>KBCC Bookstore</strong>
|
||||||
<p class="faux-card">Search for and purchase your textbook from KBCC</p>
|
<p class="faux-card">Search for and purchase your textbook from KBCC</p>
|
||||||
</div>
|
</div>
|
||||||
<div class="clearfix visible-lg-block"></div>
|
</a>
|
||||||
<div class="col-xs-12 col-md-4 col-lg-3">
|
<a class="searchmenu" aria-label="Newspaper Search" href="https://onesearch.cuny.edu/discovery/npsearch?vid=01CUNY_KB:CUNY_KB&search_scope=all">
|
||||||
<span class="glyphicon glyphicon-music"></span>
|
<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>
|
<strong>Newspaper Search</strong>
|
||||||
<p class="faux-card">Find newspaper articles using OneSearch</p>
|
<p class="faux-card">Find newspaper articles using OneSearch</p>
|
||||||
</div>
|
</div>
|
||||||
<div class="clearfix visible-md-block"></div>
|
</a>
|
||||||
<div class="col-xs-12 col-md-4 col-lg-3">
|
<a class="searchmenu" aria-label="Research Guides" href="https://kbcc.cuny.libguides.com/?b=s">
|
||||||
<span class="glyphicon glyphicon-off"></span>
|
<div class="col-xs-12 col-md-4 col-lg-3 highlight-menu-item bigger-fancy-text">
|
||||||
<strong>Video</strong>
|
<i class="fas fa-search"></i>
|
||||||
<p class="faux-card">Find DVDs and streaming media</p>
|
|
||||||
</div>
|
|
||||||
<div class="col-xs-12 col-md-4 col-lg-3">
|
|
||||||
<span class="glyphicon glyphicon-time"></span>
|
|
||||||
<strong>Research Guides</strong>
|
<strong>Research Guides</strong>
|
||||||
<p class="faux-card">Guides and tutorials from the KBCC librarians</p>
|
<p class="faux-card">Guides and tutorials from the KBCC librarians</p>
|
||||||
</div>
|
</div>
|
||||||
<div class="col-xs-12 col-md-4 col-lg-3">
|
</a>
|
||||||
<span class="glyphicon glyphicon-home"></span>
|
<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>
|
<strong>Google Scholar</strong>
|
||||||
<p class="faux-card">Search for scholarly articles at Kingsborough and beyond, using Google</p>
|
<p class="faux-card">Search for scholarly articles at Kingsborough and beyond, using Google</p>
|
||||||
</div>
|
</div>
|
||||||
|
</a>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</li>
|
</li>
|
||||||
@@ -96,37 +89,49 @@
|
|||||||
<li>
|
<li>
|
||||||
<div class="yamm-content yamm2">
|
<div class="yamm-content yamm2">
|
||||||
<div class="row">
|
<div class="row">
|
||||||
<div class="col-xs-12 col-md-4">
|
<a class="searchmenu" aria-label="Library Instruction" href="https://kbcc.cuny.libguides.com/libraryservices/informationliteracy">
|
||||||
<span class="glyphicon glyphicon-music"></span>
|
<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>
|
<strong>Library Instruction</strong>
|
||||||
<p class="faux-card">Book an instruction session with a librarian</p>
|
<p class="faux-card">Book an instruction session with a librarian</p>
|
||||||
</div>
|
</div>
|
||||||
<div class="col-xs-12 col-md-4">
|
</a>
|
||||||
<span class="glyphicon glyphicon-off"></span>
|
<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>
|
<strong>Interlibrary Loan</strong>
|
||||||
<p class="faux-card">Borrow books and articles from other libraries</p>
|
<p class="faux-card">Borrow books and articles from other libraries</p>
|
||||||
</div>
|
</div>
|
||||||
<div class="col-xs-12 col-md-4">
|
</a>
|
||||||
<span class="glyphicon glyphicon-time"></span>
|
<a class="searchmenu" aria-label="Media Services" href="https://kbcc.cuny.libguides.com/mediaservices">
|
||||||
<strong>Give feedback</strong>
|
<div class="col-xs-12 col-md-4 highlight-menu-item bigger-fancy-text">
|
||||||
<p class="faux-card">Help us make the library better</p>
|
<i class="fas fa-photo-video"></i>
|
||||||
</div>
|
|
||||||
<div class="clearfix visible-md-block visible-lg-block"></div>
|
|
||||||
<div class="col-xs-12 col-md-4">
|
|
||||||
<span class="glyphicon glyphicon-home"></span>
|
|
||||||
<strong>Media Services</strong>
|
<strong>Media Services</strong>
|
||||||
<p class="faux-card">Equipment requests and DVD borrowing</p>
|
<p class="faux-card">Equipment requests and DVD borrowing</p>
|
||||||
</div>
|
</div>
|
||||||
<div class="col-xs-12 col-md-4">
|
</a>
|
||||||
<span class="glyphicon glyphicon-home"></span>
|
<div class="clearfix visible-md-block visible-lg-block"></div>
|
||||||
<strong>Purchase or add to reserve</strong>
|
<a class="searchmenu" aria-label="Purchase a book" href="https://kbcc-cuny.libwizard.com/f/bookrequest">
|
||||||
<p class="faux-card">Suggest a book to purchase or to add to reserve</p>
|
<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>
|
</div>
|
||||||
<div class="col-xs-12 col-md-4">
|
</a>
|
||||||
<span class="glyphicon glyphicon-home"></span>
|
<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>
|
<strong>Library FAQ</strong>
|
||||||
<p class="faux-card">Find answers to frequently asked questions about KBCC Library</p>
|
<p class="faux-card">Find answers to frequently asked questions about KBCC Library</p>
|
||||||
</div>
|
</div>
|
||||||
|
</a>-->
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</li>
|
</li>
|
||||||
@@ -138,31 +143,41 @@
|
|||||||
<li>
|
<li>
|
||||||
<div class="yamm-content yamm3">
|
<div class="yamm-content yamm3">
|
||||||
<div class="row">
|
<div class="row">
|
||||||
<div class="col-xs-12">
|
<a class="searchmenu" aria-label="Faculty and Staff" href="https://kbcc.cuny.libguides.com/about-us/directory">
|
||||||
<span class="glyphicon glyphicon-music"></span>
|
<div class="col-xs-12 highlight-menu-item bigger-fancy-text">
|
||||||
|
<i class="fas fa-address-book"></i>
|
||||||
<strong>Faculty & Staff</strong>
|
<strong>Faculty & Staff</strong>
|
||||||
<p class="faux-card">Meet the Kingsborough Library</p>
|
<p class="faux-card">Meet the Kingsborough Library</p>
|
||||||
</div>
|
</div>
|
||||||
<div class="col-xs-12">
|
</a>
|
||||||
<span class="glyphicon glyphicon-off"></span>
|
<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>
|
<strong>Subject Liaisons</strong>
|
||||||
<p class="faux-card">Find your library liaison</p>
|
<p class="faux-card">Find your library liaison</p>
|
||||||
</div>
|
</div>
|
||||||
<div class="col-xs-12">
|
</a>
|
||||||
<span class="glyphicon glyphicon-time"></span>
|
<!-- <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>
|
<strong>Library Departments</strong>
|
||||||
<p class="faux-card">Explore the library's functions</p>
|
<p class="faux-card">Explore the library's functions</p>
|
||||||
</div>
|
</div>
|
||||||
<div class="col-xs-12">
|
</a>-->
|
||||||
<span class="glyphicon glyphicon-time"></span>
|
<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>
|
<strong>Campus Map</strong>
|
||||||
<p class="faux-card">How to find us</p>
|
<p class="faux-card">How to find us</p>
|
||||||
</div>
|
</div>
|
||||||
<div class="col-xs-12">
|
</a>
|
||||||
<span class="glyphicon glyphicon-time"></span>
|
<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>
|
<strong>Hours</strong>
|
||||||
<p class="faux-card">See the library's opening hours</p>
|
<p class="faux-card">See the library's opening hours</p>
|
||||||
</div>
|
</div>
|
||||||
|
</a>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</li>
|
</li>
|
||||||
@@ -170,24 +185,138 @@
|
|||||||
</li>
|
</li>
|
||||||
</ul>
|
</ul>
|
||||||
</div>
|
</div>
|
||||||
|
<div class="col-xs-12 col-md-5 col-lg-4">
|
||||||
|
<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>
|
||||||
</nav>
|
</nav>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
<div class="container">
|
<div class="container">
|
||||||
<div class="row">
|
<div class="row kbcc-background-image">
|
||||||
<div class="col-sm-8">
|
<div class="col-sm-8">
|
||||||
<div class="jumbotron">
|
<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">
|
||||||
<h1 class="display-4">OneSearch goes here</h1>
|
<!-- 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>
|
</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>
|
||||||
<div class="col-sm-4">
|
<div class="col-sm-4">
|
||||||
<div class="nav-by-jumbotron">
|
<div class="nav-by-jumbotron">
|
||||||
<div class="nav-divs-by-jumbotron"><h2>Databases</h2></div>
|
<a href="https://kbcc.cuny.libguides.com/askalibrarian" class="no-underline">
|
||||||
<div class="nav-divs-by-jumbotron"><h2>Ask a Librarian</h2></div>
|
<div class="nav-divs-by-jumbotron">
|
||||||
<div class="nav-divs-by-jumbotron"><h2>Research Consultations</h2></div>
|
<h2>Contact Us</h2>
|
||||||
<div class="nav-divs-by-jumbotron"><h2>Research Guides</h2></div>
|
</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>
|
</ul>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
@@ -196,24 +325,23 @@
|
|||||||
<div class="col-md-7 col-lg-6">
|
<div class="col-md-7 col-lg-6">
|
||||||
<div class="panel panel-default hide-body-border">
|
<div class="panel panel-default hide-body-border">
|
||||||
<div class="panel-heading show-panel">
|
<div class="panel-heading show-panel">
|
||||||
<span class="panel-title content-panel-title"><h2>A list of links</h2></span>
|
<span class="panel-title content-panel-title"><h2>Library Links</h2></span>
|
||||||
</div>
|
</div>
|
||||||
<div class="panel-body">
|
<div class="panel-body">
|
||||||
<div class="row">
|
<div class="row">
|
||||||
<div class="col-sm-6">
|
<div class="col-sm-6">
|
||||||
<ul class="link-list">
|
<ul class="link-list">
|
||||||
<li><a href="#">One</a></li>
|
<li><a href="https://kbcc.cuny.libguides.com/ENGLISH24">How to Use the Library</a></li>
|
||||||
<li><a href="#">Two</a></li>
|
<li><a href="https://kbcc.cuny.libguides.com/ebooks">Find Textbooks and eBooks</a></li>
|
||||||
<li><a href="#">Three</a></li>
|
<li><a href="https://kbcc.cuny.libguides.com/social">Social Media</a></li>
|
||||||
<li><a href="#">Four</a></li>
|
|
||||||
</ul>
|
</ul>
|
||||||
</div>
|
</div>
|
||||||
<div class="col-sm-6">
|
<div class="col-sm-6">
|
||||||
<ul class="link-list">
|
<ul class="link-list">
|
||||||
<li><a href="#">Five</a></li>
|
<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="#">Six</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="#">Seven</a></li>
|
<li><a href="http://www.nytimes.com/passes">NY Times Free Pass</a></li>
|
||||||
<li><a href="#">Eight</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>
|
</ul>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
@@ -221,49 +349,35 @@
|
|||||||
</div>
|
</div>
|
||||||
<div class="panel panel-default hide-body-border">
|
<div class="panel panel-default hide-body-border">
|
||||||
<div class="panel-heading show-panel">
|
<div class="panel-heading show-panel">
|
||||||
<span class="panel-title content-panel-title"><h2>Upcoming library hours</h2></span>
|
<span class="panel-title content-panel-title"><h2>Upcoming Library Hours</h2></span>
|
||||||
</div>
|
</div>
|
||||||
<div class="panel-body">
|
<div class="panel-body">
|
||||||
<div class="row equal">
|
<div class="row equal">
|
||||||
<div class="col-xs-3 col-sm-2 padding-0">
|
<div class="col-xs-2 padding-0">
|
||||||
<div class="panel panel-default panel-outline-color">
|
<div class="panel panel-default panel-outline-color">
|
||||||
<div class="panel-body hours-panel-body">
|
<div class="panel-body hours-panel-body">
|
||||||
<span id="hours0" class="hours"></span>
|
<span id="hours0" class="hours"></span>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
<div class="col-xs-3 col-sm-2 padding-0">
|
<div class="col-xs-2 padding-0">
|
||||||
<div class="panel panel-default panel-outline-color">
|
<div class="panel panel-default panel-outline-color">
|
||||||
<div class="panel-body hours-panel-body">
|
<div class="panel-body hours-panel-body">
|
||||||
<span id="hours1" class="hours"></span>
|
<span id="hours1" class="hours"></span>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
<div class="col-xs-3 col-sm-2 padding-0">
|
<div class="col-xs-2 padding-0">
|
||||||
<div class="panel panel-default panel-outline-color">
|
<div class="panel panel-default panel-outline-color">
|
||||||
<div class="panel-body hours-panel-body">
|
<div class="panel-body hours-panel-body">
|
||||||
<span id="hours2" class="hours"></span>
|
<span id="hours2" class="hours"></span>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
<div class="col-sm-2 col hidden-xs padding-0">
|
<div class="col-xs-2 padding-0">
|
||||||
<div class="panel panel-default panel-outline-color">
|
<div class="panel panel-default panel-outline-color">
|
||||||
<div class="panel-body hours-panel-body">
|
<div class="panel-body vertical-align">
|
||||||
<span id="hours3" class="hours"></span>
|
<div class="more-link"><a href="https://kbcc.cuny.libguides.com/calendar">More Hours</a></div>
|
||||||
</div>
|
|
||||||
</div>
|
|
||||||
</div>
|
|
||||||
<div class="col-sm-2 hidden-xs padding-0">
|
|
||||||
<div class="panel panel-default panel-outline-color">
|
|
||||||
<div class="panel-body hours-panel-body">
|
|
||||||
<span id="hours4" class="hours"></span>
|
|
||||||
</div>
|
|
||||||
</div>
|
|
||||||
</div>
|
|
||||||
<div class="col-xs-3 col-sm-2 padding-0">
|
|
||||||
<div class="panel panel-default panel-outline-color">
|
|
||||||
<div class="panel-body hours-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>
|
||||||
@@ -274,7 +388,7 @@
|
|||||||
<div class="col-md-5 col-lg-6">
|
<div class="col-md-5 col-lg-6">
|
||||||
<div class="panel panel-default hide-body-border">
|
<div class="panel panel-default hide-body-border">
|
||||||
<div class="panel-heading show-panel">
|
<div class="panel-heading show-panel">
|
||||||
<span class="panel-title content-panel-title"><h2>What's new in the library</h2></span>
|
<span class="panel-title content-panel-title"><h2>Featured in the Library</h2></span>
|
||||||
</div>
|
</div>
|
||||||
<div class="panel-body">
|
<div class="panel-body">
|
||||||
{{content_boxes}}
|
{{content_boxes}}
|
||||||
@@ -283,21 +397,33 @@
|
|||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
<div class="container-fluid">
|
<div class="container">
|
||||||
<div class="row">
|
<div class="row">
|
||||||
<!-- BEGIN: Page Footer -->
|
<!-- BEGIN: Page Footer -->
|
||||||
<div style="height:10px; background-color:#ff4e00"></div>
|
<div id="orange-line"></div>
|
||||||
<div style="height:50px; background-color:#003466; color:white; padding:5px 20px 0px 20px">
|
<div id="main-blue-footer">
|
||||||
<span>
|
<div id="lighthouse-logo">
|
||||||
Robert J. Kibbee Library, 2001 Oriental Blvd, Brooklyn, NY, 11235<br>
|
<img src="https://libapps.s3.amazonaws.com/accounts/16298/images/KCC-lighthouse.png" />
|
||||||
</span>
|
</div>
|
||||||
<span style="float:right" class="whiteahrefs">
|
<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>
|
<a href="https://kbcc-cuny.libapps.com/libapps/login.php?site_id=2365">Log in to LibApps</a>
|
||||||
</span>
|
</div>
|
||||||
<span style="clear:both" class="whiteahrefs">
|
<div style="height:15px;"></div>
|
||||||
718-368-5632 | <a href="mailto:reference.desk@kbcc.cuny.edu">reference.desk@kbcc.cuny.edu</a> |
|
|
||||||
<a href="https://www.twitter.com/kbcclibrary">@kbcclibrary</a>
|
|
||||||
</span>
|
|
||||||
</div>
|
</div>
|
||||||
<!-- END: Page Footer -->
|
<!-- END: Page Footer -->
|
||||||
</div>
|
</div>
|
||||||
|
|||||||
Reference in New Issue
Block a user