Team:Northwestern
From 2014.igem.org
Line 1: | Line 1: | ||
{{CSS/Main}} | {{CSS/Main}} | ||
{{:Team:Northwestern/Templates/Reset}} | {{:Team:Northwestern/Templates/Reset}} | ||
- | {{ | + | {{Team:Northwestern/Template/bootstrap}} |
- | {{:Team:Northwestern/Templates/ | + | {{Team:Northwestern/Template/nav}} |
+ | {{Team:Northwestern/Templates/Slider}} | ||
<html> | <html> | ||
<!DOCTYPE HTML> | <!DOCTYPE HTML> | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
<html> | <html> | ||
<head> | <head> | ||
- | + | <meta charset="utf-8"> | |
- | + | <meta http-equiv="X-UA-Compatible" content="IE=edge"> | |
- | + | <meta name="viewport" content="width=device-width, initial-scale=1"> | |
- | + | <meta name="description" content=""> | |
- | + | <meta name="author" content=""> | |
- | + | ||
- | + | ||
- | + | <title>Home</title> | |
- | + | ||
- | + | ||
- | + | <style> | |
- | + | ||
- | + | h1, h2, h3, h4 { | |
- | + | border: none; | |
+ | text-decoration: none; | ||
+ | } | ||
+ | |||
+ | .jumbotron { | ||
+ | text-align: center; | ||
+ | background-color: transparent; | ||
+ | } | ||
+ | .jumbotron .btn { | ||
+ | padding: 14px 24px; | ||
+ | font-size: 21px; | ||
+ | } | ||
+ | |||
+ | |||
+ | /* GLOBAL STYLES | ||
+ | -------------------------------------------------- */ | ||
+ | /* Padding below the footer and lighter body text */ | ||
+ | |||
+ | body { | ||
+ | padding-bottom: 40px; | ||
+ | color: #5a5a5a; | ||
+ | } | ||
+ | |||
+ | |||
+ | /* CUSTOMIZE THE CAROUSEL | ||
+ | -------------------------------------------------- */ | ||
+ | |||
+ | /* Carousel base class */ | ||
+ | .carousel { | ||
+ | height: 500px; | ||
+ | margin-bottom: 60px; | ||
+ | } | ||
+ | /* Since positioning the image, we need to help out the caption */ | ||
+ | .carousel-caption { | ||
+ | z-index: 10; | ||
+ | } | ||
+ | |||
+ | /* Declare heights because of positioning of img element */ | ||
+ | .carousel .item { | ||
+ | height: 500px; | ||
+ | background-color: #777; | ||
+ | } | ||
+ | .carousel-inner > .item > img { | ||
+ | position: absolute; | ||
+ | top: 0; | ||
+ | left: 0; | ||
+ | min-width: 100%; | ||
+ | height: 500px; | ||
+ | } | ||
+ | |||
+ | |||
+ | |||
+ | /* MARKETING CONTENT | ||
+ | -------------------------------------------------- */ | ||
+ | |||
+ | /* Center align the text within the three columns below the carousel */ | ||
+ | .marketing .col-lg-4 { | ||
+ | margin-bottom: 20px; | ||
+ | text-align: center; | ||
+ | } | ||
+ | .marketing h2 { | ||
+ | font-weight: normal; | ||
+ | } | ||
+ | .marketing .col-lg-4 p { | ||
+ | margin-right: 10px; | ||
+ | margin-left: 10px; | ||
+ | } | ||
+ | |||
+ | |||
+ | /* Featurettes | ||
+ | ------------------------- */ | ||
+ | |||
+ | .featurette-divider { | ||
+ | margin: 80px 0; /* Space out the Bootstrap <hr> more */ | ||
+ | } | ||
+ | |||
+ | /* Thin out the marketing headings */ | ||
+ | .featurette-heading { | ||
+ | font-weight: 300; | ||
+ | line-height: 1; | ||
+ | letter-spacing: -1px; | ||
+ | } | ||
+ | |||
+ | |||
+ | |||
+ | /* RESPONSIVE CSS | ||
+ | -------------------------------------------------- */ | ||
+ | |||
+ | @media (min-width: 768px) { | ||
+ | |||
+ | /* Navbar positioning foo */ | ||
+ | .navbar-wrapper { | ||
+ | margin-top: 20px; | ||
+ | } | ||
+ | .navbar-wrapper .container { | ||
+ | padding-right: 15px; | ||
+ | padding-left: 15px; | ||
+ | } | ||
+ | .navbar-wrapper .navbar { | ||
+ | padding-right: 0; | ||
+ | padding-left: 0; | ||
+ | } | ||
+ | |||
+ | /* The navbar becomes detached from the top, so we round the corners */ | ||
+ | .navbar-wrapper .navbar { | ||
+ | border-radius: 4px; | ||
+ | } | ||
+ | |||
+ | /* Bump up size of carousel content */ | ||
+ | .carousel-caption p { | ||
+ | margin-bottom: 20px; | ||
+ | font-size: 21px; | ||
+ | line-height: 1.4; | ||
+ | } | ||
+ | |||
+ | .featurette-heading { | ||
+ | font-size: 50px; | ||
+ | } | ||
+ | } | ||
+ | |||
+ | @media (min-width: 992px) { | ||
+ | .featurette-heading { | ||
+ | margin-top: 120px; | ||
+ | } | ||
+ | } | ||
+ | </style> | ||
+ | </head> | ||
+ | |||
+ | <body> | ||
+ | <div class="navbar-wrapper"> | ||
+ | <div class="container"> | ||
+ | |||
+ | <div class="navbar navbar-inverse navbar-fixed-top" role="navigation"> | ||
+ | <div class="container"> | ||
+ | <div class="navbar-header"> | ||
+ | <button type="button" class="navbar-toggle collapsed" data-toggle="collapse" data-target=".navbar-collapse"> | ||
+ | <span class="sr-only">Toggle navigation</span> | ||
+ | <span class="icon-bar"></span> | ||
+ | <span class="icon-bar"></span> | ||
+ | <span class="icon-bar"></span> | ||
+ | </button> | ||
- | + | </div> | |
- | + | <div class="navbar-collapse collapse"> | |
- | + | <ul class="nav navbar-nav"> | |
- | + | <li class="active"><a href="#">Home</a></li> | |
- | + | <li><a href="https://2014.igem.org/Team:Northwestern/Project">Project</a></li> | |
- | + | <li><a href="https://2014.igem.org/Team:Northwestern/Team">Team</a></li> | |
- | + | <li><a href="https://2014.igem.org/Team:Northwestern/Safety">Safety</a></li> | |
+ | <li><a href="https://2014.igem.org/Team:Northwestern/Notebook">Notebook</a></li> | ||
+ | <li class="dropdown"> | ||
+ | <a href="#"class="dropdown-toggle" data-toggle="dropdown">To be fixed soon<span class="caret"></span></a> | ||
+ | <ul class="dropdown-menu" role="menu"> | ||
+ | <li><a href="#">Action</a></li> | ||
+ | <li><a href="#">Another action</a></li> | ||
+ | <li><a href="#">Something else here</a></li> | ||
+ | <li class="divider"></li> | ||
+ | <li class="dropdown-header">Nav header</li> | ||
+ | <li><a href="#">Separated link</a></li> | ||
+ | <li><a href="#">One more separated link</a></li> | ||
+ | </ul> | ||
+ | </li> | ||
+ | </ul> | ||
+ | </div> | ||
+ | </div> | ||
+ | </div> | ||
- | + | </div> | |
- | + | </div> | |
- | + | ||
- | + | <div class="container"> | |
- | + | <div class="jumbotron"> | |
- | + | <h1>NU Models: Breaking Down Walls!</h1> | |
- | + | <p class="lead">NU Models seeks to expand promoter and ribosome binding site characterization of E. Coli to other non-model organisms chosen for their promise in other fields of research. All processes take place in a cell-free system to provide a consistent characterization platform. This information is useful in synthetic biology applications for healthcare, the environment, and industry as it provides a basis for DNA design in organisms other than E. coli that are more optimized for the needs of a given application.</p> | |
- | + | <p><a class="btn btn-lg btn-success" href="http:2014.igem.org/Team:Northwestern/Project" role="button">Learn More</a></p> | |
- | + | </div> | |
- | < | + | |
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
</div> | </div> | ||
- | + | <div class="container"> | |
- | + | <div class="row"> | |
- | + | <div class="col-lg-4"> | |
- | + | <h2>Accomplishments</h2> | |
- | + | <p>parts submitted, and etc | |
- | + | </p> | |
- | + | <p><a class="btn btn-primary" href="#" role="button">View details</a></p> | |
- | + | </div> | |
- | + | <div class="col-lg-4"> | |
- | + | <h2>Heading</h2> | |
- | + | <p>Donec id elit non mi porta gravida at eget metus. Fusce dapibus, tellus ac cursus commodo, tortor mauris condimentum nibh, ut fermentum massa justo sit amet risus. Etiam porta sem malesuada magna mollis euismod. Donec sed odio dui. </p> | |
- | + | <p><a class="btn btn-primary" href="#" role="button">View details »</a></p> | |
- | + | </div> | |
- | + | <div class="col-lg-4"> | |
- | + | <h2>Heading</h2> | |
- | + | <p>Donec sed odio dui. Cras justo odio, dapibus ac facilisis in, egestas eget quam. Vestibulum id ligula porta felis euismod semper. Fusce dapibus, tellus ac cursus commodo, tortor mauris condimentum nibh, ut fermentum massa.</p> | |
- | + | <p><a class="btn btn-primary" href="#" role="button">View details »</a></p> | |
- | + | </div> | |
- | + | </div> | |
- | + | </div> | |
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | <!-- FOOTER --> | |
- | + | <footer> | |
+ | <div class="container"> | ||
+ | <p class="pull-right"><a href="#">Back to top</a></p> | ||
+ | <p>© 2014 Company, Inc. · <a href="#">Hm</a> · <a href="www.bootstrap.com">Bootstrap</a></p> | ||
+ | </footer> | ||
- | + | </div><!-- /.container --> | |
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | |||
+ | <!-- Bootstrap core JavaScript | ||
+ | ================================================== --> | ||
+ | <!-- Placed at the end of the document so the pages load faster --> | ||
+ | <script src="https://ajax.googleapis.com/ajax/libs/jquery/1.11.1/jquery.min.js"></script> | ||
+ | <script type="text/javascript> | ||
+ | $(document).ready(function(){ | ||
+ | $('.bxslider').bxSlider({ | ||
+ | responsive: false, | ||
+ | auto: true, | ||
+ | autoHover: true | ||
+ | }); | ||
+ | }); | ||
+ | </script> | ||
+ | <script src="http:2014.igem.org/Team:Northwestern/bootstrap.js"></script> | ||
+ | <script src="../../assets/js/docs.min.js"></script> | ||
+ | <!-- IE10 viewport hack for Surface/desktop Windows 8 bug --> | ||
+ | <script src="../../assets/js/ie10-viewport-bug-workaround.js"></script> | ||
+ | </body> | ||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
</html> | </html> |
Revision as of 03:58, 1 September 2014
NU Models: Breaking Down Walls!
NU Models seeks to expand promoter and ribosome binding site characterization of E. Coli to other non-model organisms chosen for their promise in other fields of research. All processes take place in a cell-free system to provide a consistent characterization platform. This information is useful in synthetic biology applications for healthcare, the environment, and industry as it provides a basis for DNA design in organisms other than E. coli that are more optimized for the needs of a given application.
Heading
Donec id elit non mi porta gravida at eget metus. Fusce dapibus, tellus ac cursus commodo, tortor mauris condimentum nibh, ut fermentum massa justo sit amet risus. Etiam porta sem malesuada magna mollis euismod. Donec sed odio dui.
Heading
Donec sed odio dui. Cras justo odio, dapibus ac facilisis in, egestas eget quam. Vestibulum id ligula porta felis euismod semper. Fusce dapibus, tellus ac cursus commodo, tortor mauris condimentum nibh, ut fermentum massa.