User:Benjamin Miller
From OpenWetWare
(Difference between revisions)
| Line 94: | Line 94: | ||
# Interest 2 | # Interest 2 | ||
# Interest 3 | # Interest 3 | ||
| + | |||
| + | <html> | ||
| + | <head> | ||
| + | |||
| + | <script type="text/javascript" src="jquery.js"></script> | ||
| + | <script type="text/javascript"> | ||
| + | $(document).ready(function(){ | ||
| + | $(".flip").click(function(){ | ||
| + | $(".panel").slideToggle("slow"); | ||
| + | }); | ||
| + | }); | ||
| + | </script> | ||
| + | |||
| + | <style type="text/css"> | ||
| + | div.panel,p.flip | ||
| + | { | ||
| + | margin:0px; | ||
| + | padding:5px; | ||
| + | text-align:center; | ||
| + | background:#e5eecc; | ||
| + | border:solid 1px #c3c3c3; | ||
| + | } | ||
| + | div.panel | ||
| + | { | ||
| + | height:120px; | ||
| + | display:none; | ||
| + | } | ||
| + | </style> | ||
| + | </head> | ||
| + | |||
| + | <body> | ||
| + | |||
| + | <div class="panel"> | ||
| + | <p>Because time is valuable, we deliver quick and easy learning.</p> | ||
| + | <p>At W3Schools, you can study everything you need to learn, in an accessible and handy format.</p> | ||
| + | </div> | ||
| + | |||
| + | <p class="flip">Show/Hide Panel</p> | ||
| + | |||
| + | </body> | ||
| + | </html> | ||
| + | |||
| + | |||
| + | |||
| + | |||
==Useful links== | ==Useful links== | ||
*[[OpenWetWare:Welcome|Introductory tutorial]] | *[[OpenWetWare:Welcome|Introductory tutorial]] | ||
*[[Help|OpenWetWare help pages]] | *[[Help|OpenWetWare help pages]] | ||
Revision as of 08:23, 18 August 2010
Contents |
Contact Info
- Benjamin Miller
- Imperial College London
- Email me through OpenWetWare
- Member of the Imperial College London 2010 iGEM team
Education
- Year, PhD, Institute
- Year, MS, Institute
- Year, BS, Institute
Click me
Research interests
- Interest 1
- Interest 2
- Interest 3
Because time is valuable, we deliver quick and easy learning.
At W3Schools, you can study everything you need to learn, in an accessible and handy format.
Show/Hide Panel



