Team:UPIBI-Mexico/Team

From 2012.igem.org

(Difference between revisions)
Line 12: Line 12:
-
<!--- 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>
-
<nowiki>Insert non-formatted text here</nowiki>
+
<script src="http://ajax.googleapis.com/ajax/libs/jquery/1.7.2/jquery.min.js"></script>
-
watch:
+
-
[http://www.example.com link title]
+
-
== '''Team''' ==
+
-
== '''What we did''' ==
+
<script>
 +
$(document).ready(function(){
 +
    $('a').click(function () {
 +
        var divname= this.name;
 +
        $("#"+divname)
 +
.fadeIn(300)
 +
.siblings()
 +
.hide(0);
 +
    });
 +
});
-
(Provide proper attribution for all work)
+
</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>
-
== '''Where we're from''' ==
+
    </div>
-
We are from the beautiful city of Mexico
+
</body>
-
 
+
</html>
-
And we're studying at the best school of the UNIverse.
+

Revision as of 01:14, 24 June 2012

Header

You can write a background of your team here. Give us a background of your team, the members, etc. Or tell us more about something of your choosing.
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/Team"