Team:Hong Kong HKUST/instructors

From 2013.igem.org

(Difference between revisions)
Line 1: Line 1:
<html>
<html>
<head>
<head>
 +
<script src="http://ajax.googleapis.com/ajax/libs/jquery/1.10.2/jquery.min.js">
 +
</script>
 +
<script src="http://ajax.googleapis.com/ajax/libs/jquery/1.10.1/jquery.min.js">
<script src="http://ajax.googleapis.com/ajax/libs/jquery/1.10.1/jquery.min.js">
</script>
</script>
Line 31: Line 34:
-
<style type="text/css">
 
-
div.menu
 
-
{
 
-
width:100%;
 
-
}
 
 +
 +
<script type="text/javascript">
 +
$(document).ready(function(){
 +
  $(".info1").click(function(){
 +
    $(".info1").hide();
 +
  });
 +
});
 +
</script>
 +
<script type="text/javascript">
 +
$(document).ready(function(){
 +
  $(".info2").click(function(){
 +
    $(".info2").hide();
 +
  });
 +
});
 +
</script>
 +
</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%;}
.menu ul,li
.menu ul,li
{
{
Line 44: Line 84:
width:100%;
width:100%;
}
}
-
 
-
 
-
 
ul.first>li
ul.first>li
{
{
float:left;
float:left;
-
width:16.5%;
+
width:16.66%;
}
}
-
 
ul.first>li>a:link,ul.first>li>a:visited
ul.first>li>a:link,ul.first>li>a:visited
{
{
Line 67: Line 103:
ul.first>li>a:hover,ul.first>li>a:active
ul.first>li>a:hover,ul.first>li>a:active
{
{
-
background-color:#7A991A;
+
background-color:#e32e51;
}
}
Line 90: Line 126:
ul.first>li>ul>li>a:hover,ul.first>li>ul>li>a:active
ul.first>li>ul>li>a:hover,ul.first>li>ul>li>a:active
{
{
-
background-color:#B26B00;
+
background-color:#f87790;
}
}
.menu
.menu
{
{
position:absolute;
position:absolute;
-
left:-8px;
+
left:0px;
-
top:140px;
+
top:141px;
 +
width:100%;
}
}
 +
ul, ol {
 +
line-height: 1.6;
 +
font-size: 14px;
 +
}
 +
.info1{background-color:#e32e51;height:430px;width:362px;position:absolute;left:407px;top:405px;display:none;padding-left:5px;padding-right:5px;}
 +
.info2{background-color:#35bb91;height:430px;width:362px;position:absolute;left:407px;top:405px;display:none;padding-left:5px;padding-right:5px;}
 +
 +
.name{background-color:#FBFBFB;width:186px;height:auto;}
#banner
#banner
{
{
Line 104: Line 149:
top:15px;
top:15px;
}
}
 +
#header
#header
{
{
Line 140: Line 186:
top:200px;
top:200px;
}
}
 +
#copyright
#copyright
{
{
position:absolute;
position:absolute;
right:320px;
right:320px;
-
top:900px;
+
top:2000px;
-
}
+
-
#globalWrapper
+
-
{
+
-
background-color:#b9b2a0;
+
-
height:1000px;
+
-
}
+
-
#content
+
-
{
+
-
background-color:#b9b2a0;
+
-
border-color:#b9b2a0;
+
-
 
+
-
}
+
-
#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
+
-
{
+
-
height:0px;
+
-
visibility:hidden;
+
-
}
+
-
#top-section
+
-
{
+
-
height:0px;
+
-
}
+
-
#footer-box
+
-
{
+
-
height:0px;
+
-
display:none;
+
-
visbility:hidden;
+
-
}
+
-
#catlinks
+
-
{
+
-
border-color:#b9b2a0;
+
-
background-color:#b9b2a0;
+
-
}
+
-
 
+
-
.firstHeading
+
-
{
+
-
visibility:hidden
+
-
}
+
-
 
+
-
 
+
</style>
</style>
-
 
</head>
</head>
<body>
<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>
-
<h3><center><div style="height:121px;width:965px;"><img src="https://static.igem.org/mediawiki/2013/5/5a/Banner_gear.png" id="banner" style="height:121px;width:965px;align:middle;"></div></center></h3>
 
<h id="header"><font size=100>Instructors</font></h>
<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>
<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>
Line 286: Line 263:
</div>
</div>
-
 

Revision as of 14:59, 24 September 2013

Instructors
Here are our amazing instructors. They are the one who lead us to success!
Prof. King Chow
Dr. King L. CHOW
Professor, Division of Life Science, Hong Kong University of Science and Technology
Dr. Jessica Tang