Team:Heidelberg/Human Practice
From 2014.igem.org
(Difference between revisions)
Line 55: | Line 55: | ||
<a href="#" class="box cell" style="width:70%;"> | <a href="#" class="box cell" style="width:70%;"> | ||
+ | <div id="carousel-example-generic" class="carousel slide" data-ride="carousel"> | ||
+ | <!-- Indicators --> | ||
+ | <ol class="carousel-indicators"> | ||
+ | <li data-target="#carousel-example-generic" data-slide-to="0" class="active"></li> | ||
+ | <li data-target="#carousel-example-generic" data-slide-to="1"></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="..." alt="..."> | ||
+ | <div class="carousel-caption"> | ||
+ | ... | ||
+ | </div> | ||
+ | </div> | ||
+ | <div class="item"> | ||
+ | <img src="..." 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> | ||
</a> | </a> | ||
</div> | </div> |
Revision as of 22:23, 9 October 2014
HUMAN PRACTICE
– This is a test subtitle