Team:Sheffield/tmp
From 2014.igem.org
(Difference between revisions)
Line 1: | Line 1: | ||
{{Team:Sheffield/NavigationBar}} | {{Team:Sheffield/NavigationBar}} | ||
- | |||
<html> | <html> | ||
+ | <head> | ||
+ | <title></title> | ||
- | < | + | <!-- Bootstrap --> |
+ | <link href="https://maxcdn.bootstrapcdn.com/bootstrap/3.2.0/css/bootstrap.min.css" rel="stylesheet"> | ||
- | + | </head> | |
+ | <body> | ||
- | + | <!-- jQuery (necessary for Bootstrap's JavaScript plugins) --> | |
- | < | + | <script src="https://ajax.googleapis.com/ajax/libs/jquery/1.11.1/jquery.min.js"></script> |
- | < | + | <!-- Include all compiled plugins (below), or include individual files as needed --> |
+ | <script src="https://maxcdn.bootstrapcdn.com/bootstrap/3.2.0/js/bootstrap.min.js"></script> | ||
+ | |||
+ | <!-- THE TOP HAS ENDED. THE REST OF THE PAGE BEGINS. --> | ||
- | + | <div class="container-fluid" style="padding-left:0px; padding-right:0px;"> | |
- | + | <div id="IntroCarousel" class="carousel slide" style="margin-top:30px;"> | |
+ | |||
+ | <ol class="carousel-indicators"> | ||
+ | <li data-target="#IntroCarousel" data-slide-to="0" class="active"></li> | ||
+ | <li data-target="#IntroCarousel" data-slide-to="1"></li> | ||
+ | <li data-target="#IntroCarousel" data-slide-to="2"></li> | ||
+ | <li data-target="#IntroCarousel" data-slide-to="3"></li> | ||
+ | </ol> | ||
+ | |||
+ | <div class="carousel-inner"> | ||
+ | |||
+ | <div class="item active"> | ||
+ | <img src="https://static.igem.org/mediawiki/2014/6/6c/SheffieldHome4.jpg" class="img-responsive visible-lg visible-md" style="width:100%; height:45em;"> | ||
+ | <div class="carousel-caption visible-lg visible-md" style="margin-bottom:30px;"> | ||
+ | <h2>Introduction</h2> | ||
+ | <p style="font-size:150%">We are a team of 8 undergraduate students from the University of Sheffield participating in a global synthetic biology competition. Our project focuses on improving wastewater treatment systems using engineered bacteria, particularly focusing on the breakdown of fat accumulations within the drainage and sewage systems.</p><br> | ||
+ | </div> | ||
+ | </div> | ||
+ | |||
+ | <div class="item"> | ||
+ | <img src="https://static.igem.org/mediawiki/2014/c/ca/SheffieldHome5.JPG" class="img-responsive" style="width:100%; height:45em;"> | ||
+ | <div class="carousel-caption visible-lg visible-md" style="margin-bottom:30px;"> | ||
+ | <h2>Team</h2> | ||
+ | <p style="font-size:150%">bla bla bla</p><br> | ||
+ | </div> | ||
+ | </div> | ||
+ | <div class="item"> | ||
+ | <img src="https://static.igem.org/mediawiki/2014/4/4c/SheffieldHome6.jpg" class="img-responsive" style="width:100%; height:45em;"> | ||
+ | <div class="carousel-caption visible-lg visible-md" style="margin-bottom:30px;"> | ||
+ | <h2>Fatburglar</h2> | ||
+ | <p style="font-size:150%"></p><br> | ||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
</div> | </div> | ||
+ | </div> | ||
+ | |||
+ | </div> | ||
+ | |||
+ | <a class="carousel-control left" href="#IntroCarousel" data-slide="prev"> | ||
+ | <span class="icon-prev"></span> | ||
+ | </a> | ||
+ | <a class="carousel-control right" href="#IntroCarousel" data-slide="next"> | ||
+ | <span class="icon-next"></span> | ||
+ | </a> | ||
+ | </div></div> | ||
+ | <br> | ||
+ | <div class="container visible-xs visible-sm"> | ||
- | |||
</div> | </div> | ||
</body> | </body> | ||
+ | </html> |
Revision as of 23:26, 17 October 2014