Line 2: | Line 2: | ||
<html> | <html> | ||
<head> | <head> | ||
+ | <meta name="viewport" content="width=device-width, initial-scale=1"> | ||
<style> | <style> | ||
+ | |||
section { | section { | ||
Line 10: | Line 12: | ||
height: auto; | height: auto; | ||
background-color:#fff; | background-color:#fff; | ||
+ | } | ||
− | + | .adjust1{ | |
− | . | + | margin:auto;width:100%; margin-bottom:0; |
− | + | } | |
− | + | .adjust2{ | |
− | + | margin:0; | |
− | + | } | |
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | } | + | |
− | + | ||
− | . | + | |
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | } | + | |
− | . | + | .carousel-control{ |
− | + | color:#000000; width:5%; | |
− | } | + | } |
+ | .carousel-control:hover, | ||
+ | .carousel-control:focus{ | ||
+ | color:#31708f; | ||
+ | } | ||
+ | .carousel-control.left, | ||
+ | .carousel-control.right{ | ||
+ | background-image: none; | ||
+ | } | ||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
</style> | </style> | ||
</head> | </head> | ||
<script> | <script> | ||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
+ | $('#mycarousel1').carousel({ | ||
+ | interval: 500, | ||
+ | keyboard: true | ||
+ | }); | ||
+ | $('#mycarousel').carousel({ | ||
+ | interval: 500, | ||
+ | keyboard: true | ||
+ | }); | ||
+ | $('#mycarousel2').carousel({ | ||
+ | interval: 500, | ||
+ | keyboard: true | ||
+ | }); | ||
</script> | </script> | ||
</style> | </style> | ||
<body> | <body> | ||
+ | |||
Line 152: | Line 85: | ||
</ul> | </ul> | ||
− | </div> | + | |
− | <div id=" | + | </div> |
− | < | + | |
− | < | + | <div id="myCarousel" class="carousel slide" data-ride="carousel"> |
− | <img src="https://static.igem.org/mediawiki/2017/ | + | <!-- 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> | ||
+ | |||
+ | <!-- Wrapper for slides --> | ||
+ | <div class="carousel-inner"> | ||
+ | <div class="item active"> | ||
+ | <img src="https://static.igem.org/mediawiki/2017/8/8e/Daycamp1.png" > | ||
</div> | </div> | ||
− | < | + | <div class="item"> |
− | < | + | <img src="https://static.igem.org/mediawiki/2017/9/91/Daycamp2.png" > |
− | < | + | </div> |
− | < | + | |
− | < | + | <div class="item"> |
− | < | + | <img src="https://static.igem.org/mediawiki/2017/1/14/Daycamp3.png" > |
− | < | + | </div> |
− | < | + | |
− | < | + | </div> |
− | < | + | |
− | < | + | <!-- Left and right controls --> |
− | < | + | <a class="left carousel-control" href="#myCarousel" data-slide="prev"> |
− | < | + | <span class="glyphicon glyphicon-chevron-left"></span> |
− | < | + | <span class="sr-only">Previous</span> |
− | < | + | </a> |
− | < | + | <a class="right carousel-control" href="#myCarousel" data-slide="next"> |
+ | <span class="glyphicon glyphicon-chevron-right"></span> | ||
+ | <span class="sr-only">Next</span> | ||
+ | </a> | ||
+ | </div> | ||
+ | </section> | ||
+ | |||
+ | <section id="section02"> | ||
+ | <div class="splash" id="mainsplash"> | ||
+ | |||
<br> | <br> | ||
<br> | <br> | ||
Line 199: | Line 151: | ||
<br> | <br> | ||
<div id="images"> | <div id="images"> | ||
− | |||
− | |||
+ | <div id="myCarousel1" class="carousel slide" data-ride="carousel"> | ||
+ | <!-- Indicators --> | ||
+ | <ol class="carousel-indicators"> | ||
+ | <li data-target="#myCarousel1" data-slide-to="0" class="active"></li> | ||
+ | <li data-target="#myCarousel1" data-slide-to="1"></li> | ||
+ | </ol> | ||
+ | |||
+ | <!-- Wrapper for slides --> | ||
+ | <div class="carousel-inner"> | ||
+ | <div class="item active"> | ||
+ | <img src="https://static.igem.org/mediawiki/2017/8/85/Diybio1.png" > | ||
</div> | </div> | ||
− | < | + | |
− | < | + | <div class="item"> |
− | < | + | <img src="https://static.igem.org/mediawiki/2017/f/f5/Diybio2.png" > |
− | < | + | </div> |
− | < | + | |
− | < | + | </div> |
− | < | + | |
− | < | + | <!-- Left and right controls --> |
− | < | + | <a class="left carousel-control" href="#myCarousel1" data-slide="prev"> |
− | < | + | <span class="glyphicon glyphicon-chevron-left"></span> |
+ | <span class="sr-only">Previous</span> | ||
+ | </a> | ||
+ | <a class="right carousel-control" href="#myCarousel1" data-slide="next"> | ||
+ | <span class="glyphicon glyphicon-chevron-right"></span> | ||
+ | <span class="sr-only">Next</span> | ||
+ | </a> | ||
+ | </div> | ||
+ | |||
+ | </div> | ||
+ | |||
<br> | <br> | ||
Revision as of 18:08, 28 October 2017