Team:Vanderbilt Software

From 2014.igem.org

(Difference between revisions)
 
(8 intermediate revisions not shown)
Line 1: Line 1:
-
{{CSS/Main}}
+
{{Team:Vanderbilt/CSS}}
<html>
<html>
 +
<head lang="en">
 +
<meta charset="UTF-8">
 +
<title>Vanderbilt iGEM Wetware</title>
-
  <!--main content -->
+
<style>
-
  <table width="70%" align="center">
+
#igem_header {
 +
height: 20px;
 +
font-size: 1em;
 +
background-color: black;
 +
color: grey;
 +
text-align: justify;
 +
}
 +
#labbook {
 +
display: block;
 +
max-width: 100%;
 +
max-height: 100%;
 +
margin: auto;
 +
height: 85%;
 +
width: 45%;
 +
background-image: url("https://static.igem.org/mediawiki/parts/e/e8/Vanderbilt_Software_Front_Smaller.png");
 +
background-repeat: no-repeat;
 +
background-size: 100% 100%;
 +
}
 +
#labbook:hover {
 +
opacity: 0.9;
 +
}
 +
#intro_igem_logo {
 +
position: absolute;
 +
top: 20px;
 +
right: 20px;
 +
}
 +
</style>
-
    <tr> <td colspan="3"  height="5px"> </td></tr>
+
</head>
-
    <!-- end welcome box -->
+
-
    <tr>
+
-
      <!--navigation menu -->
+
<body>
-
      <td align="center" colspan="3">
+
-
        <table  width="100%">
+
<a href="https://2014.igem.org/Main_Page">
-
          <tr heigth="15px"></tr>
+
    <img id="intro_igem_logo" src="https://static.igem.org/mediawiki/parts/6/6b/Vanderbilt_iGEM.png" alt="igem logo" width="100" height="100">
-
          <tr heigth="75px">
+
</a>
 +
<div id="tabs">
 +
</div>
-
            <td style="border:1px solid black;" align="center" height ="45px" onMouseOver="this.bgColor='#d3d3d3'" onMouseOut="this.bgColor='#e7e7e7'" bgColor=#e7e7e7>
+
<a href="https://2014.igem.org/Team:Vanderbilt_Software/Project/Home">
-
              <a href="https://2014.igem.org/Team:Vanderbilt_Software"style="color:#000000">Home</a> </td>
+
<img id="labbook" src="https://static.igem.org/mediawiki/parts/e/e8/Vanderbilt_Software_Front_Smaller.png" alt=labbook front width="1034" height="802">
 +
</a>
-
            <td style="border:1px solid black" align="center"  height ="45px" onMouseOver="this.bgColor='#d3d3d3'" onMouseOut="this.bgColor='#e7e7e7'" bgColor=#e7e7e7>
+
</body>
-
              <a href="https://2014.igem.org/Team:Vanderbilt_Software/Project"style="color:#000000"> Project</a></td>
+
-
            <td style="border:1px solid black;" align="center" height ="45px" onMouseOver="this.bgColor='#d3d3d3'" onMouseOut="this.bgColor='#e7e7e7'" bgColor=#e7e7e7>
+
</html>
-
              <a href="https://2014.igem.org/Team:Vanderbilt_Software/Program"style="color:#000000">Program</a> </td>
+
-
 
+
-
 
+
-
            <td style="border:1px solid black;" align="center" height ="45px" onMouseOver="this.bgColor='#d3d3d3'" onMouseOut="this.bgColor='#e7e7e7'" bgColor=#e7e7e7>
+
-
              <a href="https://2014.igem.org/Team:Vanderbilt_Software/Team"style="color:#000000"> Team </a> </td>
+
-
 
+
-
            <td style="border:1px solid black;" align="center"  height ="45px" onMouseOver="this.bgColor='#d3d3d3'" onMouseOut="this.bgColor='#e7e7e7'" bgColor=#e7e7e7>
+
-
              <a href="https://2014.igem.org/Team:Vanderbilt_Software/Attributions"style="color:#000000"> Attributions </a></td>
+
-
 
+
-
 
+
-
            <td align ="center"> <a href="https://2014.igem.org/Main_Page"> <img src="https://static.igem.org/mediawiki/igem.org/6/60/Igemlogo_300px.png" width="55px"></a> </td>
+
-
          </tr>
+
-
        </table>
+
-
 
+
-
        <!--end navigation menu -->
+
-
    </tr>
+
-
 
+
-
 
+
-
</tr>
+
-
 
+
-
 
+
-
 
+
-
 
+
-
 
+
-
</td>
+
-
 
+
-
<tr> <td colspan="3"  height="15px"> </td></tr>
+
-
<tr><td bgColor="#e7e7e7" colspan="3" height="1px"> </tr>
+
-
<tr> <td colspan="3"  height="5px"> </td></tr>
+
-
 
+
-
 
+
-
<!--requirements section -->
+
-
<tr><td> <h3> Requirements </h3></td></tr>
+
-
<tr>
+
-
  <td width="45%"  valign="top" align="center">
+
-
 
+
-
    <!-- Links to other team pages -->
+
-
    <ul>
+
-
      <li><a href="https://2014.igem.org/Team:Vanderbilt_Software">Home</a> </li>
+
-
      <li><a href="https://2014.igem.org/Team:Vanderbilt_Software/Project">Project</a> </li>
+
-
      <li><a href="https://2014.igem.org/Team:Vanderbilt_Software/Program">Program</a> </li>
+
-
      <li><a href="https://2014.igem.org/Team:Vanderbilt_Software/Team">Team</a> </li>
+
-
      <li><a href="https://2014.igem.org/Team:Vanderbilt_Software/Attributions">Attributions</a> </li>
+
-
 
+
-
    </ul>
+
-
 
+
-
  </td>
+
-
</tr>
+
-
</table>
+

Latest revision as of 20:55, 26 January 2015

Vanderbilt iGEM Wetware

labbook