|
|
Line 1: |
Line 1: |
| {{:Team:UPIBI-Mexico/Templates/Main}} | | {{:Team:UPIBI-Mexico/Templates/Main}} |
| + | <html> |
| | | |
- | <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>
| |
- | $(document).ready(function(){
| |
- | $('a').click(function () {
| |
- | var divname= this.name;
| |
- | $("#"+divname)
| |
- | .fadeIn(300)
| |
- | .siblings()
| |
- | .hide(0);
| |
- | });
| |
- | });
| |
- |
| |
- | </script>
| |
- | </head>
| |
- | <body>
| |
- |
| |
- | <div id="aboutus">
| |
- | <div id="aboutusmenu">
| |
- | <li><a name="abt1" ><b>Advisors Members</b></a></li>
| |
- | <li><a name="abt2" ><b>Undergraduate Members</b></a></li>
| |
- | </div>
| |
- | <div id="aboutusdescription">
| |
| <center><h1>The Team</h1></center><br/> | | <center><h1>The Team</h1></center><br/> |
| <center>[[File:Example.jpg]]</center><br/> | | <center>[[File:Example.jpg]]</center><br/> |
| <center><p>We are the 2012 UPIBI iGEM team.</p></center><br/> | | <center><p>We are the 2012 UPIBI iGEM team.</p></center><br/> |
- |
| |
- | <div id="abt1" style="display:none">
| |
- | <center><h1>The Team</h1></center><br/>
| |
- | <center>[[File:Example.jpg]]</center><br/>
| |
- | <center><p>We are the 2012 UPIBI Advisors iGEM team.</p></center><br/>
| |
- | </div>
| |
- |
| |
- | <div id="abt2" style="display:none">
| |
- | <center><h1>The Team</h1></center><br/>
| |
- | <center>[[File:Example.jpg]]</center><br/>
| |
- | <center><p>We are the 2012 UPIBI Undergraduate iGEM team.</p></center><br/>
| |
- | </div>
| |
- | </div>
| |
- | </div>
| |
- | </div>
| |
- | </body>
| |
- | </html>
| |