(93 intermediate revisions by 3 users not shown) | |||
Line 1: | Line 1: | ||
− | |||
<html> | <html> | ||
− | |||
− | |||
− | |||
− | |||
− | < | + | <head> |
− | + | ||
− | + | ||
+ | <style> | ||
+ | |||
+ | .center_box{ | ||
+ | height: 100px; | ||
+ | width: 120px; | ||
+ | } | ||
+ | |||
+ | #sideMenu, #top_title {display:none;} | ||
+ | #content { padding:0px; width:auto; margin-top:-7px; margin-left:0px;} | ||
+ | |||
+ | |||
+ | body { | ||
+ | background-color:white; | ||
+ | } | ||
+ | |||
+ | .block1{ | ||
+ | animation: fadeIn 1s ease 0s 1 normal; | ||
+ | -webkit-animation: fadeIn 1s ease 0s 1 normal; | ||
+ | height: 100px; | ||
+ | width: 150px; | ||
+ | } | ||
+ | |||
+ | .block2{ | ||
+ | animation: fadeIn 3s ease 0s 1 normal; | ||
+ | -webkit-animation: fadeIn 3s ease 0s 1 normal; | ||
+ | height: 100px; | ||
+ | width: 150px; | ||
+ | } | ||
+ | |||
+ | .block3{ | ||
+ | animation: fadeIn 5s ease 0s 1 normal; | ||
+ | -webkit-animation: fadeIn 5s ease 0s 1 normal; | ||
+ | height: 100px; | ||
+ | width: 120px; | ||
+ | } | ||
+ | |||
+ | .block4{ | ||
+ | animation: fadeIn 7s ease 0s 1 normal; | ||
+ | -webkit-animation: fadeIn 7s ease 0s 1 normal; | ||
+ | height: 100px; | ||
+ | width: 160px"; | ||
+ | } | ||
+ | |||
+ | .block5{ | ||
+ | animation: fadeIn 9s ease 0s 1 normal; | ||
+ | -webkit-animation: fadeIn 9s ease 0s 1 normal; | ||
+ | height: 80px; | ||
+ | width: 300px; | ||
+ | } | ||
+ | |||
+ | .block6{ | ||
+ | animation: fadeIn 11s ease 0s 1 normal; | ||
+ | -webkit-animation: fadeIn 11s ease 0s 1 normal; | ||
+ | height: 110px; | ||
+ | width: 200px; | ||
+ | } | ||
+ | |||
+ | |||
+ | .block7{ | ||
+ | animation: fadeIn 13s ease 0s 1 normal; | ||
+ | -webkit-animation: fadeIn 11s ease 0s 1 normal; | ||
+ | height: 80px; | ||
+ | width: 200px; | ||
+ | } | ||
+ | |||
+ | |||
+ | |||
+ | @keyframes fadeIn { | ||
+ | 0% {opacity: 0} | ||
+ | 100% {opacity: 1} | ||
+ | } | ||
+ | |||
+ | @-webkit-keyframes fadeIn { | ||
+ | 0% {opacity: 0} | ||
+ | 100% {opacity: 1} | ||
+ | } | ||
+ | |||
+ | </style> | ||
+ | </head> | ||
+ | |||
+ | <body> | ||
+ | <br> | ||
+ | <div id="floating-top" align="center" class="container"> | ||
+ | |||
+ | |||
+ | <a href="https://2016.igem.org/Team:HokkaidoU_Japan/Overview"><center> | ||
+ | <img src="https://static.igem.org/mediawiki/2016/3/30/T--HokkaidoU_Japan--Project.png" class="block1" alt="Project"></center></a> | ||
+ | |||
+ | <a href="https://2016.igem.org/Team:HokkaidoU_Japan/Notebook"><center> | ||
+ | <img src="https://static.igem.org/mediawiki/2016/e/e7/T--HokkaidoU_Japan--Notebook.png" class="block2" alt="Notebook"></center></a> | ||
+ | |||
+ | <a href="https://2016.igem.org/Team:HokkaidoU_Japan/Parts"><center> | ||
+ | <img src="https://static.igem.org/mediawiki/2016/b/bb/T--HokkaidoU_Japan--Parts.png" class="block3" alt="Parts"></center></a> | ||
+ | |||
+ | <a href="https://2016.igem.org/Team:HokkaidoU_Japan/Human_Practices"><center> | ||
+ | <img src="https://static.igem.org/mediawiki/2016/9/93/T--HokkaidoU_Japan--Human_Practice.png" alt="Human_Practice" class="block4"></center></a> | ||
+ | <br> | ||
+ | |||
+ | <a href="https://2016.igem.org/Team:HokkaidoU_Japan/Proof"><center> | ||
+ | <img src="https://static.igem.org/mediawiki/2016/5/58/T--HokkaidoU_Japan--proof_of_concept.png" alt="Proof" class="block5"></center></a> | ||
+ | |||
+ | <a href="https://2016.igem.org/Team:HokkaidoU_Japan/Overview#Achievement"><center> | ||
+ | <img src="https://static.igem.org/mediawiki/2016/3/39/T--HokkaidoU_Japan--Achievement.png" alt="Achievement" class="block6"></center></a> | ||
+ | |||
+ | <a href="https://2016.igem.org/Team:HokkaidoU_Japan/Attributions"><center> | ||
+ | <img src="https://static.igem.org/mediawiki/2016/5/5e/T--HokkaidoU_Japan--attribution.png" alt="Attributions" class="block7"></center></a> | ||
+ | |||
+ | </div> | ||
+ | </body> | ||
</html> | </html> |
Latest revision as of 19:41, 19 October 2016