|
|
Line 1: |
Line 1: |
- | <html>
| |
- | <head>
| |
- | <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.10.2/jquery.min.js">
| |
- | </script>
| |
| | | |
- | <script type="text/javascript">
| |
- | $(document).ready(function(){
| |
- | $("ul.first > li").hover(function(){
| |
- | $(this).find("ul").stop().fadeToggle(10);
| |
- | });
| |
- | });
| |
- | </script>
| |
- |
| |
- | <script>
| |
- | $(document).ready(function()
| |
- | {
| |
- | $('#menubar').mouseover(function(){
| |
- | $('#menubar').stop().animate({top:"0px"},500);
| |
- | });
| |
- | $('#menubar').mouseleave(function(){
| |
- | $('#menubar').stop().animate({top:"-20px"},500);
| |
- | });
| |
- | $('#menubar.right-menu').mouseover(function(){
| |
- | $('#menubar.right-menu').stop().animate({top:"0px"},500);
| |
- | });
| |
- | $('#menubar.right-menu').mouseleave(function(){
| |
- | $('#menubar.right-menu').stop().animate({top:"-20px"},500);
| |
- | });
| |
- | });
| |
- | </script>
| |
- | <style type="text/css">
| |
- | body{background-color:#494042;width:100%;margin-bottom:20px;min-width:600px;max-width:2000px;height:100%;}
| |
- | #menubar
| |
- | {background-color:#EEECEC;opacity:0.8;top:-4px;width:360px;height:23px;position:absolute;top:-20px;}
| |
- | #menubar ul li a
| |
- | { color:#8D1919;}
| |
- | #menubar.right-menu
| |
- | {background-color:#EEECEC;opacity:0.8;top:-4px;width:240px;height:23px;position:absolute;top:-20px;}
| |
- | .right-menu li a
| |
- | {color:#8D1919;background-color:#EEECEC;}
| |
- | #p-logo
| |
- | {visibility:hidden;}
| |
- | .firstHeading
| |
- | {visibility:hidden;}
| |
- | #globalWrapper
| |
- | {position: relative;font-size:127%;width:100%;margin:0;padding:0;padding-bottom:10px;background-color:#494042;}
| |
- | #content
| |
- | {width: 1000px;border:none;background-color:#494042;padding:0px;margin-top:0px;line-height: 1.5em;color: black;}
| |
- | #top-section
| |
- | {height:2px;border:none;background-color:#494042;}
| |
- | #catlinks
| |
- | {border-color:#494042;background-color:#494042;}
| |
- | #footer-box
| |
- | {display:none}
| |
- | #kepala
| |
- | {position:absolute;top:15px;background-color:#F0A5BE;height:121px;width:100%;}
| |
- |
| |
- | #king
| |
- | {
| |
- | position:absolute;
| |
- | left:500px;
| |
- | top:240px;
| |
- | }
| |
- | #kingword
| |
- | {
| |
- | position:absolute;
| |
- | left:650px;
| |
- | top:280px;
| |
- | }
| |
- | #jessica
| |
- | {
| |
- | position:absolute;
| |
- | left:120px;
| |
- | top:150px;
| |
- | }
| |
- | #jessicaword
| |
- | {
| |
- | position:absolute;
| |
- | left:-150px;
| |
- | top:200px;
| |
- | }
| |
- |
| |
- |
| |
- | #copyright
| |
- | {position:absolute;left:325px;top:630px;}
| |
- | .menu ul,li
| |
- | {
| |
- | margin:0;
| |
- | padding:0;
| |
- | list-style:none;
| |
- | width:100%;
| |
- | }
| |
- | ul.first>li
| |
- | {
| |
- | float:left;
| |
- | width:16.66%;
| |
- | }
| |
- | ul.first>li>a:link,ul.first>li>a:visited
| |
- | {
| |
- | display:block;
| |
- | font-weight:bold;
| |
- | color:#494042;
| |
- | background-color:#35bb91;
| |
- | text-align:center;
| |
- | padding:3%;
| |
- | text-decoration:none;
| |
- | text-transform:uppercase;
| |
- | }
| |
- |
| |
- | ul.first>li>a:hover,ul.first>li>a:active
| |
- | {
| |
- | background-color:#e32e51;
| |
- | }
| |
- |
| |
- | ul.first>li>ul
| |
- | {
| |
- | display:none;
| |
- | width:100%;
| |
- | }
| |
- |
| |
- | ul.first>li>ul>li>a:link,ul.first>li>ul>li>a:visited
| |
- | {
| |
- | display:block;
| |
- | font-weight:bold;
| |
- | color:#494042;
| |
- | background-color:#8ff5d5;
| |
- | text-align:center;
| |
- | padding:3%;
| |
- | text-decoration:none;
| |
- | text-transform:uppercase;
| |
- | }
| |
- |
| |
- | ul.first>li>ul>li>a:hover,ul.first>li>ul>li>a:active
| |
- | {
| |
- | background-color:#f87790;
| |
- | }
| |
- | .menu
| |
- | {
| |
- | position:absolute;
| |
- | left:0px;
| |
- | top:141px;
| |
- | width:100%;
| |
- | }
| |
- | ul, ol {
| |
- | line-height: 1.6;
| |
- | font-size: 14px;
| |
- | }
| |
- | #slide{width:96%;height:auto;background-color:#F4DFC0;margin-top:80px;border:2px solid;
| |
- | border-radius:15px;padding-right:10px;margin-left:15px;}
| |
- | .center
| |
- | {
| |
- | margin:auto;
| |
- | width:70%;
| |
- | background-color:#b0e0e6;
| |
- | }
| |
- | #interview,#presentation,#article, #interview1, #presentation1,#article1
| |
- | {margin-top:20px;width:30%;margin-right:20px;float:left;height:250px; border:2px solid;
| |
- | border-radius:15px;font-family:"Trebuchet MS", Helvetica, sans-serif;}
| |
- | #interview
| |
- | {margin-left:25px;background:#e32e51;}
| |
- | #interview1
| |
- | {margin-left:25px;background:#35bb91;}
| |
- | #presentation,#article1
| |
- | {background:#35bb91;}
| |
- | #article,#presentation1
| |
- | {background:#e32e51;}
| |
- | #art-desc,#pre-desc,#int-desc{width:50%;float:right;margin-right:8px;}
| |
- | #art-img,#pre-img,#int-img{width:45%;float:left;margin-left:5px;}
| |
- | #art-desc-text,#pre-desc-text,#int-desc-text{text-align:justify;float:right;}
| |
- | h3,h1,#yo{margin-left:10px;font-family:"Trebuchet MS", Helvetica, sans-serif;}
| |
- | h1{font-size:35px;}
| |
- |
| |
- | </style>
| |
- | </head>
| |
- | <body>
| |
- |
| |
- | <h3><center><a href=https://2013.igem.org/Team:Hong_Kong_HKUST><center><div id="kepala"><img src="https://static.igem.org/mediawiki/igem.org/c/c7/BANNER1_%281%29.png" style="height:121px;width:100%;"></div></center></a></center></h3>
| |
- |
| |
- | <h id="header"><font size=100>Instructors</font></h>
| |
- | <div id="introduction" style="background-color:cream;height:200px;width:425px;"><font size=5>Here are our amazing instructors. They are the one who lead us to success!</font></div>
| |
- | <img src ="http://life-sci.ust.hk/images/faculty/Kinglau_Chow_L.jpg" id="king" alt="Prof. King Chow" width="120" height="150">
| |
- | <div id="kingword" style="background-color:cream;height:100px;width:250px;"><font size =1>Dr. King L. CHOW<br/>
| |
- | Professor, Division of Life Science, Hong Kong University of Science and Technology</font><div>
| |
- | <img src ="https://static.igem.org/mediawiki/2010/9/91/HKUST_Jessica.jpg" id="jessica" alt="Dr. Jessica Tang" width="200" height="150">
| |
- | <div id="jessicaword" style="background-color:cream;height:100px;width:250px;"><font size =1>Dr. Jessica Ce Mun Tang<br/>Division of Life Science, Hong Kong University of Science and Technology</font><div>
| |
- | <div id="copyright" style="background-color:white;height:50px;width:300px;">© Copyright HKUST iGEM Team 2013, All Rights Reserved</div>
| |
- |
| |
- | <div class="menu">
| |
- | <ul class="first">
| |
- |
| |
- | <li><a href="https://2013.igem.org/Team:Hong_Kong_HKUST">Home</a></li>
| |
- |
| |
- | <li><a href="https://2013.igem.org/Team:Hong_Kong_HKUST/team">Team</a>
| |
- | <ul>
| |
- | <li><a href="https://2013.igem.org/Team:Hong_Kong_HKUST/members">Members</a></li>
| |
- | <li><a href="https://2013.igem.org/Team:Hong_Kong_HKUST/advisors">Advisors</a></li>
| |
- | <li><a href="https://2013.igem.org/Team:Hong_Kong_HKUST/instructors">Instructors</a></li>
| |
- | <li><a href="https://2013.igem.org/Team:Hong_Kong_HKUST/attribution">Attribution</a></li>
| |
- | <li><a href="https://2013.igem.org/Team:Hong_Kong_HKUST/acknowledge">Acknowledgement</a></li>
| |
- | </ul>
| |
- | </li>
| |
- |
| |
- | <li><a href="https://2013.igem.org/Team:Hong_Kong_HKUST/Project">Project</a>
| |
- | <ul>
| |
- | <li><a href="https://2013.igem.org/Team:Hong_Kong_HKUST/abstract">Abstract</a></li>
| |
- | <li><a href="https://2013.igem.org/Team:Hong_Kong_HKUST/modules">Modules Description</a></li>
| |
- | <li><a href="https://2013.igem.org/Team:Hong_Kong_HKUST/Parts">Parts</a></li>
| |
- | <li><a href="https://2013.igem.org/Team:Hong_Kong_HKUST/characterization">Characterization</a></li>
| |
- | <li><a href="https://2013.igem.org/Team:Hong_Kong_HKUST/modelling">Modeling</a></li>
| |
- | <li><a href="https://2013.igem.org/Team:Hong_Kong_HKUST/results">Result</a></li>
| |
- | </ul>
| |
- | </li>
| |
- |
| |
- | <li><a href="https://2013.igem.org/Team:Hong_Kong_HKUST/Wetlab">Wetlab</a>
| |
- | <ul>
| |
- | <li><a href="https://2013.igem.org/Team:Hong_Kong_HKUST/notebook">Notebook</a></li>
| |
- | <li><a href="https://2013.igem.org/Team:Hong_Kong_HKUST/protocols">Protocols</a></li>
| |
- | <li><a href="https://2013.igem.org/Team:Hong_Kong_HKUST/safety">Safety</a></li>
| |
- | <li><a href="https://2013.igem.org/Team:Hong_Kong_HKUST/future">Future Work</a></li>
| |
- | </ul>
| |
- | </li>
| |
- |
| |
- | <li><a href="https://2013.igem.org/Team:Hong_Kong_HKUST/achievement">Achievement</a>
| |
- | <ul>
| |
- | <li><a href="https://2013.igem.org/Team:Hong_Kong_HKUST/medals">Medal Requirements</a></li>
| |
- | <li><a href="https://2013.igem.org/Team:Hong_Kong_HKUST/prizes">Prizes</a></li>
| |
- | </ul>
| |
- | </li>
| |
- |
| |
- | <li><a href="https://2013.igem.org/Team:Hong_Kong_HKUST/hp">Human Practice</a>
| |
- | <ul>
| |
- | <li><a href="https://2013.igem.org/Team:Hong_Kong_HKUST/hp/interview">Interviews</a></li>
| |
- | <li><a href="https://2013.igem.org/Team:Hong_Kong_HKUST/hp/cp">Country Profile</a></li>
| |
- | <li><a href="https://2013.igem.org/Team:Hong_Kong_HKUST/hp/blog">Blog</a></li>
| |
- | <li><a href="https://2013.igem.org/Team:Hong_Kong_HKUST/hp/article">Article</a></li>
| |
- | <li><a href="https://2013.igem.org/Team:Hong_Kong_HKUST/hp/video">Videos</a></li>
| |
- | <li><a href="https://2013.igem.org/Team:Hong_Kong_HKUST/hp/presentation">Presentations</a></li>
| |
- | </ul>
| |
- | </li>
| |
- |
| |
- | </ul>
| |
- |
| |
- | </div>
| |
- |
| |
- | </body>
| |
- |
| |
- | </html>
| |