Team:UPIBI-Mexico
From 2012.igem.org
(Difference between revisions)
Line 11: | Line 11: | ||
<!--- The Mission, Experiments ---> | <!--- The Mission, Experiments ---> | ||
+ | |||
+ | |||
+ | |||
+ | |||
+ | |||
+ | |||
+ | <html xmlns="http://www.w3.org/1999/xhtml"> | ||
+ | <head> | ||
+ | <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> | ||
+ | <link rel="stylesheet" href="css/css.css" type="text/css" /> | ||
+ | <title>Main</title> | ||
+ | <link href="CSS/css.css" rel="stylesheet" type="text/css" /> | ||
+ | </head> | ||
+ | |||
+ | <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.7.2/jquery.min.js"></script> | ||
+ | |||
+ | <script> | ||
+ | $(document).ready(function(){ | ||
+ | $('a').click(function () { | ||
+ | var divname= this.name; | ||
+ | $("#"+divname) | ||
+ | .fadeIn(300) | ||
+ | .siblings() | ||
+ | .hide(0); | ||
+ | }); | ||
+ | }); | ||
+ | |||
+ | </script> | ||
+ | </head> | ||
+ | <body> | ||
+ | |||
+ | </div> | ||
+ | <div id="aboutusdescription"> | ||
+ | <center><h1>The Team</h1></center><br/> | ||
+ | <center>[[File:Example.jpg]]</center><br/> | ||
+ | <center><p>We are the 2012 UPIBI iGEM team</p></center><br/> | ||
+ | </div> | ||
+ | |||
+ | </div> | ||
+ | </body> | ||
+ | </html> |
Revision as of 01:13, 24 June 2012