Team:Harvard/Project/Pipeline

From 2011.igem.org

(Difference between revisions)
 
(11 intermediate revisions not shown)
Line 1: Line 1:
-
{|
+
{{:Team:Harvard/Template:PracticeBar2}}
-
| [[File:HARV Pipeline.PNG|thumb|center]]
+
 
-
|}
+
<div class="whitebox">
 +
=Our Project Pipeline=
 +
[[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(){
 +
  $("myhover").hover(function(){
 +
    $("p").toggle();
 +
  });
 +
});
 +
</script>
 +
</head>
 +
 
 +
<body>
 +
 
 +
<button>Toggle</button>
 +
<p id="myhover">Hello World!</p>
 +
<p>This is a paragraph with little content.</p>
 +
<p>This is another small paragraph.</p>
 +
</body>
 +
</html>
 +
</div>

Latest revision as of 02:57, 21 September 2011

bar

Our Project Pipeline

HARV Pipeline.PNG


Hello World!

This is a paragraph with little content.

This is another small paragraph.