Biomod/2014/OhioMOD

From OpenWetWare
Jump to navigationJump to search
The printable version is no longer supported and may have rendering errors. Please update your browser bookmarks and please use the default browser print function instead.

<html> <head> <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.11.1/jquery.min.js"></script> <!-- Latest compiled css and JavaScript --> <script src="http://maxcdn.bootstrapcdn.com/bootstrap/3.2.0/js/bootstrap.min.js"></script> <!--j--query--> <!--Nav Bar Theme--> <link href="http://maxcdn.bootstrapcdn.com/bootswatch/3.2.0/yeti/bootstrap.min.css" rel="stylesheet"> <style>

  1. content{margin-left:0;}

.navbar{ top:8.5px; position:fixed; width:96.8%; } /*clearing the side openwetware panels*/ .firstHeading, #column-one, #p-bookmarks, #p-history , .portlet{ display:none; }

  1. bodyContent/*clearing the side openwetware panels

.firstHeading, #column-one, #p-bookmarks, #p-history , .portlet{ display:none; }

  1. content#bodyContent, {

/*display:none;*/ background-color:#FFFFFF; }

  1. OSUfooter{

clear:both; }

  1. footer{display: none;}

/*Done clearing*/




</style>

</head>




<!--Nav--> <div class="navbar navbar-default">

 <div class="navbar-header">
   <button type="button" class="navbar-toggle" data-toggle="collapse" data-target=".navbar-responsive-collapse">
     <span class="icon-bar"></span>
     <span class="icon-bar"></span>
     <span class="icon-bar"></span>
   </button>
   <a class="navbar-brand" href="http://openwetware.org/wiki/Biomod/2014/OhioMOD">OhioMOD</a>
 </div>
 <div class="navbar-collapse collapse navbar-responsive-collapse">
   <ul class="nav navbar-nav">
     <li ><a href="http://openwetware.org/wiki/Biomod/2014/OhioMOD">Home</a></li>
     <li><a href="http://openwetware.org/wiki/Biomod/2014/OhioMOD/project">Background</a></li>

<li><a href="http://openwetware.org/wiki/Biomod/2014/OhioMOD/results">Project and Results</a></li>

<li class="dropdown">

       <a href="#" class="dropdown-toggle" data-toggle="dropdown">Materials and Methods <b class="caret"></b></a>
       <ul class="dropdown-menu">
         <li><a href="http://openwetware.org/wiki/Biomod/2014/OhioMOD/protocols">Protocols</a></li>
         <li><a href="http://openwetware.org/wiki/Biomod/2014/OhioMOD/equipment">Equipment</a></li>
         <li class="divider"></li>
         <li class="dropdown-header">Lab Notebook</li>
         <li><a href="http://openwetware.org/wiki/Biomod/2014/OhioMOD/LabNotebook">Experiment Schedule</a></li>
         <li><a href="http://openwetware.org/wiki/Biomod/2014/OhioMOD/experimentnotes">Experiment Notes</a></li>
       </ul>
     </li>

<li><a href="http://openwetware.org/wiki/Biomod/2014/OhioMOD/team">Team</a></li> <li><a href="http://openwetware.org/wiki/Biomod/2014/OhioMOD/sponsors">Acknowledgement</a></li> <li><a href="http://www.giveto.osu.edu/igive/OnlineGiving/fund_results.aspx?fund=314139" target="_blank">Give To OhioMOD</a></li>

   </ul>
 </div>

</div> <!--Nav Bar Done-->

</html>

<html> <head> <!--css stuff begins here--> <style> center {padding-bottom:50px;} /*Aligning the Logo*/

  1. logo {
 width: 700px ;
 margin-left: auto ;
 margin-right: auto ;

}

/*Aligning the Video*/

  1. video {
 width: 700px ;
 margin-left: auto ;
 margin-right: auto ;

}

/*Aligning the Abstract*/

  1. abstract {
 width: 700px ;
 margin-left: auto ;
 margin-right: auto ;

} </style> <!--css stuff ends here--> </head> <body> <div id="logo"> <img src="http://openwetware.org/images/2/20/Logo_copy.jpg" alt="some_text"> </div> <div id="abstract"> <h1>Welcome to OhioMOD</h1> <p1>OhioMOD is Ohio State's undergraduate biomolecular design team. The team participates in the BioMOD international competition each year at Harvard University. The 2014-2015 project will use a folded DNA structure to control miRNA gene regulation in cancer.</p1> <h3>More information will be coming soon, till then enjoy this awesome video </h3> </div> <div id="video"> <iframe width="520" height="315" src="http://www.youtube.com/embed/sGF6bOi1NfA" frameborder="0" allowfullscreen></iframe> <li><a href="http://openwetware.org/index.php?title=Biomod/2014/OhioMOD&action=edit">Edit Main Page</li> </div> </body> </html>


<html>

<head> <style>

  1. Footer table {
  width: 96.8%;
  max-width:2350px;
  bottom:0px;
  height:50px;   /* Height of the footer */
  font-weight:300;
  background-color: #2E2E2E;
   text-align:center;
   color: white;
   font-size:13px;
   border: 3px white solid; 

}

  1. Footer {
   clear: both; /*may be omitted*/
   position: absolute;
   bottom: 12px; 
   background-color:#fffff;
   width: 100%;
   height: 40px; /* or anything you like */
}


</style> </head> <div id="Footer" >

       <table>
           <tr>

<td id="osuicon" align="left"><a href="http://www.osu.edu" target="_blank"><img src="http://openwetware.org/images/c/cd/TheOhioStateUniversity-REV-Horiz-RGBHEX.png"height="30" width="190" /></td>

<td id="email">Contact us at <a href="mailto:theohiomod@gmail.com"><font color="white">theohiomod@gmail.com</a></td>

<td id="nblicon"><a href="http://mae.osu.edu/labs/nbl/"target="_blank"><img src="http://openwetware.org/images/e/e9/NBL_logo-RGBHEX.png"height="40" width="40"/></td>

<td id="fbicon"><a href="http://www.facebook.com/OhioMod?fref=photo"target="_blank"><img src="http://openwetware.org/images/3/3f/Facebook_icon.png"height="40" width="40"/></td>

           </tr>
       </table>
   </div>

</html>