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

Header

Tell us more about your project. Give us background. Use this as the abstract of your project. Be descriptive but concise (1-2 paragraphs)

Your team picture
Team UPIBI-Mexico




Main

The Team


[[File:Example.jpg]]

We are the 2012 UPIBI iGEM team


Retrieved from "http://2012.igem.org/Team:UPIBI-Mexico"