Team:IIT Madras/Pawan

From 2009.igem.org

(Difference between revisions)
 
(32 intermediate revisions not shown)
Line 1: Line 1:
-
#container {
+
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
-
width: 850px;
+
<html>
-
margin-right: auto;
+
<head>
-
margin-left: auto;
+
  <title>Company Name</title>
 +
  <meta http-equiv="Content-Type"
 +
content="text/html; charset=windows-1250">
 +
<!-- ImageReady Preload Script (index.psd) -->
 +
  <script type="text/javascript">
 +
<!--
 +
function newImage(arg) {
 +
if (document.images) {
 +
rslt = new Image();
 +
rslt.src = arg;
 +
return rslt;
}
}
-
#header {
 
-
height: 100px;
 
-
width: 850px;
 
-
background-image: url(images/header.jpg);
 
}
}
-
 
+
function changeImages() {
-
#content {
+
if (document.images && (preloadFlag == true)) {
-
width: 500px;
+
for (var i=0; i<changeImages.arguments.length; i+=2) {
-
padding: 10px;
+
document[changeImages.arguments[i]].src = changeImages.arguments[i+1];
-
margin-right: 160px;
+
-
margin-left: 160px;
+
}
}
-
#leftnav {
 
-
float: left;
 
-
width: 140px;
 
-
height: 400px;
 
-
background-color: #30D9F4;
 
-
padding: 5px;
 
-
 
}
}
-
 
-
#leftnav ul
 
-
{
 
-
margin-left: 0;
 
-
padding-left: 0;
 
-
list-style-type: none;
 
-
font-family: Arial, Helvetica, sans-serif;
 
-
font-size: 12px;
 
}
}
-
 
+
var preloadFlag = false;
-
#leftnav a
+
function preloadImages() {
-
{
+
if (document.images) {
-
display: block;
+
home_over = newImage("images/home-over.gif");
-
width: 130px;
+
my_account_over = newImage("images/my-account-over.gif");
-
padding-top: 3px;
+
help_over = newImage("images/help-over.gif");
-
padding-right: 3px;
+
contact_over = newImage("images/contact-over.gif");
-
padding-bottom: 3px;
+
sub2_body_mind_spirit_over = newImage("images/sub2-body-mind-spirit_over.gif");
-
padding-left: 3px;
+
sub2_business___economics_over = newImage("images/sub2-business-%26-economics_o.gif");
-
border-bottom-width: 1px;
+
sub2_computers_over = newImage("images/sub2-computers_over.gif");
 +
sub2_family___relationships_over = newImage("images/sub2-family-%26-relationships.gif");
 +
sub2_health___fitness_over = newImage("images/sub2-health-%26-fitness_over.gif");
 +
sub2_history_over = newImage("images/sub2-history_over.gif");
 +
sub2_reference_over = newImage("images/sub2-reference_over.gif");
 +
sub2_religion_over = newImage("images/sub2-religion_over.gif");
 +
sub2_self_help_over = newImage("images/sub2-self-help_over.gif");
 +
sub2_sex_over = newImage("images/sub2-sex_over.gif");
 +
sub2_fiction_over = newImage("images/sub2-fiction_over.gif");
 +
sub2_adventure_over = newImage("images/sub2-adventure_over.gif");
 +
sub2_crime_over = newImage("images/sub2-crime_over.gif");
 +
sub2_erotica_over = newImage("images/sub2-erotica_over.gif");
 +
sub2_fantasy_over = newImage("images/sub2-fantasy_over.gif");
 +
sub2_historical_over = newImage("images/sub2-historical_over.gif");
 +
sub2_romance_over = newImage("images/sub2-romance_over.gif");
 +
sub2_science_fiction_over = newImage("images/sub2-science-fiction_over.gif");
 +
sub2_thrillers_over = newImage("images/sub2-thrillers_over.gif");
 +
sub2_non_fiction_over = newImage("images/sub2-non-fiction_over.gif");
 +
preloadFlag = true;
}
}
-
 
-
#leftnav a:link, .navlist a:visited
 
-
{
 
-
color: #ffffff;
 
-
text-decoration: underline;
 
-
font-weight: bold;
 
-
}
 
-
 
-
#leftnav a:visited
 
-
{
 
-
  color: #ffffff;
 
-
  text-decoration: underline;
 
-
  font-weight: bold;
 
-
}
 
-
 
-
#leftnav a:hover
 
-
{
 
-
text-decoration: none;
 
-
color: #0000ff;
 
-
}
 
-
 
-
#sidebar {
 
-
padding: 10px;
 
-
float: right;
 
-
width: 130px;
 
-
background-color: #30D9F4;
 
-
height: 390px;
 
-
 
-
}
 
