Team:Colombia Uniandes/Gallery

From 2013.igem.org

(Difference between revisions)
Line 4: Line 4:
<html>
<html>
-
<div class="alert alert-info">
+
<div id="gallery" class="carousel slide">
-
   <h1>WELCOME</h1>
+
  <ol class="carousel-indicators">
-
   This page is temporarily under maintenance<br>
+
    <li data-target="#gallery" data-slide-to="0" class="active"></html>[[File:001.jpg]]<html></li>
-
Visit us in the course of the next week
+
    <li data-target="#gallery" data-slide-to="1"></html>[[File:002.jpg]]<html></li>
 +
    <li data-target="#gallery" data-slide-to="2"></html>[[File:003.jpg]]<html></li>
 +
   </ol>
 +
  <!-- Carousel items -->
 +
  <div class="carousel-inner">
 +
    <div class="active item">…</div>
 +
    <div class="item">…</div>
 +
    <div class="item">…</div>
 +
   </div>
 +
  <!-- Carousel nav -->
 +
  <a class="carousel-control left" href="#gallery" data-slide="prev">&lsaquo;</a>
 +
  <a class="carousel-control right" href="#gallery" data-slide="next">&rsaquo;</a>
</div>
</div>
</html>
</html>

Revision as of 04:38, 25 September 2013