first working gallery
This commit is contained in:
@@ -70,24 +70,14 @@
|
||||
}
|
||||
|
||||
/* style the gallery */
|
||||
.gallery-div {
|
||||
background-color: #bbb;
|
||||
height: 300px;
|
||||
.s-lib-public-side-header {
|
||||
display: none;
|
||||
}
|
||||
|
||||
.gallery-text {
|
||||
text-align: center;
|
||||
padding-top: 100px;
|
||||
}
|
||||
|
||||
.chevron-left {
|
||||
margin-right: 80px;
|
||||
font-weight: bold;
|
||||
}
|
||||
|
||||
.chevron-right {
|
||||
margin-left: 80px;
|
||||
font-weight: bold;
|
||||
img {
|
||||
border: solid black 3px;
|
||||
max-height: 350px !important;
|
||||
margin: auto;
|
||||
}
|
||||
|
||||
/* style the hours div */
|
||||
|
||||
@@ -147,13 +147,33 @@
|
||||
<span class="panel-title content-panel-title">Gallery</span>
|
||||
</div>
|
||||
<div class="panel-body">
|
||||
<div class="gallery-div">
|
||||
<div class="gallery-text">
|
||||
<h2><span class="chevron-left"><</span>Gallery goes here<span class="chevron-right">></span></h2>
|
||||
<!-- Gallery -->
|
||||
<div id="carousel-example-generic" class="carousel slide" data-ride="carousel">
|
||||
<!-- Wrapper for slides -->
|
||||
<div class="carousel-inner" role="listbox"">
|
||||
<div class="item active">
|
||||
<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 class="row">
|
||||
|
||||
Reference in New Issue
Block a user