-
 
-
#footer {
 
-
background-color: #2F77F1;
 
-
padding: 10px;
 
-
clear: both;
 
-
font-family: Verdana, Arial, Helvetica, sans-serif;
 
-
font-size: 12px;
 
-
font-weight: bold;
 
-
}
 
-
 
-
 
-
h1 {
 
-
font-family: Verdana, Arial, Helvetica, sans-serif;
 
-
font-size: 22px;
 
-
font-weight: bold;
 
-
color: #1A2373;
 
-
line-height: 24px;
 
-
}
 
-
h2 {
 
-
font-family: Verdana, Arial, Helvetica, sans-serif;
 
-
font-size: 17px;
 
-
font-weight: bold;
 
-
color: #2F77F1;
 
-
line-height: 20px;
 
-
}
 
-
h3 {
 
-
font-family: Verdana, Arial, Helvetica, sans-serif;
 
-
font-size: 14px;
 
-
font-weight: bolder;
 
-
color: #000000;
 
-
line-height: 20px;
 
-
}
 
-
 
-
p {
 
-
font-family: Verdana, Arial, Helvetica, sans-serif;
 
-
font-size: 12px;
 
-
line-height: 11pt;
 
-
margin-top: 3px;
 
-
margin-right: 0;
 
-
margin-bottom: 3px;
 
-
margin-left: 0;
 
-
padding-bottom: 9px;
 
-
}
 
-
 
-
a {
 
-
color: #E82525;
 
-
font-weight: bold;
 
-
text-decoration: underline;
 
-
}
 
-
a:visited {
 
-
color: #E82525;
 
-
text-decoration: underline;
 
-
font-weight : bold;
 
-
}
 
-
a:hover {
 
-
color: #901BBE;
 
-
text-decoration: none;
 
-
}
 
-
 
-
 
-
.box1 {
 
-
background:#ffffff;
 
-
color: #000;
 
-
border:1px solid #00ffff;
 
-
width: 400px;
 
-
height: 165px;
 
-
padding-top: 5;
 
-
padding-right: 6px;
 
-
padding-bottom: 0;
 
-
padding-left: 6px;
 
-
line-height: 16px;
 
-
}
 
-
 
-
.smalltext {
 
-
font-family: Verdana, Arial, Helvetica, sans-serif;
 
-
font-size: 10px;
 
-
padding: 3px 0;
 
-
    margin: 3px 0;
 
-
line-height: 12pt
 
}
}
 +
// -->
 +
  </script><!-- End Preload Script -->
 +
  <link href="css/styles.css" rel="stylesheet"
 +
type="text/css">
 +
</head>
 +
<body leftmargin="0" topmargin="0"
 +
onload="preloadImages();"
 +
style="background-color: rgb(255, 255, 255);" marginheight="0"
 +
marginwidth="0">
 +
<center><!-- ImageReady Slices (index.psd) -->
 +
<table class="frame" border="0" cellpadding="0"
 +
cellspacing="0" width="775">
 +
  <tbody>
 +
    <tr>
 +
      <td colspan="2" rowspan="2"> <img
 +
style="width: 125px; height: 125px;"
 +
src="https://static.igem.org/mediawiki/2009/c/c8/IITM.png" alt=""></td>
 +
      <td style="background-color: rgb(216, 233, 214);"
 +
colspan="15"> <img src="images/top1.gif" alt=""
 +
height="24" width="409"></td>
 +
    </tr>
 +
    <tr>
 +
      <td style="background-color: rgb(216, 233, 214);"
 +
colspan="1"> <a
 +
href="https://2009.igem.org/Team:IIT_Madras"
 +
onmouseover="window.status='home'; changeImages('home', 'images/home-over.gif'); return true;"
 +
onmouseout="window.status=''; changeImages('home', 'images/home.gif'); return true;">
 +
      <big><big><big><span
 +
