(Prototype team page) |
Francischlin (Talk | contribs) |
||
Line 1: | Line 1: | ||
− | {{ | + | {{NCTU Formosa/Navigation}} |
+ | {{NCTU Formosa}} | ||
<html> | <html> | ||
+ | <head> | ||
+ | <meta charset="UTF-8"> | ||
+ | <title>Untitled Document</title> | ||
+ | <script src="//ajax.googleapis.com/ajax/libs/jquery/3.2.1/jquery.min.js"></script> | ||
+ | <link href="Home.css" rel="stylesheet" type="text/css"> | ||
+ | <script src="Home.js" type="text/javascript"></script> | ||
+ | <meta name="viewport" content="width=device-width, initial-scale=1.0, user-scalable=no, minimum-scale=1.0, maximum-scale=1.0" /> | ||
− | < | + | <style> |
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | body { | |
− | + | margin: 0; | |
+ | padding: 0; | ||
+ | overflow-x: hidden; | ||
+ | } | ||
− | + | html, body{ | |
+ | overflow-x: hidden !important; | ||
+ | -ms-overflow-x: hidden !important; | ||
+ | } | ||
− | + | .hyperlink{ | |
− | + | position: relative; | |
+ | top: 4vmax; | ||
+ | width: 100vw; | ||
+ | height: 20vmax; | ||
+ | max-width: 100vw; | ||
+ | } | ||
− | + | .first_line{ | |
− | + | position: relative; | |
− | + | left: 38vw; | |
− | + | } | |
− | + | ||
− | + | .second_line{ | |
− | + | position: relative; | |
− | + | left: 38vw; | |
− | + | top: -1vmax; | |
+ | } | ||
− | + | #first{ | |
− | + | position: absolute; | |
+ | left: 10vw; | ||
+ | top: -2vmax; | ||
+ | width: 20vw; | ||
+ | -webkit-transition: all 0.5 ease; | ||
+ | -moz-transition: all 0.5 ease; | ||
+ | -o-transition: all 0.5 ease; | ||
+ | -ms-transition: all 0.5 ease; | ||
+ | transition: all 0.5 ease; | ||
+ | } | ||
− | + | #second{ | |
− | + | position:absolute; | |
− | + | left: 32vw; | |
− | + | top: 4.5vmax; | |
− | + | width: 36vw; | |
+ | -webkit-transition: all 0.5 ease; | ||
+ | -moz-transition: all 0.5 ease; | ||
+ | -o-transition: all 0.5 ease; | ||
+ | -ms-transition: all 0.5 ease; | ||
+ | transition: all 0.5 ease; | ||
+ | } | ||
− | + | #third{ | |
− | + | position: absolute; | |
+ | left: 70vw; | ||
+ | top: -2vmax; | ||
+ | width: 20vw; | ||
+ | -webkit-transition: all 0.5 ease; | ||
+ | -moz-transition: all 0.5 ease; | ||
+ | -o-transition: all 0.5 ease; | ||
+ | -ms-transition: all 0.5 ease; | ||
+ | transition: all 0.5 ease; | ||
+ | } | ||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
+ | /*----------------------------------------------------------------------------*/ | ||
− | + | #first:hover{ | |
+ | width: 23vw; | ||
+ | left: 8.5vw; | ||
+ | } | ||
+ | #third:hover{ | ||
+ | width: 23vw; | ||
+ | left: 68.5vw; | ||
+ | } | ||
+ | |||
+ | |||
+ | </style> | ||
+ | <!-----------------------------------------------------------------------------> | ||
+ | <script> | ||
+ | |||
+ | </script> | ||
+ | <!-----------------------------------------------------------------------------> | ||
+ | |||
+ | </head> | ||
+ | |||
+ | <body> | ||
+ | <div class="ptpm_head"><img src="../../pic/modeling/peptide Prediction Model/ptpm_head.png" width="100%"> </div> | ||
+ | |||
+ | <div> | ||
+ | <div class="first_line"><img src="https://static.igem.org/mediawiki/2017/3/31/Hyperproject_line.png" width="24%"></div> | ||
+ | <div class="hyperlink"> | ||
+ | <a href="https://2017.igem.org/Team:NCTU_Formosa/Model"><img src="../../pic/modeling/MODELING超連結/PPM.png" id="first"></a> | ||
+ | |||
+ | <a href="#"><img src="../../pic/modeling/MODELING超連結/槓(超.png" id="second"></a> | ||
+ | |||
+ | <a href="https://2017.igem.org/Team:NCTU_Formosa/Disease_Occurrence_Model"><img src="../../pic/modeling/MODELING超連結/SGM.png" id="third"></a> | ||
+ | |||
+ | </div> | ||
+ | <div class="second_line"><img src="https://static.igem.org/mediawiki/2017/3/31/Hyperproject_line.png" width="24%"></div> | ||
+ | </div> | ||
+ | |||
+ | </body> | ||
</html> | </html> | ||
+ | |||
+ | {{NCTU_Formosa/Footer}} |
Revision as of 11:15, 24 October 2017