(2 intermediate revisions by the same user not shown) | |||
Line 5: | Line 5: | ||
<style type="text/css"> | <style type="text/css"> | ||
+ | <link href='http://fonts.googleapis.com/css?family=Oswald' rel='stylesheet' type='text/css' /> | ||
+ | |||
+ | @import url(http://fonts.googleapis.com/css?family=Varela+Round); | ||
+ | |||
+ | html, body { background: #333 url("http://codepen.io/images/classy_fabric.png"); } | ||
+ | |||
+ | |||
+ | |||
+ | h1{ | ||
+ | font-family: 'Oswald', Arial, sans-serif; | ||
+ | margin-top:0; | ||
+ | margin-left:3%; | ||
+ | padding:0px 30px 30px 30px; | ||
+ | font-size:40px; | ||
+ | color:#333; | ||
+ | text-align: center; | ||
+ | } | ||
+ | |||
+ | |||
+ | |||
+ | h2{ | ||
+ | font-family: 'Oswald', Arial, sans-serif; | ||
+ | margin-top:8%; | ||
+ | padding:0px 30px 30px 30px; | ||
+ | font-size:30px; | ||
+ | color:#17A3B5 ; | ||
+ | text-align: center; | ||
+ | } | ||
+ | |||
+ | h3{ | ||
+ | font-family: 'Oswald', Arial, sans-serif; | ||
+ | margin-top:-2%; | ||
+ | padding:0px 30px 30px 30px; | ||
+ | font-size:15px; | ||
+ | color:#333; | ||
+ | text-align: center; | ||
+ | } | ||
+ | |||
+ | |||
+ | ul { | ||
+ | list-style:none; | ||
+ | |||
+ | } | ||
+ | .slides { | ||
+ | padding: 0; | ||
+ | width: 70%; | ||
+ | height: 450px; | ||
+ | display: block; | ||
+ | margin: 0 auto; | ||
+ | position: relative; | ||
+ | } | ||
+ | |||
+ | .slides * { | ||
+ | list-style-type: none; | ||
+ | user-select: none; | ||
+ | -ms-user-select: none; | ||
+ | -moz-user-select: none; | ||
+ | -khtml-user-select: none; | ||
+ | -webkit-user-select: none; | ||
+ | -webkit-touch-callout: none; | ||
+ | } | ||
+ | |||
+ | .slides input { | ||
+ | list-style-type: none; | ||
+ | display: none; } | ||
+ | |||
+ | .slide-container { | ||
+ | margin-left: 10%; | ||
+ | text-align: justify; | ||
+ | |||
+ | } | ||
+ | |||
+ | .slide { | ||
+ | list-style-type: none; | ||
+ | top: 0; | ||
+ | opacity: 0; | ||
+ | width: 90%; | ||
+ | height: 500px; | ||
+ | display: block; | ||
+ | position: absolute; | ||
+ | transform: scale(0); | ||
+ | transition: all .7s ease-in-out; | ||
+ | } | ||
+ | |||
+ | .slide img { | ||
+ | list-style-type: none; | ||
+ | width: 100%; | ||
+ | height: 450px; | ||
+ | } | ||
+ | |||
+ | .nav label { | ||
+ | width: 60px; | ||
+ | height: 100%; | ||
+ | display: none; | ||
+ | position: absolute; | ||
+ | opacity: 0; | ||
+ | z-index: 9; | ||
+ | cursor: pointer; | ||
+ | transition: opacity .2s; | ||
+ | color: #FFF; | ||
+ | font-size: 156pt; | ||
+ | text-align: justify; | ||
+ | line-height: 500px; | ||
+ | font-family: sans-serif; | ||
+ | background-color: rgba(255, 255, 255, .3); | ||
+ | text-shadow: 0px 0px 15px rgb(119, 119, 119); | ||
+ | margin-top:2%; | ||
+ | } | ||
+ | |||
+ | .slide:hover + .nav label { opacity: 0.5; } | ||
+ | |||
+ | .nav label:hover { opacity: 1; } | ||
+ | |||
+ | .nav .next { right: 0; } | ||
+ | |||
+ | input:checked + .slide-container .slide { | ||
+ | opacity: 1; | ||
+ | transform: scale(1); | ||
+ | transition: opacity 1s ease-in-out; | ||
+ | } | ||
+ | |||
+ | input:checked + .slide-container .nav label { display: block; } | ||
+ | |||
+ | .nav-dots { | ||
+ | width: 100%; | ||
+ | bottom: 9px; | ||
+ | height: 11px; | ||
+ | display: block; | ||
+ | position: absolute; | ||
+ | text-align: center; | ||
+ | } | ||
+ | |||
+ | .nav-dots .nav-dot { | ||
+ | top: -5px; | ||
+ | width: 11px; | ||
+ | height: 11px; | ||
+ | margin: 0 4px; | ||
+ | position: relative; | ||
+ | border-radius: 100%; | ||
+ | display: inline-block; | ||
+ | background-color: rgba(0, 0, 0, 0.6); | ||
+ | } | ||
+ | |||
+ | .nav-dots .nav-dot:hover { | ||
+ | cursor: pointer; | ||
+ | background-color: rgba(0, 0, 0, 0.8); | ||
+ | } | ||
+ | |||
+ | input#img-1:checked ~ .nav-dots label#img-dot-1, | ||
+ | input#img-2:checked ~ .nav-dots label#img-dot-2, | ||
+ | input#img-3:checked ~ .nav-dots label#img-dot-3, | ||
+ | input#img-4:checked ~ .nav-dots label#img-dot-4, | ||
+ | input#img-5:checked ~ .nav-dots label#img-dot-5, | ||
+ | background: rgba(0, 0, 0, 0.8); | ||
+ | } | ||
+ | |||
+ | |||
+ | |||
+ | |||
+ | |||
+ | #toparrow{ | ||
+ | position:relative; | ||
+ | z-index:2000; | ||
+ | font-size:0; | ||
+ | margin-top:0%; | ||
+ | margin-left:90%; | ||
+ | } | ||
+ | |||
+ | |||
+ | .multi-column{ | ||
+ | width:71%; | ||
+ | margin-left:15%; | ||
+ | margin-top:4%; | ||
+ | text-align : justify; | ||
+ | -moz-column-count:2; | ||
+ | -webkit-column-count:2; | ||
+ | -o-column-count:2; | ||
+ | column-count:2; | ||
+ | -moz-column-gap:1px; | ||
+ | -webkit-column-gap:20px; | ||
+ | -o-column-gap:20px; | ||
+ | column-gap:20px; | ||
− | |||
− | |||
− | |||
} | } | ||
</style> | </style> | ||
+ | |||
<body> | <body> | ||
+ | |||
+ | <h1><B>Awards obtained</B></h1> | ||
+ | |||
+ | |||
+ | <div class="multi-column"><p> | ||
+ | <center><img src="https://static.igem.org/mediawiki/2016/b/b7/T--Pasteur_Paris--medals_and_prizes.jpg" width="70%" alt=""/></center></br> | ||
+ | |||
+ | |||
+ | <B>Here are the medals and special prizes we won at the Giant Jamboree.</B></br></br></br> | ||
+ | <a href="https://igem.org/Results"><img src="https://static.igem.org/mediawiki/2016/f/fb/T--Pasteur_Paris--results.png" width="80%" alt=""/></a> | ||
+ | |||
+ | |||
+ | |||
+ | </br></br></p></div> | ||
+ | |||
+ | |||
+ | |||
+ | <h2><B>iGEM was a great adventure </B></h2> | ||
+ | <h3>that we will never forget</h3> | ||
+ | <ul class="slides"> | ||
+ | <input type="radio" name="radio-btn" id="img-1" checked /> | ||
+ | <li class="slide-container"> | ||
+ | <div class="slide"> | ||
+ | <p><img class="Photo paysage" src="https://static.igem.org/mediawiki/2016/1/1b/T--Pasteur_Paris--team_near_the_MIT.png" alt="" /> | ||
+ | </br></br></br> | ||
+ | </p> | ||
+ | </div> | ||
+ | |||
+ | <div class="nav"> | ||
+ | <label for="img-10" class="prev">‹</label> | ||
+ | <label for="img-2" class="next">›</label> | ||
+ | </div> | ||
+ | </li> | ||
+ | |||
+ | |||
+ | |||
+ | |||
+ | <input type="radio" name="radio-btn" id="img-2" /> | ||
+ | <li class="slide-container"> | ||
+ | <div class="slide"> | ||
+ | <p><img class="Photo paysage" src="https://static.igem.org/mediawiki/2016/e/ed/T--Pasteur_Paris--GROUPE.jpg" /> | ||
+ | </br></br></br> | ||
+ | </p> | ||
+ | </div> | ||
+ | <div class="nav"> | ||
+ | <label for="img-1" class="prev">‹</label> | ||
+ | <label for="img-3" class="next">›</label> | ||
+ | </div> | ||
+ | </li> | ||
+ | |||
+ | |||
+ | |||
+ | |||
+ | |||
+ | <input type="radio" name="radio-btn" id="img-3" /> | ||
+ | <li class="slide-container"> | ||
+ | <div class="slide"> | ||
+ | <p><img class="Photo paysage" src="https://static.igem.org/mediawiki/2016/d/d9/T--Pasteur_Paris--GJ_wall.png" alt="Photo de présentation TRAP" alt="Photo de présentation TRAP" /> | ||
+ | </br></br> | ||
+ | </p> | ||
+ | </div> | ||
+ | <div class="nav"> | ||
+ | <label for="img-2" class="prev">‹</label> | ||
+ | <label for="img-4" class="next">›</label> | ||
+ | </div> | ||
+ | </li> | ||
+ | |||
+ | <input type="radio" name="radio-btn" id="img-4" /> | ||
+ | <li class="slide-container"> | ||
+ | <div class="slide"> | ||
+ | <p><img class="Photo paysage" src="https://static.igem.org/mediawiki/2016/0/06/T--Pasteur_Paris--before_the_presentation.png" alt=""/> | ||
+ | </br></br> | ||
+ | </p> | ||
+ | </div> | ||
+ | <div class="nav"> | ||
+ | <label for="img-3" class="prev">‹</label> | ||
+ | <label for="img-5" class="next">›</label> | ||
+ | </div> | ||
+ | </li> | ||
+ | |||
+ | <input type="radio" name="radio-btn" id="img-5" /> | ||
+ | <li class="slide-container"> | ||
+ | <div class="slide"> | ||
+ | <p><img class="Photo paysage" src="https://static.igem.org/mediawiki/2016/2/2f/T--Pasteur_Paris--question_time.jpg" alt="" /> | ||
+ | </br></br> | ||
+ | </p> | ||
+ | </div> | ||
+ | <div class="nav"> | ||
+ | <label for="img-4" class="prev">‹</label> | ||
+ | <label for="img-6" class="next">›</label> | ||
+ | </div> | ||
+ | </li> | ||
+ | |||
+ | |||
+ | |||
+ | <input type="radio" name="radio-btn" id="img-6" /> | ||
+ | <li class="slide-container"> | ||
+ | <div class="slide"> | ||
+ | <p><img class="Photo paysage" src="https://static.igem.org/mediawiki/2016/6/66/T--Pasteur_Paris--xavier%27s_birthday29MAI.jpg" alt="Photo de présentation TRAP" /> | ||
+ | </br></br> | ||
+ | </p> | ||
+ | </div> | ||
+ | <div class="nav"> | ||
+ | <label for="img-5" class="prev">‹</label> | ||
+ | <label for="img-7" class="next">›</label> | ||
+ | </div> | ||
+ | </li> | ||
+ | |||
+ | <input type="radio" name="radio-btn" id="img-7" /> | ||
+ | <li class="slide-container"> | ||
+ | <div class="slide"> | ||
+ | <p><img class="Photo paysage" src="https://static.igem.org/mediawiki/2016/7/7f/T--Pasteur_Paris--Party.jpg" alt="" /> | ||
+ | </br></br> | ||
+ | </p> | ||
+ | </div> | ||
+ | <div class="nav"> | ||
+ | <label for="img-6" class="prev">‹</label> | ||
+ | <label for="img-8" class="next">›</label> | ||
+ | </div> | ||
+ | </li> | ||
+ | |||
+ | <input type="radio" name="radio-btn" id="img-8" /> | ||
+ | <li class="slide-container"> | ||
+ | <div class="slide"> | ||
+ | <p><img class="Photo paysage" src="https://static.igem.org/mediawiki/2016/9/99/T--Pasteur_Paris--POS2S.jpg" width="50%" alt="" /> | ||
+ | </br></br> | ||
+ | </p> | ||
+ | </div> | ||
+ | <div class="nav"> | ||
+ | <label for="img-7" class="prev">‹</label> | ||
+ | <label for="img-9" class="next">›</label> | ||
+ | </div> | ||
+ | </li> | ||
+ | |||
+ | <input type="radio" name="radio-btn" id="img-9" /> | ||
+ | <li class="slide-container"> | ||
+ | <div class="slide"> | ||
+ | <p><img class="Photo paysage" src="https://static.igem.org/mediawiki/2016/e/e0/T--Pasteur_Paris--special_prizes.jpg" alt="" /> | ||
+ | </br></br> | ||
+ | </p> | ||
+ | </div> | ||
+ | <div class="nav"> | ||
+ | <label for="img-8" class="prev">‹</label> | ||
+ | <label for="img-10" class="next">›</label> | ||
+ | </div> | ||
+ | </li> | ||
+ | |||
+ | <input type="radio" name="radio-btn" id="img-10" /> | ||
+ | <li class="slide-container"> | ||
+ | <div class="slide"> | ||
+ | <p><img class="Photo paysage" src="https://static.igem.org/mediawiki/2016/9/9f/T--Pasteur_Paris--mathier_and_victor.jpg" alt="" /> | ||
+ | </br></br> | ||
+ | </p> | ||
+ | </div> | ||
+ | <div class="nav"> | ||
+ | <label for="img-9" class="prev">‹</label> | ||
+ | <label for="img-1" class="next">›</label> | ||
+ | </div> | ||
+ | </li> | ||
+ | <li class="nav-dots"> | ||
+ | <label for="img-1" class="nav-dot" id="img-dot-1"></label> | ||
+ | <label for="img-2" class="nav-dot" id="img-dot-2"></label> | ||
+ | <label for="img-3" class="nav-dot" id="img-dot-3"></label> | ||
+ | <label for="img-4" class="nav-dot" id="img-dot-4"></label> | ||
+ | <label for="img-5" class="nav-dot" id="img-dot-5"></label> | ||
+ | <label for="img-6" class="nav-dot" id="img-dot-6"></label> | ||
+ | <label for="img-7" class="nav-dot" id="img-dot-7"></label> | ||
+ | <label for="img-8" class="nav-dot" id="img-dot-8"></label> | ||
+ | <label for="img-9" class="nav-dot" id="img-dot-9"></label> | ||
+ | <label for="img-10" class="nav-dot" id="img-dot-10"></label> | ||
+ | |||
+ | </li> | ||
+ | </ul> | ||
</body> | </body> | ||
</html> | </html> |