Team:Harvard/Project/Pipeline

From 2011.igem.org

(Difference between revisions)
Line 4: Line 4:
=Our Project Pipeline=
=Our Project Pipeline=
[[File:HARV Pipeline.PNG|frame|center]]
[[File:HARV Pipeline.PNG|frame|center]]
 +
</div>
 +
 +
<div class="whitebox">
 +
<html>
 +
<head>
 +
<script type="text/javascript" src="jquery.js"></script>
 +
<script type="text/javascript">
 +
$(document).ready(function(){
 +
  $("button").click(function(){
 +
    $("p").toggle();
 +
  });
 +
});
 +
</script>
 +
</head>
 +
<body>
 +
 +
<button>Toggle</button>
 +
<p>This is a paragraph with little content.</p>
 +
<p>This is another small paragraph.</p>
 +
</body>
 +
</html>
</div>
</div>

Revision as of 02:41, 21 September 2011

bar

Our Project Pipeline

HARV Pipeline.PNG

This is a paragraph with little content.

This is another small paragraph.