(Prototype team page) |
|||
Line 1: | Line 1: | ||
− | {{NCTU_Formosa}} | + | {{NCTU_Formosa/test}} |
− | <html> | + | <html lang="en" > |
− | < | + | <head> |
− | < | + | <meta charset="UTF-8"> |
− | + | <title>HP-homepage2</title> | |
− | < | + | |
− | </ | + | |
+ | <style> | ||
+ | @keyframes ani { | ||
+ | 0% { | ||
+ | opacity: 0; | ||
+ | } | ||
+ | 100% { | ||
+ | opacity: 1; | ||
+ | } | ||
+ | } | ||
− | |||
+ | body { | ||
+ | padding: 0px; | ||
+ | margin: 0px; | ||
+ | font-size: 0; | ||
+ | } | ||
+ | .wrapper { | ||
+ | width: 100%; | ||
+ | margin: 0px; | ||
+ | padding: 0px; | ||
+ | background: #E1F5FE; | ||
+ | font-family: Levenim MT; | ||
+ | } | ||
− | + | .cover { | |
+ | width: 100%; | ||
+ | position: relative; | ||
+ | margin-left: auto; | ||
+ | margin-right: auto; | ||
+ | margin-bottom: 100px; | ||
+ | animation: ani 5s 1; | ||
+ | animation-fill-mode: forwards; | ||
+ | } | ||
− | + | .nav_bg { | |
− | + | background-color: #4F9FB7; | |
− | + | height: 60px; | |
− | + | } | |
+ | .title ul { | ||
+ | list-style-type: none; | ||
+ | /*position: relative;*/ | ||
+ | float: right; | ||
+ | } | ||
+ | .title ul li { | ||
+ | /*position: relative;*/ | ||
+ | float: left; | ||
+ | padding-top: 4px; | ||
+ | padding-bottom: 4px; | ||
+ | padding-right: 10px; | ||
+ | padding-left: 10px; | ||
+ | cursor: pointer; | ||
+ | transition-duration: 0.75s; | ||
+ | border: solid 2px; | ||
+ | right: 20px; | ||
+ | bottom: 20px; | ||
+ | } | ||
− | + | .edu { | |
− | + | width: 100%; | |
− | + | max-width: 1150px; | |
− | + | position: relative; | |
− | + | margin-left: auto; | |
− | + | margin-right: auto; | |
− | + | margin-bottom: 100px; | |
− | + | text-align: center; | |
− | + | overflow: hidden; | |
− | + | } | |
+ | .bg_edu { | ||
+ | width: 85%; | ||
+ | } | ||
+ | .silver { | ||
+ | position: relative; | ||
+ | max-width: 1150px; | ||
+ | margin-left: auto; | ||
+ | margin-right: auto; | ||
+ | margin-bottom: 100px; | ||
+ | text-align: center; | ||
+ | overflow: hidden; | ||
+ | } | ||
+ | .bg_silver { | ||
+ | width: 85%; | ||
+ | } | ||
− | + | .gold { | |
− | + | position: relative; | |
− | + | max-width: 1150px; | |
− | + | margin-left: auto; | |
− | + | margin-right: auto; | |
− | + | margin-bottom: 100px; | |
+ | text-align: center; | ||
+ | overflow: hidden; | ||
+ | } | ||
− | + | .bg_gold { | |
− | + | width: 85%; | |
− | + | } | |
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | .col { | |
+ | width: 100%; | ||
+ | max-width: 1150px; | ||
+ | position: relative; | ||
+ | margin-left: auto; | ||
+ | margin-right: auto; | ||
+ | margin-bottom: 200px; | ||
+ | text-align: center; | ||
+ | overflow: hidden; | ||
+ | } | ||
+ | .bg_col { | ||
+ | width: 85%; | ||
+ | } | ||
+ | .button { | ||
+ | position: absolute; | ||
+ | width: 100%; | ||
+ | left: 40%; | ||
+ | bottom: 6%; | ||
+ | } | ||
− | + | .button img { | |
− | + | width: 25%; | |
− | + | position: relative; | |
− | + | /* 淡出淡入效果0.5秒 */ | |
+ | transition: opacity 0.5s ease-in-out; | ||
+ | cursor: pointer; | ||
+ | } | ||
+ | .button img:last-child:hover { | ||
+ | /* 滑入時第一張透明度設0 */ | ||
+ | opacity:0; | ||
+ | } | ||
− | + | .button_2{ | |
− | + | left: -25%; | |
− | + | } | |
− | + | ||
+ | h1 { | ||
+ | position: absolute; | ||
+ | left: 12%; | ||
+ | top: 4%; | ||
+ | margin: 0; | ||
+ | font-size: 9vmin; | ||
+ | } | ||
+ | p { | ||
+ | position: absolute; | ||
+ | font-size: 5vmin; | ||
+ | } | ||
− | + | .e_1, .g_1 { | |
+ | left: 13%; | ||
+ | top: 20%; | ||
+ | } | ||
+ | .s_1 { | ||
+ | left: 13%; | ||
+ | top: 25%; | ||
+ | } | ||
+ | .s_2 { | ||
+ | left: 13%; | ||
+ | top: 50%; | ||
+ | } | ||
− | + | .coverflow{ | |
− | + | width: 37%; | |
+ | height: auto; | ||
+ | position: absolute; | ||
+ | top: 21.5%; | ||
+ | left: 50%; | ||
+ | } | ||
+ | .coverflow>a{ | ||
+ | display: block; | ||
+ | position: absolute; | ||
+ | top:0; | ||
+ | left:0; | ||
+ | opacity: 0; | ||
+ | filter: alpha(opacity=0); | ||
+ | /*當圖片數量增加,影片長度需更改,變為5s*圖片數量*/ | ||
+ | -webkit-animation: silder 15s linear infinite; | ||
+ | animation: silder 15s linear infinite; | ||
+ | } | ||
+ | .coverflow>a>img{ | ||
+ | max-width: 100%; | ||
+ | } | ||
− | + | /*動畫關鍵影格*/ | |
+ | @-webkit-keyframes silder { | ||
+ | 3% { | ||
+ | opacity: 1; | ||
+ | filter: alpha(opacity=100); | ||
+ | } | ||
+ | 27% { | ||
+ | opacity: 1; | ||
+ | filter: alpha(opacity=100); | ||
+ | } | ||
+ | 30% { | ||
+ | opacity: 0; | ||
+ | filter: alpha(opacity=0); | ||
+ | } | ||
+ | } | ||
+ | @keyframes silder { | ||
+ | 3% { | ||
+ | opacity: 1; | ||
+ | filter: alpha(opacity=100); | ||
+ | } | ||
+ | 27% { | ||
+ | opacity: 1; | ||
+ | filter: alpha(opacity=100); | ||
+ | } | ||
+ | 30% { | ||
+ | opacity: 0; | ||
+ | filter: alpha(opacity=0); | ||
+ | } | ||
+ | } | ||
− | <p> | + | /*每個圖片各延遲5秒*/ |
− | <p> | + | .coverflow>a:nth-child(3) { |
+ | -webkit-animation-delay: 10s; | ||
+ | animation-delay: 10s; | ||
+ | } | ||
+ | |||
+ | .coverflow>a:nth-child(2) { | ||
+ | -webkit-animation-delay: 5s; | ||
+ | animation-delay: 5s; | ||
+ | } | ||
+ | |||
+ | .coverflow>a:nth-child(1) { | ||
+ | -webkit-animation-delay: 0s; | ||
+ | animation-delay: 0s; | ||
+ | } | ||
+ | /*滑入時停止播放*/ | ||
+ | .coverflow:hover>a{ | ||
+ | -webkit-animation-play-state: paused; | ||
+ | animation-play-state: paused; | ||
+ | } | ||
+ | |||
+ | |||
+ | </style> | ||
+ | |||
+ | |||
+ | </head> | ||
+ | |||
+ | <body> | ||
+ | |||
+ | |||
+ | <div class="wrapper"> | ||
+ | <div class="title"><img class="cover" src="https://static.igem.org/mediawiki/2018/b/b3/T--NCTU_Formosa--HP_Cover.png"/></div> | ||
+ | <div class="edu"><img class="bg_edu" src="https://i.imgur.com/O0vYeCB.png"/> | ||
+ | <h1>Education</h1> | ||
+ | <p class="e_1">● NCTU Annual<br> Biotechnology Fair</p> | ||
+ | <div class="coverflow"><a><img src="https://static.igem.org/mediawiki/2018/1/1b/T--NCTU_Formosa--0408NCTU3.jpg"/></a><a><img src="https://static.igem.org/mediawiki/2018/b/b0/T--NCTU_Formosa--DBT5.jpg"/></a><a><img src="https://static.igem.org/mediawiki/2018/c/cd/T--NCTU_Formosa--LTSH2.jpg"/></a></div> | ||
+ | <div class="button"><img class="button_1" src="https://static.igem.org/mediawiki/2018/9/9a/T--NCTU_Formosa--button_yellow.png"/><a href="https://2018.igem.org/Team:NCTU_Formosa/HumanPractice/Education"><img class="button_2" src="https://static.igem.org/mediawiki/2018/c/c3/T--NCTU_Formosa--button_white.png"/></a></div> | ||
+ | </div> | ||
+ | |||
+ | <div class="gold"><img class="bg_gold" src="https://i.imgur.com/O0vYeCB.png"/> | ||
+ | <h1>HP Gold</h1> | ||
+ | <p class="g_1"> ● Agriculture Improvement Station</p> | ||
+ | <div class="coverflow"><a><img src="https://static.igem.org/mediawiki/2018/e/e6/T--NCTU_Formosa--NCHUprof1.jpg"/></a><a><img src="https://static.igem.org/mediawiki/2018/0/0d/T--NCTU_Formosa--taoyuan1.jpg"/></a><a><img src="https://static.igem.org/mediawiki/2018/1/1d/T--NCTU_Formosa--agritech8.jpg"/></a></div> | ||
+ | <div class="button"><img class="button_1" src="https://static.igem.org/mediawiki/2018/9/9a/T--NCTU_Formosa--button_yellow.png"/><img class="button_2" src="https://static.igem.org/mediawiki/2018/c/c3/T--NCTU_Formosa--button_white.png"/></div> | ||
+ | </div> | ||
+ | |||
+ | <div class="silver"><img class="bg_silver" src="https://i.imgur.com/O0vYeCB.png"/> | ||
+ | <h1>HP Silver</h1> | ||
+ | <p class="s_1">● Conferences (6th Asia-Pacific)</p> | ||
+ | <p class="s_2">● Skype Meetup </p> | ||
+ | <div class="coverflow"><a><img src="https://static.igem.org/mediawiki/2018/4/4c/T--NCTU_Formosa--NCHUconference16.jpg"/></a><a><img src="https://static.igem.org/mediawiki/2018/0/0f/T--NCTU_Formosa--mingdao1.JPG"/></a><a><img src="https://static.igem.org/mediawiki/2018/9/9c/T--NCTU_Formosa--meetuponline1.png"/></a></div> | ||
+ | <div class="button"><img class="button_1" src="https://static.igem.org/mediawiki/2018/9/9a/T--NCTU_Formosa--button_yellow.png"/><img class="button_2" src="https://static.igem.org/mediawiki/2018/c/c3/T--NCTU_Formosa--button_white.png"/></div> | ||
+ | </div> | ||
+ | |||
+ | <div class="col"><img class="bg_col" src="https://i.imgur.com/O0vYeCB.png"/> | ||
+ | <h1>Collaboration</h1> | ||
+ | <p class="e_1">● NCTU Annual<br> Biotechnology Fair</p> | ||
+ | <div class="coverflow"><a><img src="https://static.igem.org/mediawiki/2018/1/1b/T--NCTU_Formosa--0408NCTU3.jpg"/></a><a><img src="https://static.igem.org/mediawiki/2018/b/b0/T--NCTU_Formosa--DBT5.jpg"/></a><a><img src="https://static.igem.org/mediawiki/2018/c/cd/T--NCTU_Formosa--LTSH2.jpg"/></a></div> | ||
+ | <div class="button"><img class="button_1" src="https://static.igem.org/mediawiki/2018/9/9a/T--NCTU_Formosa--button_yellow.png"/><img class="button_2" src="https://static.igem.org/mediawiki/2018/c/c3/T--NCTU_Formosa--button_white.png"/></div> | ||
+ | </div> | ||
</div> | </div> | ||
+ | |||
+ | |||
+ | |||
+ | <script src="js/index.js"></script> | ||
+ | |||
+ | |||
+ | |||
+ | |||
+ | </body> | ||
+ | |||
+ | </html> | ||
+ | |||
+ | {{NCTU_Formosa/Footer}} |
Revision as of 10:27, 25 September 2018