From 2011.igem.org
(Difference between revisions)
|
|
(39 intermediate revisions not shown) |
Line 1: |
Line 1: |
- | {{:Team:Cambridge/Templates/headerMinimalprototype}}
| |
- | {{:Team:Cambridge/Templates/boxesprototypenew}}
| |
| | | |
- | <p> </p> | + | <html> |
| + | <head> |
| + | <meta charset="utf-8"> |
| + | <title>Demo</title> |
| + | </head> |
| + | <body> |
| + | <a href="http://jquery.com/">jQuery</a> |
| + | <script src="http://www.genobiotec2011.org/stuff/jquery-mine.js"></script> |
| + | <script> |
| + | window.onload = function(){ alert("welcome"); } |
| + | </script> |
| | | |
- | {{:Team:Cambridge/Templates/headerbar|colour=#386abc|title=The Project}}
| + | |
- | <html><img src="https://static.igem.org/mediawiki/2010/7/70/Front.jpg" style="margin-left:4px; margin-bottom:5px; width:710px; margin-top:-2px;">
| + | </body> |
- | <div style="height:30px; position:relative; font-size:12px; color:#6e6e6e; line-height:15px;">
| + | |
- | <div style="position:absolute; width:230px; left:5px; text-align:center;">A flask lit by E. coli transformed with one of our constructs </div>
| + | |
- | <div style="position:absolute; width:230px; left:240px; text-align:center;">E. coli transformed with our different coloured bioluminescent systems</div>
| + | |
- | <div style="position:absolute; width:220px; left:485px; text-align:center;">Team members illuminated only by our bacteria</div>
| + | |
- | </div> | + | |
| </html> | | </html> |
- |
| |
- | and this is with Wiki-language
| |
- |
| |
- | --and it seems to be easier managing wiki-language
| |
- |
| |
- | [[Team:UANL_Mty-Mexico|Go gack to main page]]
| |
Latest revision as of 09:36, 30 June 2011
Demo
jQuery