Team:UIUC-Illinois/Team/AboutUs
From 2012.igem.org
(Difference between revisions)
(Created page with "<html> <body> <script> function show(k) { elem = document.getElementById('AboutUs'); elem.style.display = 'none'; if(k==1){ elem.style.display = 'block'; } elem = document.g...") |
|||
Line 1: | Line 1: | ||
- | + | {{Template:UIUC Illinois Header}} | |
- | + | {{Template:UIUC Illinois CSS}} | |
- | + | ||
- | + | ||
- | { | + | |
- | + | <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> | </script> | ||
- | + | </head> | |
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | <div id=" | + | <body> |
- | + | <div id="aboutusintro"> | |
+ | <center>intro</center> | ||
</div> | </div> | ||
+ | <div id="aboutus"> | ||
+ | <div id="aboutusmenu"> | ||
+ | <li><a name="abt1" >The Team</a></li> | ||
+ | <li><a name="abt2" >Institute for Genomic Biology</a></li> | ||
+ | <li><a name="abt3" >University of Illinois</a></li> | ||
+ | </div> | ||
+ | |||
+ | <div id="aboutusdescription"> | ||
- | <div id=" | + | <div id="abt1" style="display:none"> |
- | + | ||
</div> | </div> | ||
- | + | <div id="abt2" style="display:none"> | |
- | <div id=" | + | </div> |
- | + | <div id="abt3" style="display:none"> | |
</div> | </div> | ||
</body> | </body> | ||
- |
Revision as of 18:32, 6 June 2012