Difference between revisions of "Team:TU Delft"

 
(48 intermediate revisions by 2 users not shown)
Line 7: Line 7:
 
-->
 
-->
  
{{:Team:TU_Delft/Header}}
+
{{:Team:TU_Delft/Header_Test}}
 
<html>
 
<html>
 
<style>
 
<style>
 
.glyphicon.glyphicon-chevron-down {
 
.glyphicon.glyphicon-chevron-down {
 
     font-size: 50px;
 
     font-size: 50px;
width:1000px;
+
width:100px;
 
}
 
}
  
Line 23: Line 23:
 
     text-decoration: none;
 
     text-decoration: none;
 
     color: #3D3D3D;
 
     color: #3D3D3D;
 +
}
 +
body{
 +
padding-top:75px;
 
}
 
}
 
</style>
 
</style>
 
<body>
 
<body>
<div id="myCarousel" class="carousel slide" data-ride="carousel" data-interval="2000" data-pause="hover">
+
<div id="cover" class="carousel slide" data-ride="carousel" data-interval="20000" data-pause="hover">
 
   <!-- Indicators -->
 
   <!-- Indicators -->
   <ol class="carousel-indicators">
+
   <ol class="carousel-indicators" style="margin-left:0px; width:100%; left:0%">
     <li data-target="#myCarousel" data-slide-to="0" class="active"></li>
+
     <li data-target="#cover" data-slide-to="0" class="active"></li>
     <li data-target="#myCarousel" data-slide-to="1"></li>
+
     <li data-target="#cover" data-slide-to="1"></li>
     <li data-target="#myCarousel" data-slide-to="2"></li>
+
     <li data-target="#cover" data-slide-to="2"></li>
 +
<li data-target="#cover" data-slide-to="3"></li>
 +
<li data-target="#cover" data-slide-to="4"></li>
 +
<li data-target="#cover" data-slide-to="5"></li>
 
   </ol>
 
   </ol>
  
Line 37: Line 43:
 
   <div class="carousel-inner" role="listbox">
 
   <div class="carousel-inner" role="listbox">
 
     <div class="item active">
 
     <div class="item active">
<div style="background:url(https://static.igem.org/mediawiki/2015/8/8b/TU_Delft_Banner_Team1.jpg) center center;
+
<img class="first-slide" src="https://static.igem.org/mediawiki/2015/3/39/TUDelft_banners.png" alt="First slide" style="max-height:450px;">
          background-size:cover;" class="slider-size">
+
  <!--
 
           <div class="carousel-caption">
 
           <div class="carousel-caption">
           <h3>TU Delft iGEM Team</h3>
+
           <h3></h3>
 
           <p></p>
 
           <p></p>
 
         </div>
 
         </div>
</div>
+
-->
 +
    </div>
 +
    <div class="item">
 +
<img class="second-slide" src="https://static.igem.org/mediawiki/2015/d/d3/TU_Delft_FinalBanner10000.png" alt="Second slide" style="max-height:450px;">
 +
  <!--
 +
          <div class="carousel-caption">
 +
          <h3></h3>
 +
          <p></p>
 +
        </div>
 +
-->
 
     </div>
 
     </div>
  
 
     <div class="item">
 
     <div class="item">
<div style="background:url(https://static.igem.org/mediawiki/2015/6/6e/TU_Delft_Printer.JPG) center center;  
+
<img class="third-slide" src="https://static.igem.org/mediawiki/2015/0/05/TU_Delft_bannerA1.png" alt="Third slide" style="max-height:450px;">
 +
  <!--
 +
<div style="background:url(https://static.igem.org/mediawiki/2015/0/05/TU_Delft_bannerA1.png) center center;  
 
           background-size:cover;" class="slider-size">
 
           background-size:cover;" class="slider-size">
 
</div>
 
</div>
 +
-->
 
     </div>
 
     </div>
  
 
     <div class="item">
 
     <div class="item">
<div style="background:url(https://static.igem.org/mediawiki/2015/c/c0/TU_Delft_Team2.JPG) center center;
+
<img class="fourth-slide" src="https://static.igem.org/mediawiki/2015/b/b8/TU_Delft_bannerB1.png" alt="fourth slide" style="max-height:450px;">
          background-size:cover;" class="slider-size">
+
 
</div>
+
 
     </div>
 
     </div>
 +
 +
        <div class="item">
 +
<img class="fifth-slide" src="https://static.igem.org/mediawiki/2015/e/e0/TU_Delft_bannerC1.png" alt="fifth slide" style="max-height:450px;">
 +
 +
    </div>
 +
 +
        <div class="item">
 +
<img class="sixth-slide" src="https://static.igem.org/mediawiki/2015/b/bc/TU_Delft_banner_D3.png" alt="sixth slide" style="max-height:450px;">
 +
 +
    </div>
 +
 
   </div>
 
   </div>
  
 
   <!-- Left and right controls-->
 
   <!-- Left and right controls-->
   <a class="left carousel-control" href="#myCarousel" role="button" data-slide="prev">
+
   <a class="left carousel-control" href="#cover" role="button" data-slide="prev">
 
     <span class="glyphicon glyphicon-chevron-left" aria-hidden="true"></span>
 
     <span class="glyphicon glyphicon-chevron-left" aria-hidden="true"></span>
 
     <span class="sr-only">Previous</span>
 
     <span class="sr-only">Previous</span>
 
   </a>
 
   </a>
   <a class="right carousel-control" href="#myCarousel" role="button" data-slide="next">
+
   <a class="right carousel-control" href="#cover" role="button" data-slide="next">
 
     <span class="glyphicon glyphicon-chevron-right" aria-hidden="true"></span>
 
     <span class="glyphicon glyphicon-chevron-right" aria-hidden="true"></span>
 
     <span class="sr-only">Next</span>
 
     <span class="sr-only">Next</span>
 
   </a>
 
   </a>
 
