|
|
Line 6: |
Line 6: |
| | | |
| <html> | | <html> |
| + | |
| + | |
| + | <!--CSS--> |
| + | <style> |
| + | body{ margin:0px; } |
| + | div#floatbar { |
| + | position: fixed; |
| + | right: 10px; |
| + | top: 0%; |
| + | width: 80px; |
| + | margin-top: 50px |
| + | } |
| + | div#menubar1{ padding: 24px; border:#999 1 px dashed; } |
| + | div#menubar1 > a{ |
| + | font-family:Arial, Helvetica, sans-serif; |
| + | font-size:17px; |
| + | background: #666; |
| + | padding: 15px 10px; |
| + | color:#000; |
| + | margin-right: 10px; |
| + | margin-bottom: 5px; |
| + | text-decoration:none; |
| + | border-radius:3px; |
| + | float:left; |
| + | transition: background 0.3s ease-in-out 0s, color 0.4s ease-in-out 0s; |
| + | } |
| + | div#menubar1 > a:hover{ |
| + | background: #333; |
| + | color: #FFF; |
| + | } |
| + | |
| + | </style> |
| + | |
| + | <!--Float Bar--> |
| + | <body> |
| + | <div id="floatbar"> |
| + | <a href="https://2014.igem.org/Main_Page"> <img src= "https://static.igem.org/mediawiki/igem.org/6/60/Igemlogo_300px.png" align="right" width="55px"></a> |
| + | </div> |
| | | |
| <!--main content --> | | <!--main content --> |
| <table width="70%" align="center"> | | <table width="70%" align="center"> |
| | | |
- |
| |
- | <!--welcome box -->
| |
- | <tr>
| |
- | <td style="border:1px solid black;" colspan="3" align="center" height="150px" bgColor=#FF404B>
| |
- | <h1 >WELCOME TO iGEM 2014! </h1>
| |
- | <p>Your team has been approved and you are ready to start the iGEM season!
| |
- | <br>On this page you can document your project, introduce your team members, document your progress <br> and share your iGEM experience with the rest of the world! </p>
| |
- | <br>
| |
- | <p style="color:#E7E7E7"> <a href="https://2014.igem.org/wiki/index.php?title=Team:WPI-Worcester/Modeling&action=edit"style="color:#FFFFFF"> Click here to edit this page!</a> </p>
| |
- | </td>
| |
- | </tr>
| |
- |
| |
- | <tr> <td colspan="3" height="5px"> </td></tr>
| |
- | <!-- end welcome box -->
| |
| <tr> | | <tr> |
| | | |
Line 33: |
Line 57: |
| <tr heigth="75px"> | | <tr heigth="75px"> |
| | | |
| + | <img src="http://i.imgur.com/ta0HIn9.png" align="center"/> |
| | | |
- | <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:WPI-Worcester"style="color:#000000">Home </a> </td> | + | <div id="menubar1"> |
| + | <a href="https://2014.igem.org/Team:WPI-Worcester"> Home </a> |
| + | <a href="https://2014.igem.org/Team:WPI-Worcester/Team"> Team </a> |
| + | <a href="https://2014.igem.org/Team.cgi?year=2014&team_name=WPI-Worcester"> Official Team Profile </a> |
| + | <a href="https://2014.igem.org/Team:WPI-Worcester/Project"> Project </a> |
| + | <a href="https://2014.igem.org/Team:WPI-Worcester/Parts"> Parts </a> |
| + | <a href="https://2014.igem.org/Team:WPI-Worcester/Modeling"> Modeling </a> |
| + | <a href="https://2014.igem.org/Team:WPI-Worcester/Notebook"> Notebook </a> |
| + | <a href="https://2014.igem.org/Team:WPI-Worcester/Safety"> Safety </a> |
| + | <a href="https://2014.igem.org/Team:WPI-Worcester/Attributions"> Attributions </a> |
| + | </div> |
| + | </body> |
| | | |
- | <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:WPI-Worcester/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://igem.org/Team.cgi?year=2014&team_name=WPI-Worcester"style="color:#000000"> Official Team Profile </a></td>
| |
| | | |
- | <td style="border:1px solid black" align="center" height ="45px" onMouseOver="this.bgColor='#d3d3d3'" onMouseOut="this.bgColor='#e7e7e7'" bgColor=#e7e7e7> | + | <td align ="center"> </td> |
- | <a href="https://2014.igem.org/Team:WPI-Worcester/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>
| + | |
- | <a href="https://2014.igem.org/Team:WPI-Worcester/Parts"style="color:#000000"> Parts</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:WPI-Worcester/Modeling"style="color:#000000"> Modeling</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:WPI-Worcester/Notebook"style="color:#000000"> Notebook</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:WPI-Worcester/Safety"style=" color:#000000"> Safety </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:WPI-Worcester/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> | | </tr> |
| </table> | | </table> |
- | </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>
| |
| | | |
| + | <!--end navigation menu --> |
| | | |
| <!--modeling content --> | | <!--modeling content --> |