style="color: rgb(102, 204, 204);">HOME</span></big></big></big><br>
 +
      </a></td>
 +
      <td style="background-color: rgb(216, 233, 214);"
 +
colspan="4"> <a
 +
href="https://2009.igem.org/Team:IIT_Madras/Team"
 +
onmouseover="window.status='my account'; changeImages('my_account', 'images/my-account-over.gif'); return true;"
 +
onmouseout="window.status=''; changeImages('my_account', 'images/my-account.gif'); return true;">
 +
      <big><big><big>TEAM</big></big></big><br>
 +
      </a></td>
 +
      <td style="background-color: rgb(216, 233, 214);"
 +
colspan="4"> <a href="#"
 +
onmouseover="window.status='help'; changeImages('help', 'images/help-over.gif'); return true;"
 +
onmouseout="window.status=''; changeImages('help', 'images/help.gif'); return true;">
 +
      <big><big>PROJECT</big></big></a><small><small><small><small><small><small><small><small><a
 +
href="https://2009.igem.org/Team:IIT_Madras/Project"
 +
onmouseover="window.status='my account'; changeImages('my_account', 'images/my-account-over.gif'); return true;"
 +
onmouseout="window.status=''; changeImages('my_account', 'images/my-account.gif'); return true;"><big
 +
style="color: rgb(102, 204, 204);"><big><big><big></big></big></big></big></a></small></small></small></small></small></small></small></small></td>
 +
      <td style="background-color: rgb(216, 233, 214);"
 +
colspan="1"> <a href="#"
 +
onmouseover="window.status='contact'; changeImages('contact', 'images/contact-over.gif'); return true;"
 +
onmouseout="window.status=''; changeImages('contact', 'images/contact.gif'); return true;">
 +
      </a><a
 +
href="https://2009.igem.org/Team:IIT_Madras/Notebook"
 +
onmouseover="window.status='my account'; changeImages('my_account', 'images/my-account-over.gif'); return true;"
 +
onmouseout="window.status=''; changeImages('my_account', 'images/my-account.gif'); return true;"><big><big><big>NOTEBOOK</big></big></big><br>
 +
      </a></td>
 +
      <td style="background-color: rgb(216, 233, 214);"
 +
colspan="1"><a
 +
href="https://2009.igem.org/Team:IIT_Madras/Pawan"
 +
onmouseover="window.status='my account'; changeImages('my_account', 'images/my-account-over.gif'); return true;"
 +
onmouseout="window.status=''; changeImages('my_account', 'images/my-account.gif'); return true;">
 +
      <big><big><big>PAWAN</big></big></big></a><a
 +
href="index.html#"
 +
onmouseover="window.status='my account'; changeImages('my_account', 'images/my-account-over.gif'); return true;"
 +
onmouseout="window.status=''; changeImages('my_account', 'images/my-account.gif'); return true;"><br>
 +
      </a></td>
 +
      <td style="background-color: rgb(216, 233, 214);"
 +
colspan="4"><a
 +
href="https://2009.igem.org/Team:IIT_Madras/Abdul"
 +
onmouseover="window.status='my account'; changeImages('my_account', 'images/my-account-over.gif'); return true;"
 +
onmouseout="window.status=''; changeImages('my_account', 'images/my-account.gif'); return true;">
 +
      <big><big><big>ABDUL</big></big></big></a><a
 +
href="index.html#"
 +
onmouseover="window.status='my account'; changeImages('my_account', 'images/my-account-over.gif'); return true;"
 +
onmouseout="window.status=''; changeImages('my_account', 'images/my-account.gif'); return true;"><br>
 +
      </a></td>
 +
    </tr>
 +
    <tr>
 +
      <td style="background-color: rgb(216, 233, 214);"
 +
colspan="2" rowspan="1"> <br>
 +
      </td>
 +
      <td colspan="15" rowspan="1"> <br>
 +
      </td>
 +
    </tr>
 +
  </tbody>
 +
</table>
 +
<!-- End ImageReady Slices -->
 +
</center>
 +
</body>
 +
</html>

Latest revision as of 12:53, 14 October 2009

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"> Company Name

HOME
TEAM
PROJECT NOTEBOOK
PAWAN
ABDUL