</div>
 
</div>
<a class="glyphicon glyphicon-chevron-down page-scroll" href="#about" role="button">
 
</a>
 
<div class="container marketing">
 
<hr class="featurette-divider" id="about">
 
  
      <div class="row featurette" >
+
<div class="container-fluid">
        <div class="col-md-7 col-md-push-5">
+
  <h2 style="font-size:24px;">Biolink Project Essentials</h2>
          <h2 class="featurette-heading">Welcome! <span class="text-muted">This is the TU Delft 2015 iGEM Team Wiki!</span></h2>
+
          <p class="lead">For the moment, our website is under construction.</p>
+
        </div>
+
<!--
+
        <div class="col-md-5 col-md-pull-7">
+
          <img class="featurette-image img-responsive center-block" data-src="holder.js/500x500/auto" alt="Generic placeholder image">
+
        </div>
+
-->
+
      </div>
+
      <hr class="featurette-divider">
+
  
      <div class="row featurette">
+
  <div class="row">
        <div class="col-md-7">
+
    <div class="col-md-2" style="padding:0px">
          <h2 class="featurette-heading">Check out our Team page!<span class="text-muted"></span></h2>
+
      <a href="https://2015.igem.org/Team:TU_Delft/Description">
          <p class="lead"></p>
+
        <img class="featurette-image img-responsive center-block" src="https://static.igem.org/mediawiki/2015/a/a0/TU_Delft_proj1111.png" style="width:250px; background-size: cover;" alt="Generic placeholder image">
        </div>
+
       </a>
        <div class="col-md-5">
+
    </div>
<a href="https://2015.igem.org/Team:TU_Delft/Team">
+
<img class="featurette-image img-responsive center-block img-circle" src="https://static.igem.org/mediawiki/2015/c/c0/TU_Delft_Team2.JPG" alt="Generic placeholder image" style="width:400px"></a>
+
        </div>
+
       </div>
+
</div>
+
  
      <hr class="featurette-divider">
+
    <div class="col-md-2" style="padding:0px">
<div class="row featurette">
+
      <a href="https://2015.igem.org/Team:TU_Delft/Design">
        <div class="col-md-7 col-md-push-5">
+
         <img class="featurette-image img-responsive center-block" src="https://static.igem.org/mediawiki/2015/9/93/TU_Delft_hard111.jpeg" style="width:250px; background-size: cover;" alt="Generic placeholder image">
          <h2 class="featurette-heading">Our sponsoring brochure. <span class="text-muted"></span></h2>
+
      </a>
          <p class="lead">Check it out.</p>
+
    </div>
        </div>
+
         <div class="col-md-5 col-md-pull-7">
+
<a class="btn btn-info btn-block" href="https://static.igem.org/mediawiki/2015/6/62/TU_Delft_2015_iGEM_Brochure.pdf" role="button">Brochure</a>
+
        </div>
+
      </div>
+
    <hr class="featurette-divider">
+
  
      <div class="row featurette">
+
    <div class="col-md-2" style="padding:0px">
        <div class="col-md-7">
+
      <a href="https://2015.igem.org/Team:TU_Delft/Modeling">
          <h2 class="featurette-heading">The international Genetically Engineered Machine. <span class="text-muted">iGEM </span></h2>
+
        <img class="featurette-image img-responsive center-block" src="https://static.igem.org/mediawiki/2015/0/0f/TU_Delft_modeling11111.png" style="width:250px; background-size: cover;" alt="Generic placeholder image">
          <p class="lead">The largest synthetic biology competition for collegiate students. It aims to combine and create novel biological (genetic) parts, which can be incorporated in an organism, thereby equipping it with new functions. See what iGEM is about at: <a href="https://igem.org/Main_Page">igem.org</a></p>
+
      </a>
        </div>
+
    </div>
        <div class="col-md-5">
+
 
          <img class="featurette-image img-responsive center-block" data-src="holder.js/500x500/auto" alt="Generic placeholder image">
+
    <div class="col-md-2" style="padding:0px">
        </div>
+
      <a href="https://2015.igem.org/Team:TU_Delft/Practices">
       </div>
+
        <img class="featurette-image img-responsive center-block" src="https://static.igem.org/mediawiki/2015/8/8c/TU_Delft_pp11111.png" style="width:250px; background-size: cover;" alt="Generic placeholder image">
    <hr class="featurette-divider">
+
      </a>
 +
    </div>
 +
 
 +
    <div class="col-md-2" style="padding:0px">
 +
      <a href="https://2015.igem.org/Team:TU_Delft/Attributions">
 +
                <img class="featurette-image img-responsive center-block" src="https://static.igem.org/mediawiki/2015/1/1c/TU_Delft_teamp11111.png" style="width:250px; background-size: cover;" alt="Generic placeholder image">
 +
      </a>
 +
    </div>
 +
 
 +
    <div class="col-md-2" style="padding:0px">
 +
       <a href="https://2015.igem.org/Team:TU_Delft/Achievements">
 +
                <img class="featurette-image img-responsive center-block" src="https://static.igem.org/mediawiki/2015/9/90/Delft_firstpage.png" style="width:250px; background-size: cover;" alt="Generic placeholder image">
 +
      </a>
 +
    </div>
  
 
</div>
 
</div>
Line 138: Line 154:
 
</script>
 
</script>
 
</html>
 
</html>
 +
<html><script>initiateNavigation("home");</script></html>
 
{{:Team:TU_Delft/Footer}}
 
{{:Team:TU_Delft/Footer}}

Latest revision as of 12:48, 20 November 2015


Biolink Project Essentials