Difference between revisions of "Team:Stanford-Brown/css/custom"
Forrestgtran (Talk | contribs) |
Forrestgtran (Talk | contribs) |
||
Line 1: | Line 1: | ||
− | / | + | {{:Team:Stanford-Brown/Templates/AddCSS|:Team:Stanford-Brown/css/custom}} |
− | |||
− | |||
− | |||
− | + | <html lang="en"> | |
− | + | <head> | |
− | + | <meta charset="utf-8"> | |
− | + | <meta http-equiv="X-UA-Compatible" content="IE=edge"> | |
− | + | <meta name="viewport" content="width=device-width, initial-scale=1"> | |
− | + | <!-- The above 3 meta tags *must* come first in the head; any other head content must come *after* these tags --> | |
− | + | <meta name="description" content=""> | |
− | + | <meta name="author" content=""> | |
− | + | <link rel="icon" href="../../favicon.ico"> | |
− | + | ||
− | + | <title>SB iGEM 2015</title> | |
− | + | ||
− | + | ||
− | + | </head> | |
− | + | <!-- NAVBAR | |
− | + | ================================================== --> | |
− | + | <body> | |
− | + | <div class="container"> | |
− | + | <nav class="navbar navbar-inverse navbar-fixed-top"> | |
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | <div class="container"> | |
− | + | ||
+ | <div class="navbar-header"> | ||
− | + | <button type="button" class="navbar-toggle collapsed" data-toggle="collapse" data-target="#navbar" aria-expanded="false" aria-controls="navbar"> | |
− | ----- | + | |
+ | <span class="sr-only">Toggle navigation</span> | ||
+ | <span class="icon-bar"></span> | ||
+ | <span class="icon-bar"></span> | ||
+ | <span class="icon-bar"></span> | ||
+ | |||
+ | </button> | ||
+ | <a class="navbar-brand" href="#">SB iGEM</a> | ||
+ | <!-- <a class="navbar-brand" href="#"><img src="https://static.igem.org/mediawiki/2015/e/e1/SB_logo.jpg" alt="SB Logo"></a> | ||
+ | --> | ||
+ | </div> | ||
+ | <div id="navbar" class="navbar-collapse collapse"> | ||
− | + | <ul class="nav navbar-nav"> | |
− | - | + | |
− | + | <li class="active"><a href="https://2015.igem.org/Team:Stanford-Brown">Home</a></li> | |
− | . | + | |
− | + | ||
− | + | ||
− | + | ||
− | / | + | |
− | + | ||
− | + | ||
− | + | ||
− | / | + | <li><a href="https://2015.igem.org/Team:Stanford-Brown/Team">About</a></li> |
− | . | + | |
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
+ | <li><a href="https://2015.igem.org/Team:Stanford-Brown/Outreach">Outreach</a></li> | ||
− | / | + | <li><a href="https://2015.igem.org/Team:Stanford-Brown/Projects">Projects</a></li> |
− | - | + | |
− | / | + | </ul> |
− | + | </div> | |
− | + | </div> | |
− | + | </nav> | |
− | + | </div> | |
− | . | + | <!-- Carousel |
− | + | ================================================== --> | |
− | + | <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> | ||
+ | <div class="carousel-inner" role="listbox"> | ||
+ | <div class="item active"> | ||
+ | <img class="first-slide" src="data:image/gif;base64,R0lGODlhAQABAIAAAHd3dwAAACH5BAAAAAAALAAAAAABAAEAAAICRAEAOw==" alt="First slide"> | ||
+ | <div class="container"> | ||
+ | <div class="carousel-caption"> | ||
+ | <h1>The Vision</h1> | ||
+ | <p>As in Biological Origami. Are you interested now? Click below to find out more!</p> | ||
+ | <p><a class="btn btn-lg btn-primary" href="#" role="button">Learn More</a></p> | ||
+ | </div> | ||
+ | </div> | ||
+ | </div> | ||
+ | <div class="item"> | ||
+ | <img class="second-slide" src="data:image/gif;base64,R0lGODlhAQABAIAAAHd3dwAAACH5BAAAAAAALAAAAAABAAEAAAICRAEAOw==" alt="Second slide"> | ||
+ | <div class="container"> | ||
+ | <div class="carousel-caption"> | ||
+ | <h1>How are we doing this?</h1> | ||
+ | <p>Imganine the elimination of petrochemicals in the production of plastics. Now imagine that in space. See below to see our Projects. </p> | ||
+ | <p><a class="btn btn-lg btn-primary" href="#" role="button">See More</a></p> | ||
+ | </div> | ||
+ | </div> | ||
+ | </div> | ||
+ | <div class="item"> | ||
+ | <img class="third-slide" src="data:image/gif;base64,R0lGODlhAQABAIAAAHd3dwAAACH5BAAAAAAALAAAAAABAAEAAAICRAEAOw==" alt="Third slide"> | ||
+ | <div class="container"> | ||
+ | <div class="carousel-caption"> | ||
+ | <h1>Who are we?</h1> | ||
+ | <p>A group of strange and funny looking students who decided to spend the summer stuck in a lab together aka the Stanford-Brown 2015 iGEM Team</p> | ||
+ | <p><a class="btn btn-lg btn-primary" href="#" role="button">About Us</a></p> | ||
+ | </div> | ||
+ | </div> | ||
+ | </div> | ||
+ | </div> | ||
+ | <a class="left carousel-control" href="#myCarousel" role="button" data-slide="prev"> | ||
+ | <span class="glyphicon glyphicon-chevron-left" aria-hidden="true"></span> | ||
+ | <span class="sr-only">Previous</span> | ||
+ | </a> | ||
+ | <a class="right carousel-control" href="#myCarousel" role="button" data-slide="next"> | ||
+ | <span class="glyphicon glyphicon-chevron-right" aria-hidden="true"></span> | ||
+ | <span class="sr-only">Next</span> | ||
+ | </a> | ||
+ | </div><!-- /.carousel --> | ||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
+ | </div><!-- /.container --> | ||
− | + | <div class="container"> | |
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | <div class="row"> | |
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
+ | <div class="col-sm-8"> | ||
+ | <h1>Our Vision</h1> | ||
+ | <p>Imagine the ability to produce plastics without petrochemicals. We wanted to engineer bacteria to become bioplastic factories so on space colonies plastics could be produced and unilized.</p> | ||
+ | <p><a class="btn btn-primary btn-lg" href="#" role="button">Learn more</a></p> | ||
+ | </div><!-- end col-sm-8 --> | ||
− | / | + | <div class="col-sm-4"> |
− | ------ | + | <img src="http://lorempixel.com/200/200" alt="Vision Pic"> |
+ | </div><!-- end col-sm-4 --> | ||
− | / | + | </div><!-- end row --> |
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | --- | + | |
− | + | <hr></hr> | |
− | + | <div class="row"> | |
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | <div class="col-sm-4"> | |
− | + | <img src="http://lorempixel.com/200/200" alt="Vision Pic"> | |
− | + | </div><!-- end col-sm-4 --> | |
− | + | ||
− | + | <div class="col-sm-8"> | |
− | + | <h1>How are we doing this?</h1> | |
− | + | <p>Bioplastics, substrates, cellulose, CRATER, PHA, Polystyrene, Biopigments. Wow. Much fold. Very NASA.</p> | |
− | + | <p><a class="btn btn-primary btn-lg" href="#" role="button">Learn more</a></p> | |
− | + | </div><!-- end col-sm-8 --> | |
− | + | ||
− | + | </div><!-- end row --> | |
− | + | </div><!-- end container --> | |
− | + | ||
− | + | ||
− | + | <div class="container"> | |
− | + | <div class="col-sm-6"> | |
− | + | <h1>Substrates</h1> | |
+ | <p>Substrates? More like contraints! Hmmmmmm</p> | ||
− | + | <div class="row well"> | |
+ | <div class="col-sm-8"> | ||
+ | <h3>Cellulose</h3> | ||
+ | <p>Man this cellulose stuff is smelly. Hopefully we can use this as a substrate some howw.......</p> | ||
+ | <p><a class="btn btn-warning" href="#" role="button">Learn more</a></p> | ||
+ | </div><!-- end col-sm-8 --> | ||
− | + | <div class="col-sm-4"> | |
− | + | <img src="http://lorempixel.com/150/150" class="img-circle" alt="Vision Pic"> | |
− | + | </div><!-- end col-sm-4 --> | |
− | + | ||
− | + | </div><!-- end row --> | |
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | + | <div class="row well"> | |
− | + | ||
− | + | ||
− | . | + | <div class="col-sm-4"> |
− | + | <img src="http://lorempixel.com/150/150" alt="Vision Pic"> | |
+ | </div><!-- end col-sm-4 --> | ||
− | + | <div class="col-sm-8"> | |
+ | <h3>Bio-Plastics</h3> | ||
+ | <p>Look at this we are working on two plastics. The first is polystyrene, and the other is P(3HB)</p> | ||
+ | <p><a class="btn btn-info" href="#" role="button">Polystyrene</a> <a class="btn btn-primary" href="#" role="button">PHA</a></p> | ||
+ | </div><!-- end col-sm-8 --> | ||
− | + | </div><!-- end row --> | |
− | + | ||
− | + | ||
− | + | ||
+ | </div><!-- end col-sm-6 --> | ||
− | |||
− | + | <div class="col-sm-6"> | |
− | + | <h1>Folding Mechanism</h1> | |
+ | <p>This is how we do it. </p> | ||
− | |||
− | + | <div class="row panel"> | |
− | + | ||
− | + | ||
− | + | ||
− | + | <div class="col-sm-8"> | |
+ | <h3>Bio-Pigment</h3> | ||
+ | <p>With the infrared light and bacteria produced pigment... WE CAN RULE THE WORLD BWAHAHAHA</p> | ||
+ | <p><a class="btn btn-warning" href="#" role="button">Learn more</a></p> | ||
+ | </div><!-- end col-sm-8 --> | ||
− | + | <div class="col-sm-4"> | |
− | + | <img src="http://lorempixel.com/150/150" class="img-rounded" alt="Vision Pic"> | |
− | + | </div><!-- end col-sm-4 --> | |
− | / | + | </div><!-- end row --> |
− | + | <div class="row well"> | |
− | + | ||
− | + | ||
− | + | ||
+ | <div class="col-sm-4"> | ||
+ | <img src="http://lorempixel.com/450/450" class="img-responsive img-rounded" alt="Vision Pic"> | ||
+ | </div><!-- end col-sm-4 --> | ||
+ | <div class="col-sm-8"> | ||
+ | <h3>Spores aka HYDRA</h3> | ||
+ | <p>Spores are sooooo silly. Bacilus Subtilus and everything. </p> | ||
+ | <p><a class="btn btn-info" href="#" role="button">Learn about HYDRA</a></p> | ||
+ | </div><!-- end col-sm-8 --> | ||
− | / | + | </div><!-- end row --> |
− | + | </div><!-- end col-sm-6 --> | |
− | + | ||
− | + | ||
− | + | </div><!-- end container --> | |
− | + | ||
− | + | ||
− | + | <div class="container"> | |
+ | <div class="row well"> | ||
+ | <h1>CRATER <small>SHALL RULE THE WORLD</small></h1> | ||
+ | <p>See how Danny, Kirsten, and Jack? revoluationize synthetic biology forever!!!! Click below to find out more :D</p> | ||
+ | <a class="btn btn-danger btn-raised btn-lg" href="https://2015.igem.org/Team:Stanford-Brown/CRATER">CRATER!!!!!!</a> | ||
− | + | </div> | |
− | + | ||
− | + | </div> | |
− | + | ||
− | } | + | |
+ | </body> | ||
+ | |||
+ | </html> | ||
+ | |||
+ | {{Stanford-Brown_Footer}} | ||
+ | {{:Team:Stanford-Brown/Templates/AddJS|:Team:Stanford-Brown/js/custom}} |
Revision as of 23:48, 23 August 2015
Our Vision
Imagine the ability to produce plastics without petrochemicals. We wanted to engineer bacteria to become bioplastic factories so on space colonies plastics could be produced and unilized.
How are we doing this?
Bioplastics, substrates, cellulose, CRATER, PHA, Polystyrene, Biopigments. Wow. Much fold. Very NASA.
Substrates
Substrates? More like contraints! Hmmmmmm
Cellulose
Man this cellulose stuff is smelly. Hopefully we can use this as a substrate some howw.......
Bio-Plastics
Look at this we are working on two plastics. The first is polystyrene, and the other is P(3HB)
Folding Mechanism
This is how we do it.
Bio-Pigment
With the infrared light and bacteria produced pigment... WE CAN RULE THE WORLD BWAHAHAHA
CRATER SHALL RULE THE WORLD
See how Danny, Kirsten, and Jack? revoluationize synthetic biology forever!!!! Click below to find out more :D
CRATER!!!!!!