Team:NJAU China
From 2014.igem.org
(Difference between revisions)
Line 1: | Line 1: | ||
- | |||
<html lang="en"> | <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"> | |
- | + | <meta name="description" content=""> | |
- | + | <meta name="author" content=""> | |
- | + | <link rel="icon" href="../../favicon.ico"> | |
+ | <title>Carousel Template for Bootstrap</title> | ||
- | + | <!-- ?? Bootstrap ???? CSS ??? --> | |
- | + | ||
- | + | ||
- | + | ||
- | + | ||
<link rel="stylesheet" href="http://cdn.bootcss.com/bootstrap/3.2.0/css/bootstrap.min.css"> | <link rel="stylesheet" href="http://cdn.bootcss.com/bootstrap/3.2.0/css/bootstrap.min.css"> | ||
- | |||
- | |||
<!-- jQuery??????????bootstrap.min.js ?????? --> | <!-- jQuery??????????bootstrap.min.js ?????? --> | ||
Line 24: | Line 18: | ||
<script src="http://cdn.bootcss.com/bootstrap/3.2.0/js/bootstrap.min.js"></script> | <script src="http://cdn.bootcss.com/bootstrap/3.2.0/js/bootstrap.min.js"></script> | ||
- | + | <!-- HTML5 shim and Respond.js IE8 support of HTML5 elements and media queries --> | |
- | + | <!--[if lt IE 9]> | |
<script src="https://oss.maxcdn.com/html5shiv/3.7.2/html5shiv.min.js"></script> | <script src="https://oss.maxcdn.com/html5shiv/3.7.2/html5shiv.min.js"></script> | ||
<script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script> | <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script> | ||
<![endif]--> | <![endif]--> | ||
- | + | <!-- Custom styles for this template --> | |
- | + | <link href="carousel.css" rel="stylesheet"> | |
- | + | </head> | |
<!-- NAVBAR | <!-- NAVBAR | ||
================================================== --> | ================================================== --> | ||
- | + | <body> | |
- | + | <div class="navbar-wrapper"> | |
- | + | <div class="container"> | |
- | + | <div class="navbar navbar-fixed-top navbar-inverse" role="navigation"> | |
- | <div class="navbar navbar-fixed-top navbar-inverse" role="navigation"> | + | |
<div class="container"> | <div class="container"> | ||
<div class="navbar-header"> | <div class="navbar-header"> | ||
- | <button type="button" class="navbar-toggle collapsed" data-toggle="collapse" data-target=".navbar-collapse"> | + | <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> |
- | + | <a class="navbar-brand" href="#">Project name</a> </div> | |
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | <a class="navbar-brand" href="#">Project name</a> | + | |
- | + | ||
<div class="collapse navbar-collapse"> | <div class="collapse navbar-collapse"> | ||
<ul class="nav navbar-nav"> | <ul class="nav navbar-nav"> | ||
- | <li class="active"><a href=" | + | <li class="active"><a href="https://2014.igem.org/Team:NJAU_China" class="unselect">Home</a></li> |
- | <li><a href=" | + | <li><a href="https://2014.igem.org/Team:NJAU_China/Team" class="unselect">Team</a></li> |
- | <li><a href=" | + | <li><a href="https://igem.org/Team.cgi?year=2014" class="unselect">Official Team Profile </a></li> |
+ | <li><a href="https://2014.igem.org/Team:NJAU_China/Project">Project</a></li> | ||
+ | <li><a href="https://2014.igem.org/Team:NJAU_China/Parts" class="unselect">Parts</a></li> | ||
+ | <li><a href="https://2014.igem.org/Team:NJAU_China/Modeling" class="unselect">Modeling</a></li> | ||
+ | <li><a href="https://2014.igem.org/Team:NJAU_China/Notebook" class="unselect">Notebook</a></li> | ||
+ | <li><a href="https://2014.igem.org/Team:NJAU_China/Safety" class="unselect">Safety</a></li> | ||
+ | <li><a href="https://2014.igem.org/Team:NJAU_China/Attributions" class="unselect">Attributions</a></li> | ||
</ul> | </ul> | ||
- | </div><!-- /.nav-collapse --> | + | </div> |
- | + | <!-- /.nav-collapse --> | |
- | + | ||
- | + | ||
</div> | </div> | ||
+ | <!-- /.container --> | ||
</div> | </div> | ||
+ | <!-- /.navbar --> | ||
+ | |||
+ | </div> | ||
+ | </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 text-center"> <img src="https://static.igem.org/mediawiki/2014/d/d3/Njau_slide1.jpg" alt="First slide" class="text-center"> | |
- | + | <div class="container"> | |
- | + | <div class="carousel-caption"> | |
- | + | <h1>Example headline.</h1> | |
- | + | <p>Note: If you're viewing this page via a <code>file://</code> URL, the "next" and "previous" Glyphicon buttons on the left and right might not load/display properly due to web browser security rules.</p> | |
- | + | <p><a class="btn btn-lg btn-primary" href="#" role="button">Sign up today</a></p> | |
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
</div> | </div> | ||
</div> | </div> | ||
- | + | </div> | |
- | + | <div class="item text-center"> <img src="https://static.igem.org/mediawiki/2014/2/24/Njau_slide2.jpg" alt="Second slide"> | |
- | + | <div class="container"> | |
- | + | <div class="carousel-caption"> | |
- | + | <h1>Another example headline.</h1> | |
- | + | <p>Cras justo odio, dapibus ac facilisis in, egestas eget quam. Donec id elit non mi porta gravida at eget metus. Nullam id dolor id nibh ultricies vehicula ut id elit.</p> | |
- | + | <p><a class="btn btn-lg btn-primary" href="#" role="button">Learn more</a></p> | |
- | + | ||
- | </div | + | |
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | <div class=" | + | |
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | <div class=" | + | |
- | < | + | |
- | + | ||
- | <p> | + | |
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | <p><a class="btn btn- | + | |
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
</div> | </div> | ||
</div> | </div> | ||
- | + | </div> | |
- | + | <div class="item text-center"> <img src="https://static.igem.org/mediawiki/2014/6/62/Njau_slide3.jpg" alt="Third slide"> | |
- | + | <div class="container"> | |
- | + | <div class="carousel-caption"> | |
- | + | <h1>One more for good measure.</h1> | |
- | + | <p>Cras justo odio, dapibus ac facilisis in, egestas eget quam. Donec id elit non mi porta gravida at eget metus. Nullam id dolor id nibh ultricies vehicula ut id elit.</p> | |
- | + | <p><a class="btn btn-lg btn-primary" href="#" role="button">Browse gallery</a></p> | |
- | <div class=" | + | |
- | < | + | |
- | <p class=" | + | |
</div> | </div> | ||
</div> | </div> | ||
+ | </div> | ||
+ | </div> | ||
+ | <a class="left carousel-control" href="#myCarousel" role="button" data-slide="prev"> <span class="glyphicon glyphicon-chevron-left"></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"></span> <span class="sr-only">Next</span> </a> </div> | ||
+ | <!-- /.carousel --> | ||
- | + | <!-- Marketing messaging and featurettes | |
+ | ================================================== --> | ||
+ | <!-- Wrap the rest of the page in another container to center all the content. --> | ||
- | <div class="row featurette"> | + | <div class="container marketing"> |
- | + | ||
- | + | <!-- Three columns of text below the carousel --> | |
- | + | <div class="row"> | |
- | + | <div class="col-lg-4"> <img class="img-circle" src="https://static.igem.org/mediawiki/2014/c/c3/Avatar1.jpg" alt="Generic placeholder image" style="width: 140px; height: 140px;"> | |
- | + | <h2>Huiyu Li</h2> | |
- | + | <p>I love cat</p> | |
- | + | <p><a class="btn btn-default" href="#" role="button">View details »</a></p> | |
- | + | </div> | |
+ | <!-- /.col-lg-4 --> | ||
+ | <div class="col-lg-4"> <img class="img-circle" src="https://static.igem.org/mediawiki/2014/e/e8/Avatar2.jpg" alt="Generic placeholder image" style="width: 140px; height: 140px;"> | ||
+ | <h2>Heng Xu</h2> | ||
+ | <p>I love cat</p> | ||
+ | <p><a class="btn btn-default" href="#" role="button">View details »</a></p> | ||
+ | </div> | ||
+ | <!-- /.col-lg-4 --> | ||
+ | <div class="col-lg-4"> <img class="img-circle" src="https://static.igem.org/mediawiki/2014/4/46/Avatar3.jpg" alt="Generic placeholder image" style="width: 140px; height: 140px;"> | ||
+ | <h2>Zhenxiong Jiang</h2> | ||
+ | <p>I love cat</p> | ||
+ | <p><a class="btn btn-default" href="#" role="button">View details »</a></p> | ||
+ | </div> | ||
+ | <!-- /.col-lg-4 --> | ||
+ | </div> | ||
+ | <!-- /.row --> | ||
+ | |||
+ | <!-- START THE FEATURETTES --> | ||
+ | |||
+ | <hr class="featurette-divider"> | ||
+ | <div class="row featurette"> | ||
+ | <div class="col-md-7"> | ||
+ | <h2 class="featurette-heading">First featurette heading. <span class="text-muted">It'll blow your mind.</span></h2> | ||
+ | <p class="lead">Donec ullamcorper nulla non metus auctor fringilla. Vestibulum id ligula porta felis euismod semper. Praesent commodo cursus magna, vel scelerisque nisl consectetur. Fusce dapibus, tellus ac cursus commodo.</p> | ||
+ | </div> | ||
+ | <div class="col-md-5"> <img class="featurette-image img-responsive" data-src="holder.js/500x500/auto" alt="Generic placeholder image"> </div> | ||
+ | </div> | ||
+ | <hr class="featurette-divider"> | ||
+ | <div class="row featurette"> | ||
+ | <div class="col-md-5"> <img class="featurette-image img-responsive" data-src="holder.js/500x500/auto" alt="Generic placeholder image"> </div> | ||
+ | <div class="col-md-7"> | ||
+ | <h2 class="featurette-heading">Oh yeah, it's that good. <span class="text-muted">See for yourself.</span></h2> | ||
+ | <p class="lead">Donec ullamcorper nulla non metus auctor fringilla. Vestibulum id ligula porta felis euismod semper. Praesent commodo cursus magna, vel scelerisque nisl consectetur. Fusce dapibus, tellus ac cursus commodo.</p> | ||
+ | </div> | ||
+ | </div> | ||
+ | <hr class="featurette-divider"> | ||
+ | <div class="row featurette"> | ||
+ | <div class="col-md-7"> | ||
+ | <h2 class="featurette-heading">And lastly, this one. <span class="text-muted">Checkmate.</span></h2> | ||
+ | <p class="lead">Donec ullamcorper nulla non metus auctor fringilla. Vestibulum id ligula porta felis euismod semper. Praesent commodo cursus magna, vel scelerisque nisl consectetur. Fusce dapibus, tellus ac cursus commodo.</p> | ||
+ | </div> | ||
+ | <div class="col-md-5"> <img class="featurette-image img-responsive" data-src="holder.js/500x500/auto" alt="Generic placeholder image"> </div> | ||
+ | </div> | ||
+ | <hr class="featurette-divider"> | ||
+ | |||
+ | <!-- /END THE FEATURETTES --> | ||
+ | |||
+ | <!-- FOOTER --> | ||
+ | <footer> | ||
+ | <p class="pull-right"><a href="#">Back to top</a></p> | ||
+ | <p>© 2014 Company, Inc. · <a href="#">Privacy</a> · <a href="#">Terms</a></p> | ||
+ | </footer> | ||
+ | </div> | ||
+ | <!-- /.container --> | ||
- | + | <!-- Bootstrap core JavaScript | |
- | + | ================================================== --> | |
- | + | <!-- Placed at the end of the document so the pages load faster --> | |
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | ================================================== --> | + | |
- | + | ||
<!-- ?? Bootstrap ???? CSS ??? --> | <!-- ?? Bootstrap ???? CSS ??? --> | ||
<link rel="stylesheet" href="http://cdn.bootcss.com/bootstrap/3.2.0/css/bootstrap.min.css"> | <link rel="stylesheet" href="http://cdn.bootcss.com/bootstrap/3.2.0/css/bootstrap.min.css"> | ||
Line 207: | Line 176: | ||
<link rel="stylesheet" href="http://cdn.bootcss.com/bootstrap/3.2.0/css/bootstrap-theme.min.css"> | <link rel="stylesheet" href="http://cdn.bootcss.com/bootstrap/3.2.0/css/bootstrap-theme.min.css"> | ||
- | <!-- jQuery??????????bootstrap.min.js ?????? --> | + | <!-- jQuery??????????bootstrap.min.js ?????? --> |
- | <script src="http://cdn.bootcss.com/jquery/1.11.1/jquery.min.js"></script> | + | <script src="http://cdn.bootcss.com/jquery/1.11.1/jquery.min.js"></script> |
- | <!-- ???��? Bootstrap ???? JavaScript ??? --> | + | <!-- ???��? Bootstrap ???? JavaScript ??? --> |
<script src="http://cdn.bootcss.com/bootstrap/3.2.0/js/bootstrap.min.js"></script> | <script src="http://cdn.bootcss.com/bootstrap/3.2.0/js/bootstrap.min.js"></script> | ||
- | + | </body> | |
</html> | </html> |
Revision as of 15:24, 21 July 2014
First featurette heading. It'll blow your mind.
Donec ullamcorper nulla non metus auctor fringilla. Vestibulum id ligula porta felis euismod semper. Praesent commodo cursus magna, vel scelerisque nisl consectetur. Fusce dapibus, tellus ac cursus commodo.
Oh yeah, it's that good. See for yourself.
Donec ullamcorper nulla non metus auctor fringilla. Vestibulum id ligula porta felis euismod semper. Praesent commodo cursus magna, vel scelerisque nisl consectetur. Fusce dapibus, tellus ac cursus commodo.
And lastly, this one. Checkmate.
Donec ullamcorper nulla non metus auctor fringilla. Vestibulum id ligula porta felis euismod semper. Praesent commodo cursus magna, vel scelerisque nisl consectetur. Fusce dapibus, tellus ac cursus commodo.