Team:UIUC-Illinois/Project

From 2012.igem.org

(Difference between revisions)
Line 6: Line 6:
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<link rel="stylesheet" href="css/css.css" type="text/css" />
<link rel="stylesheet" href="css/css.css" type="text/css" />
-
<title>Header</title>
+
<title>Main</title>
<link href="CSS/css.css" rel="stylesheet" type="text/css" />
<link href="CSS/css.css" rel="stylesheet" type="text/css" />
 +
<script src="http://ajax.googleapis.com/ajax/libs/jquery/1.7.2/jquery.min.js"></script>
 +
<script src="http://illinoisigem.googlecode.com/files/galleria-1.2.7.min.js"></script>
</head>
</head>
-
<body>
+
<script>
-
<div id="selectioncontainer">
+
$(document).ready(function(){
 +
    $('a').click(function () {
 +
        var divname= this.name;
 +
        $("#"+divname)
 +
.fadeIn(300)
 +
.siblings()
 +
.hide(0);
 +
    });
 +
});
-
        <div id=PUFselection>
+
</script>
-
<li>
+
-
<a href="https://2012.igem.org/Team:UIUC-Illinois/ProjectPUF">To the PUF Project page</a>
+
-
</li>
+
-
        </div>
+
-
        <div id="PHATselection">
+
<body>
-
        <li>
+
-
                <a href="https://2012.igem.org/Team:UIUC-Illinois/ProjectPHAT">To the PHAT Project page</a>
+
-
        </li>
+
-
        </div>
+
 +
<div id="projectcontainer">
 +
<div id="projectoverview">
 +
Overview
</div>
</div>
-
 
-
<div id="overviewcontainer">
 
-
 
-
    <div id="project-left">
 
-
<h1>PROJECT PUF</h1>
 
-
        <p>PUF Abstract</p>
 
-
        </div>
 
-
 
-
    <div id="project-right">
 
-
<h1>PROJECT PHAT</h1>
 
-
        <p>PHAT Abstract</p>
 
-
        </div>
 
-
 
</div>
</div>
</body>
</body>
</html>
</html>

Revision as of 18:29, 24 August 2012

Header

Main

Overview

Retrieved from "http://2012.igem.org/Team:UIUC-Illinois/Project"