Team:UESTC-Software
From 2014.igem.org
(Difference between revisions)
Tangying0608 (Talk | contribs) |
Tangying0608 (Talk | contribs) |
||
(5 intermediate revisions not shown) | |||
Line 11: | Line 11: | ||
</head> | </head> | ||
<body> | <body> | ||
- | < | + | <img src="https://static.igem.org/mediawiki/2014/0/0a/2014-UESTC-Software.png" id="UESTC" style="top:15px;"> |
- | <div id="logoBox"> | + | <div id="logoBox" style="top:120px;"> |
<img src="https://static.igem.org/mediawiki/2014/5/52/2014_UESTC_Software_Home.png" id="home" class="imenu"> | <img src="https://static.igem.org/mediawiki/2014/5/52/2014_UESTC_Software_Home.png" id="home" class="imenu"> | ||
<img src="https://static.igem.org/mediawiki/2014/1/18/2014_UESTC_Software_Project.png" id="project" class="imenu"> | <img src="https://static.igem.org/mediawiki/2014/1/18/2014_UESTC_Software_Project.png" id="project" class="imenu"> | ||
Line 22: | Line 22: | ||
<img src="https://static.igem.org/mediawiki/2014/e/e5/2014_UESTC_Software_logo.gif" id="logo" style="border-radius: 90px;"> | <img src="https://static.igem.org/mediawiki/2014/e/e5/2014_UESTC_Software_logo.gif" id="logo" style="border-radius: 90px;"> | ||
</div> | </div> | ||
- | + | <a class="iGEM" href="https://2014.igem.org/Main_Page" style="position: fixed;top: 0;right: 0;"><img src="https://static.igem.org/mediawiki/2014/8/8d/2014-UESTC-Software-Igem.png"></a> | |
<script type="text/javascript"> | <script type="text/javascript"> | ||
$("html").css({ | $("html").css({ | ||
Line 44: | Line 44: | ||
} | } | ||
function logoDown(which){ | function logoDown(which){ | ||
- | |||
$("#logo").css({ | $("#logo").css({ | ||
"position":"fixed", | "position":"fixed", | ||
"left":(window.innerWidth-155)/2+"px", | "left":(window.innerWidth-155)/2+"px", | ||
- | "top":(window.innerHeight- | + | "top":(window.innerHeight-53-155)/2+"px", |
}); | }); | ||
+ | |||
$("#logo").animate({ | $("#logo").animate({ | ||
width:"100px", | width:"100px", | ||
Line 66: | Line 66: | ||
"width":boxWidth+"px", | "width":boxWidth+"px", | ||
"height":boxHeight+"px", | "height":boxHeight+"px", | ||
+ | }); | ||
+ | $("#UESTC").css({ | ||
+ | "position":"fixed", | ||
+ | "left":(window.innerWidth-362)/2+"px", | ||
}); | }); | ||
} | } | ||
Line 95: | Line 99: | ||
$("#project").click(function(){ | $("#project").click(function(){ | ||
ray(); | ray(); | ||
- | $("#team").fadeOut(80,function(){$("#home").fadeOut(80,function(){$("#document").fadeOut(80,function(){$("#requirment").fadeOut(80,function(){$("#notebook").fadeOut(80,function(){$("#project").fadeOut(300,logoDown(" | + | $("#team").fadeOut(80,function(){$("#home").fadeOut(80,function(){$("#document").fadeOut(80,function(){$("#requirment").fadeOut(80,function(){$("#notebook").fadeOut(80,function(){$("#project").fadeOut(300,logoDown("Overview"));});});});});}); |
}); | }); | ||
$("#home").click(function(){ | $("#home").click(function(){ | ||
ray(); | ray(); | ||
- | $("#team").fadeOut(80,function(){$("#project").fadeOut(80,function(){$("#document").fadeOut(80,function(){$("#requirment").fadeOut(80,function(){$("#notebook").fadeOut(80,function(){$("#home").fadeOut(300,logoDown(" | + | $("#team").fadeOut(80,function(){$("#project").fadeOut(80,function(){$("#document").fadeOut(80,function(){$("#requirment").fadeOut(80,function(){$("#notebook").fadeOut(80,function(){$("#home").fadeOut(300,logoDown("Home"));});});});});}); |
}); | }); | ||
$("#document").click(function(){ | $("#document").click(function(){ | ||
ray(); | ray(); | ||
- | $("#team").fadeOut(80,function(){$("#project").fadeOut(80,function(){$("#home").fadeOut(80,function(){$("#requirment").fadeOut(80,function(){$("#notebook").fadeOut(80,function(){$("#document").fadeOut(300,logoDown(" | + | $("#team").fadeOut(80,function(){$("#project").fadeOut(80,function(){$("#home").fadeOut(80,function(){$("#requirment").fadeOut(80,function(){$("#notebook").fadeOut(80,function(){$("#document").fadeOut(300,logoDown("UserGuide"));});});});});}); |
}); | }); | ||
$("#requirment").click(function(){ | $("#requirment").click(function(){ | ||
ray(); | ray(); | ||
- | $("#team").fadeOut(80,function(){$("#project").fadeOut(80,function(){$("#home").fadeOut(80,function(){$("#document").fadeOut(80,function(){$("#notebook").fadeOut(80,function(){$("#requirment").fadeOut(300,logoDown(" | + | $("#team").fadeOut(80,function(){$("#project").fadeOut(80,function(){$("#home").fadeOut(80,function(){$("#document").fadeOut(80,function(){$("#notebook").fadeOut(80,function(){$("#requirment").fadeOut(300,logoDown("Medal"));});});});});}); |
}); | }); | ||
$("#notebook").click(function(){ | $("#notebook").click(function(){ |
Latest revision as of 16:14, 15 October 2014