first working gallery
This commit is contained in:
@@ -70,24 +70,14 @@
|
|||||||
}
|
}
|
||||||
|
|
||||||
/* style the gallery */
|
/* style the gallery */
|
||||||
.gallery-div {
|
.s-lib-public-side-header {
|
||||||
background-color: #bbb;
|
display: none;
|
||||||
height: 300px;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
.gallery-text {
|
img {
|
||||||
text-align: center;
|
border: solid black 3px;
|
||||||
padding-top: 100px;
|
max-height: 350px !important;
|
||||||
}
|
margin: auto;
|
||||||
|
|
||||||
.chevron-left {
|
|
||||||
margin-right: 80px;
|
|
||||||
font-weight: bold;
|
|
||||||
}
|
|
||||||
|
|
||||||
.chevron-right {
|
|
||||||
margin-left: 80px;
|
|
||||||
font-weight: bold;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
/* style the hours div */
|
/* style the hours div */
|
||||||
|
|||||||
@@ -146,13 +146,33 @@
|
|||||||
<div class="panel-heading show-panel">
|
<div class="panel-heading show-panel">
|
||||||
<span class="panel-title content-panel-title">Gallery</span>
|
<span class="panel-title content-panel-title">Gallery</span>
|
||||||
</div>
|
</div>
|
||||||
<div class="panel-body">
|
<div class="panel-body">
|
||||||
<div class="gallery-div">
|
<!-- Gallery -->
|
||||||
<div class="gallery-text">
|
<div id="carousel-example-generic" class="carousel slide" data-ride="carousel">
|
||||||
<h2><span class="chevron-left"><</span>Gallery goes here<span class="chevron-right">></span></h2>
|
<!-- Wrapper for slides -->
|
||||||
</div>
|
<div class="carousel-inner" role="listbox"">
|
||||||
</div>
|
<div class="item active">
|
||||||
</div>
|
<img src="https://libapps.s3.amazonaws.com/accounts/16298/images/44.65_SL1.jpg" />
|
||||||
|
</div>
|
||||||
|
<div class="item">
|
||||||
|
<img src="https://libapps.s3.amazonaws.com/accounts/16298/images/Breton.jpg" />
|
||||||
|
</div>
|
||||||
|
<div class="item">
|
||||||
|
<img src="https://libapps.s3.amazonaws.com/accounts/16298/images/image4__1_.jpeg" />
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
<!-- Controls -->
|
||||||
|
<a class="left carousel-control" href="#carousel-example-generic" role="button" data-slide="prev">
|
||||||
|
<span class="glyphicon glyphicon-chevron-left" aria-hidden="true"></span>
|
||||||
|
<span class="sr-only">Previous</span>
|
||||||
|
</a>
|
||||||
|
<a class="right carousel-control" href="#carousel-example-generic" role="button" data-slide="next">
|
||||||
|
<span class="glyphicon glyphicon-chevron-right" aria-hidden="true"></span>
|
||||||
|
<span class="sr-only">Next</span>
|
||||||
|
</a>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
<!-- end of gallery -->
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
@@ -167,7 +187,7 @@
|
|||||||
<a href="https://kbcc-cuny.libapps.com/libapps/login.php?site_id=2365">Login to LibApps</a>
|
<a href="https://kbcc-cuny.libapps.com/libapps/login.php?site_id=2365">Login to LibApps</a>
|
||||||
</span>
|
</span>
|
||||||
<span style="clear:both" class="whiteahrefs">
|
<span style="clear:both" class="whiteahrefs">
|
||||||
718-368-5632 | <a href="mailto:reference.desk@kbcc.cuny.edu">reference.desk@kbcc.cuny.edu</a> |
|
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>
|
<a href="https://www.twitter.com/kbcclibrary">@kbcclibrary</a>
|
||||||
</span>
|
</span>
|
||||||
</div>
|
</div>
|
||||||
|
|||||||
Reference in New Issue
Block a user