No need for a carousel for the Da Vinci Image
This commit is contained in:
28
refine.html
28
refine.html
@@ -86,33 +86,7 @@
|
|||||||
</a>
|
</a>
|
||||||
</div>
|
</div>
|
||||||
<h2>Da Vinci</h2>
|
<h2>Da Vinci</h2>
|
||||||
<div id="carousel-example-generic" class="carousel slide" data-ride="carousel">
|
<img src="images/ai/clock2vinci.jpg" width="60%">
|
||||||
<!-- Indicators -->
|
|
||||||
<ol class="carousel-indicators">
|
|
||||||
<li data-target="#carousel-example-generic" data-slide-to="1" class="active"></li>
|
|
||||||
<li data-target="#carousel-example-generic" data-slide-to="2"></li>
|
|
||||||
</ol>
|
|
||||||
|
|
||||||
<!-- Wrapper for slides -->
|
|
||||||
<div class="carousel-inner">
|
|
||||||
|
|
||||||
<div class="item active">
|
|
||||||
<img src="/images/ai/clock2vinci.jpg" alt="...">
|
|
||||||
<div class="carousel-caption">
|
|
||||||
...
|
|
||||||
</div>
|
|
||||||
</div>
|
|
||||||
...
|
|
||||||
</div>
|
|
||||||
|
|
||||||
<!-- Controls -->
|
|
||||||
<a class="left carousel-control" href="#carousel-example-generic" role="button" data-slide="prev">
|
|
||||||
<span class="glyphicon glyphicon-chevron-left"></span>
|
|
||||||
</a>
|
|
||||||
<a class="right carousel-control" href="#carousel-example-generic" role="button" data-slide="next">
|
|
||||||
<span class="glyphicon glyphicon-chevron-right"></span>
|
|
||||||
</a>
|
|
||||||
</div>
|
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
<!-- jQuery (necessary for Bootstrap's JavaScript plugins) -->
|
<!-- jQuery (necessary for Bootstrap's JavaScript plugins) -->
|
||||||
|
|||||||
Reference in New Issue
Block a user