ProtoCat

From 2014.igem.org

(Difference between revisions)
(Blanked the page)
Line 1: Line 1:
 +
<!-- *** What falls between these lines is the Alert Box!  You can remove it from your pages once you have read and understood the alert *** -->
 +
 +
{{CSS/Main}}
 +
 +
 +
<html>
 +
 +
<!--main content -->
 +
<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=ProtoCat&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>
 +
 +
<!--navigation menu -->
 +
<td align="center" colspan="3">
 +
 +
<table  width="100%">
 +
<tr heigth="15px"></tr>
 +
<tr heigth="75px">
 +
 +
 +
<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:Michigan_Software"style="color:#000000">Home </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:Michigan_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://igem.org/Team.cgi?year=2014&team_name=Michigan_Software"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> 
 +
<a href="https://2014.igem.org/Team:Michigan_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>
 +
<a href="https://2014.igem.org/Team:Michigan_Software/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:Michigan_Software/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:Michigan_Software/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:Michigan_Software/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:Michigan_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>
 +
 +
 +
</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 colspan="3"> <h3>Notebook</h3></td></tr>
 +
</tr>
 +
 +
 +
<tr>
 +
<td width="45%"  valign="top">
 +
<p>You should make use of the calendar feature on the wiki and start a lab notebook. This may be looked at by the judges to see how your work progressed throughout the summer. It is a very useful organizational tool as well. </p>
 +
</td>
 +
 +
<td></td>
 +
<td></td>
 +
</tr>
 +
 +
 +
</table>
 +
</html>
 +
 +
 +
[[ProtoCat]]
 +
 +
<html lang="en">
 +
<head>
 +
<title>ProtoCat - Protocol Catalogue and Calculator</title>
 +
<meta charset="utf-8" />
 +
 +
<link rel="stylesheet" href="style.css" type="text/css" />
 +
<meta name="viewport" content="width=device-width, initial-scale=1.0">
 +
 +
</head>
 +
 +
<body class="body">
 +
 +
<header class="mainHeader">
 +
 +
<h1> ProtoCat </h1>
 +
<nav><ul>
 +
<li class="active"><a href="#">Home</a></li>
 +
<li><a href="#">About</a></li>
 +
<li><a href="#">My Protocols</a></li>
 +
<li><a href="#">Catalog</a></li>
 +
</ul></nav>
 +
</header>
 +
 +
<div class="mainContent">
 +
<div class="content">
 +
<article class="topcontent">
 +
<header>
 +
<h2><a href="#" rel="bookmark" title="Permalink to this POST TITLE">Home</a></h2>
 +
</header>
 +
<content>
 +
<p>Welcome to ProtoDB, the free online catalogue of laboratory protocols. With over [number] protocols and a built-in calculator, we are simplifying laboratory procedures one protocol at a time.</p> </content>
 +
 +
</article>
 +
</div>
 +
 +
 +
<aside class="top-sidebar">
 +
<article>
 +
<h2>Top Rated</h2>
 +
 +
          <ol>
 +
              <li><a href="#">Pro1</a></li>
 +
              <li><a href="#">Pro2</a></li>                <li><a href="#">Pro3</a></li>
 +
            </ol>
 +
 +
</article>
 +
</aside>
 +
 +
<img src="img/blue_test_tubes.jpg">
 +
 +
<aside class="middle-sidebar">
 +
<article>
 +
<h2>Top Favorited</h2>
 +
<ol>
 +
              <li><a href="#">Pro1</a></li>
 +
              <li><a href="#">Pro2</a></li>                <li><a href="#">Pro3</a></li>
 +
            </ol>
 +
 +
    </article>
 +
</aside>
 +
 +
<aside class="bottom-sidebar">
 +
<article>
 +
<h2>Recent Uploads</h2>
 +
<ol>
 +
              <li><a href="#">Pro1</a></li>
 +
              <li><a href="#">Pro2</a></li>                <li><a href="#">Pro3</a></li>
 +
            </ol>
 +
 +
    </article>
 +
</aside>
 +
</div>
 +
 +
<footer class="mainFooter">
 +
<p>Copyright &copy; 2013 <a href="http://1stwebdesigner.com">1stwebdesigner</a></p>
 +
<p> Team info! </p>
 +
</footer>
 +
 +
</body>
 +
</html>

Revision as of 00:31, 20 September 2014



WELCOME TO iGEM 2014!

Your team has been approved and you are ready to start the iGEM season!
On this page you can document your project, introduce your team members, document your progress
and share your iGEM experience with the rest of the world!


Click here to edit this page!

Home Team Official Team Profile Project Parts Modeling Notebook Safety Attributions

Notebook

You should make use of the calendar feature on the wiki and start a lab notebook. This may be looked at by the judges to see how your work progressed throughout the summer. It is a very useful organizational tool as well.


ProtoCat

ProtoCat - Protocol Catalogue and Calculator

ProtoCat

Home

Welcome to ProtoDB, the free online catalogue of laboratory protocols. With over [number] protocols and a built-in calculator, we are simplifying laboratory procedures one protocol at a time.