Team:MIT/Protocols

From 2012.igem.org

(Difference between revisions)
(Created page with "{{MIT-header2}} {{MIT-style-team}} <html> <head> <link href="http://ajax.googleapis.com/ajax/libs/jqueryui/1.8/themes/base/jquery-ui.css" rel="stylesheet" type="text/css"/> ...")
 
(5 intermediate revisions not shown)
Line 1: Line 1:
{{MIT-header2}}
{{MIT-header2}}
-
{{MIT-style-team}}
+
{{MIT-style}}
<html>
<html>
<head>
<head>
-
 
-
  <link href="http://ajax.googleapis.com/ajax/libs/jqueryui/1.8/themes/base/jquery-ui.css" rel="stylesheet" type="text/css"/>
 
-
  <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.5/jquery.min.js"></script>
 
-
  <script src="http://ajax.googleapis.com/ajax/libs/jqueryui/1.8/jquery-ui.min.js"></script>
 
-
 
-
 
-
<!-- TODO: add pre/n buttons -->
 
-
<script>
 
-
$(document).ready(function(){
 
-
  $('.bio').css('display','none');
 
-
  $('.col_list li').css('cursor','pointer');
 
-
  $('.col_list li').hover(function() {
 
-
    $(this).css('background-color','#a3abae');
 
-
    }, function() {
 
-
    $(this).css('background-color','#ffffff');
 
-
  });
 
-
 
-
  $("#accordion").accordion();
 
-
 
-
  $('.col_list li').click(function () {
 
-
    $('.bio').hide();
 
-
    var name = $(this).attr('id');
 
-
    $('#'+name+'bio').fadeIn(500);
 
-
   
 
-
  });
 
-
});
 
-
</script>
 
</head>
</head>
-
 
<body>
<body>
 +
<div id="col_center">
 +
    <div id="block-content">
 +
    </div><!--end block-content-->
-
<div id="col_nav">
+
<p>
-
 
+
EDIT
-
    <div id="accordion">
+
</p>
-
<h3><a href="#">Mammalian</a></h3>
+
-
<div class="col_list">
+
-
<ul>
+
-
    <li id="ga">Cell Culture</li>
+
-
    <li id="ea">Transfection</li>
+
-
    <li id="kb">Flow Cytometry</li>
+
-
 
+
-
 
+
-
</ul>
+
-
    </div><!-- end Mammalian -->
+
-
 
+
-
<h3><a href="#">Bacteria</a></h3>
+
-
+
-
      <div class="col_list">
+
-
          <ul>
+
-
            <li id="rw">Cloning</li>
+
-
            <li id="jb">Placeholder</li>
+
-
 
+
-
          </ul>
+
-
        </div><!-- end Bacteria-->
+
-
 
+
-
</div>
+
-
 
+
-
</div><!--end col_nav-->
+
-
 
+
-
 
+
-
<div class="protocol" id="mamprotocol">
+
-
<h1> Freezing Down Cells </h1>
+
-
 
+
-
Blerg.
+
-
<div class="clear"></div>
+
-
</div>
+
-
 
+
-
 
+
-
 
+
-
 
+
-
 
+
-
 
+
-
 
+
-
 
+
-
 
+
-
<h1>Our Team</h1>
+
-
 
+
-
<p>Meet the 2012 MIT iGEM Team!</p>
+
-
<br /><br />
+
-
<img src="https://static.igem.org/mediawiki/2012/c/c1/MIT_team.png">
+
-
 
+
-
<div class="clear"></div>
+
-
</div>
+
-
 
+
-
 
+
-
<div id='next' style="float:right; margin-top: 20px;"> </div>
+
-
</div><!--end col_left-->
+
-
 
+
-
+
</div> <!--End col_center-->
</body>
</body>
</html>
</html>

Latest revision as of 00:53, 8 September 2012

iGEM 2012

EDIT