Difference between revisions of "Meetups/NCTU Formosa/agenda"
(91 intermediate revisions by 3 users not shown) | |||
Line 2: | Line 2: | ||
<head> | <head> | ||
<script type="text/javascript" src="https://2015.igem.org/Meetups/NCTU_Formosa/js/agenda.js?action=raw&ctype=text/javascript"></script> | <script type="text/javascript" src="https://2015.igem.org/Meetups/NCTU_Formosa/js/agenda.js?action=raw&ctype=text/javascript"></script> | ||
− | + | <link href='https://2015.igem.org/Meetups/NCTU_Formosa/reset?action=raw&ctype=text/css' rel="stylesheet"> | |
<style type="text/css"> | <style type="text/css"> | ||
Line 11: | Line 11: | ||
height: 0px;} | height: 0px;} | ||
#content { | #content { | ||
− | background: | + | background: black; |
padding: 0; | padding: 0; | ||
width: 100%; | width: 100%; | ||
border: 0px; | border: 0px; | ||
} | } | ||
− | + | body { | |
− | + | background: black; | |
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
} | } | ||
Line 80: | Line 25: | ||
} | } | ||
th { | th { | ||
− | background-color:# | + | background-color:#fffFFF; |
font-size:30PX; | font-size:30PX; | ||
− | font-weight: | + | font-weight: 500; |
padding-left:20px; | padding-left:20px; | ||
padding-right:20px; | padding-right:20px; | ||
Line 92: | Line 37: | ||
td { | td { | ||
border-bottom:1 solid #000000; | border-bottom:1 solid #000000; | ||
+ | background-color:#000000; | ||
font-size:25PX; | font-size:25PX; | ||
− | font-weight: | + | color:#ffffff; |
+ | font-weight: 400; | ||
line-height: 30px; | line-height: 30px; | ||
padding-left:20px; | padding-left:20px; | ||
Line 100: | Line 47: | ||
padding-bottom:10px; | padding-bottom:10px; | ||
text-align:center; | text-align:center; | ||
− | font-family: | + | font-family:Tw Cen MT; |
+ | |||
} | } | ||
.title { | .title { | ||
Line 106: | Line 54: | ||
font-weight: 800; | font-weight: 800; | ||
font-family:Agency FB; | font-family:Agency FB; | ||
+ | color:white; | ||
line-height: 50px; | line-height: 50px; | ||
letter-spacing:9px; | letter-spacing:9px; | ||
} | } | ||
+ | div.demo-trans1{ | ||
+ | |||
+ | height:30px; | ||
+ | position:relative; | ||
+ | top:12px; | ||
+ | |||
+ | } | ||
+ | |||
+ | div.f{ | ||
+ | float:left; | ||
+ | width:18%; | ||
+ | height:180px; | ||
+ | background-color:#FFF300; | ||
+ | -webkit-transition:0.4s ease-out; | ||
+ | -moz-transition: 0.4s ease-out; | ||
+ | -o-transiton: 0.4s ease-out; | ||
+ | -ms-transition:0.4s ease-out; | ||
+ | transition:0.4s ease-out; | ||
+ | text-top:100px; | ||
+ | } | ||
+ | div.f1{ | ||
+ | float:left; | ||
+ | width:15px; | ||
+ | height:180px; | ||
+ | background-color:#000000; | ||
+ | text-top:100px; | ||
+ | } | ||
+ | div.f_{ | ||
+ | float:left; | ||
+ | width:18%; | ||
+ | height:40px; | ||
+ | background-color:#FFF300; | ||
+ | -webkit-transition:0.4s ease-out; | ||
+ | -moz-transition: 0.4s ease-out; | ||
+ | -o-transiton: 0.4s ease-out; | ||
+ | -ms-transition:0.4s ease-out; | ||
+ | transition:0.4s ease-out; | ||
+ | text-top:100px; | ||
+ | } | ||
+ | div.f_:hover{ | ||
+ | background-color:#FFFFFF; | ||
+ | } | ||
+ | div.f:hover{ | ||
+ | background-color:#FFFFFF; | ||
+ | } | ||
+ | div.f:hover div.demo-trans1{ | ||
+ | display: block; | ||
+ | } | ||
+ | div.circle{ | ||
+ | display:none; | ||
+ | height:30px; | ||
+ | position:relative; | ||
+ | top:25px; | ||
+ | -webkit-transition:0.6s ease-out; | ||
+ | -moz-transition: 0.6s ease-out; | ||
+ | -o-transiton: 0.6s ease-out; | ||
+ | -ms-transition:0.6s ease-out; | ||
+ | transition:0.6s ease-out; | ||
+ | } | ||
+ | |||
+ | div.f:hover div.circle{ | ||
+ | display: none; | ||
+ | } | ||
+ | div.line{ | ||
+ | text-align:center;height:80px;margin: 0 auto;width:75%; | ||
+ | |||
+ | } | ||
+ | div.outofline{ | ||
+ | text-align:center;height:80px;width:100%;position:fixed;bottom:30px; | ||
+ | } | ||
+ | |||
</style> | </style> | ||
Line 114: | Line 134: | ||
<body> | <body> | ||
− | <div | + | <div style="margin-bottom: 50px;"> |
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | <div><img src="https://static.igem.org/mediawiki/2015/4/4e/Agenda_new.png"></div> | |
− | + | <div style="text-align:center;"> | |
− | + | <iframe width="70%" height="550" src="https://drive.google.com/file/d/0B5KYUA3jLSjRYkZzUlRIYnpYZjg/preview"></iframe></div> | |
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
+ | <div class="outofline"> | ||
+ | <div class="line"> | ||
+ | <div style="text-align:center;height:50px" ></div> | ||
+ | <a href="https://2015.igem.org/Meetups/NCTU_Formosa/introduction"><div class="f" > | ||
+ | <div class="circle" ><img src="https://static.igem.org/mediawiki/2015/1/12/12345.png" ;></div> | ||
+ | <div class="demo-trans1" align="center" > | ||
+ | <font size="6" align="center" color="#00000" font face="Agency FB" > | ||
+ | Intro | ||
+ | </font> | ||
+ | </div> | ||
+ | </div></a> | ||
+ | <div class="f1"></div> | ||
+ | <a href="https://2015.igem.org/Meetups/NCTU_Formosa/agenda"><div class="f"> | ||
+ | <div class="circle" ><img src="https://static.igem.org/mediawiki/2015/d/d3/AGENDA6.png" ;></div> | ||
+ | <div class="demo-trans1" align="center" > | ||
+ | <font size="6" align="center" color="#00000" font face="Agency FB" > | ||
+ | Agenda | ||
+ | </font> | ||
+ | |||
+ | </div> | ||
+ | </div></a> | ||
+ | <div class="f1"></div> | ||
+ | <a href="https://2015.igem.org/Meetups/NCTU_Formosa/participating_team"><div class="f"> | ||
+ | <div class="circle" ><img src="https://static.igem.org/mediawiki/2015/8/88/Team6.png" ;></div> | ||
+ | <div class="demo-trans1" align="center" > | ||
+ | <font size="6" align="center" color="#00000" font face="Agency FB" > | ||
+ | Team | ||
+ | </font> | ||
+ | </div> | ||
+ | </div></a> | ||
+ | <div class="f1"></div> | ||
+ | <a href="https://2015.igem.org/Meetups/NCTU_Formosa/contacts"><div class="f" > | ||
+ | <div class="circle" ><img | ||
+ | src="https://static.igem.org/mediawiki/2015/9/90/95701.png" ;></div> | ||
+ | <div class="demo-trans1" align="center" > | ||
+ | <font size="6" align="center" color="#00000" font face="Agency FB" > | ||
+ | Contact us | ||
+ | </font> | ||
+ | |||
+ | </div> | ||
+ | </div> | ||
+ | <div class="f1"></div> | ||
+ | <a href="https://2015.igem.org/Meetups/NCTU_Formosa"><div class="f" > | ||
+ | <div class="circle" ><img | ||
+ | src="https://static.igem.org/mediawiki/2015/1/1e/6870.png" ;></div> | ||
+ | <div class="demo-trans1" align="center" > | ||
+ | <font size="6" align="center" color="#00000" font face="Agency FB" > | ||
+ | Home | ||
+ | </font> | ||
+ | |||
+ | </div> | ||
+ | </div></a> | ||
</div> | </div> | ||
− | + | </div> | |
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
</body> | </body> | ||
</html> | </html> |
Latest revision as of 09:35, 6 July 2015