Difference between revisions of "Team:UChile OpenBio-CeBiB/Team"

Line 77: Line 77:
 
<button class="w3-button w3-display-right" onclick="plusDivs(+1)">&#10095;</button>
 
<button class="w3-button w3-display-right" onclick="plusDivs(+1)">&#10095;</button>
 
<br>
 
<br>
 +
 +
<div class="container">
 +
  <h2>Carousel Example</h2> 
 +
  <div id="myCarousel" class="carousel slide" data-ride="carousel">
 +
    <!-- Indicators -->
 +
    <ol class="carousel-indicators">
 +
      <li data-target="#myCarousel" data-slide-to="0" class="active"></li>
 +
      <li data-target="#myCarousel" data-slide-to="1"></li>
 +
      <li data-target="#myCarousel" data-slide-to="2"></li>
 +
    </ol>
 +
 +
    <!-- Wrapper for slides -->
 +
    <div class="carousel-inner">
 +
      <div class="item active">
 +
        <img src="https://static.igem.org/mediawiki/2017/8/84/T--UChile_OpenBio-CeBiB--LogoCebib.png" alt="Los Angeles" style="width:100%;">
 +
      </div>
 +
 +
      <div class="item">
 +
        <img src="https://static.igem.org/mediawiki/2017/e/ee/T--UChile_OpenBio-CeBiB--LogoOpenbio.png" alt="Chicago" style="width:100%;">
 +
      </div>
 +
   
 +
      <div class="item">
 +
        <img src="https://static.igem.org/mediawiki/2017/2/2f/T--UChile_OpenBio-CeBiB--LogoFCFM.png" alt="New york" style="width:100%;">
 +
      </div>
 +
    </div>
 +
 +
    <!-- Left and right controls -->
 +
    <a class="left carousel-control" href="#myCarousel" data-slide="prev">
 +
      <span class="glyphicon glyphicon-chevron-left"></span>
 +
      <span class="sr-only">Previous</span>
 +
    </a>
 +
    <a class="right carousel-control" href="#myCarousel" data-slide="next">
 +
      <span class="glyphicon glyphicon-chevron-right"></span>
 +
      <span class="sr-only">Next</span>
 +
    </a>
 +
  </div>
 +
</div>
 +
 
<br>
 
<br>
 
<br>
 
<br>

Revision as of 09:59, 20 October 2017

Document


Team UChile_OpenBio-CeBiB

Team Members

    Student Members
  • Cesar Aguilar, Chemical Engineering
  • Romina Corro, Biotechnology Engineering
  • Mikael Espinoza, Common Plan Engineering
  • Rocío Gomez, Biotechnology Engineering
  • Camila Huaracán, Industrial Design
  • Nicolás Montalva, Molecular Biotechnology Engineering
  • Javiera Pino, Biotechnology Engineering
  • Sofía Romero, Molecular Biotechnology Engineering
  • Nicolás Salas, Biotechnology Engineering
  • Juan Saavedra, Molecular Biotechnology Engineering
  • Sebastián Ulloa, Industrial Engineering
  • Denisse Urra, Chemical Engineering
  • Kevin Vergara, Biotechnology Engineering

Teacher Members

  • Juan Asenjo
  • Myra Chávez
  • Álvaro Olivera-Nappa

  • Collaborators

  • Tomás Egaña
  • Karina Salas


  • Carousel Example