Team:UESTC-Software

From 2014.igem.org

(Difference between revisions)
 
(11 intermediate revisions not shown)
Line 1: Line 1:
 +
{{CSS/Main}}
<html>
<html>
<head>
<head>
Line 4: Line 5:
<meta http-equiv=Content-Type content="text/html;charset=utf-8">
<meta http-equiv=Content-Type content="text/html;charset=utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=Edge,chrome=1" >
<meta http-equiv="X-UA-Compatible" content="IE=Edge,chrome=1" >
 +
<meta name="renderer" content="webkit">
<link rel="stylesheet" type="text/css" href="https://2014.igem.org/Team:UESTC-Software/style.css?action=raw&ctype=text/css">
<link rel="stylesheet" type="text/css" href="https://2014.igem.org/Team:UESTC-Software/style.css?action=raw&ctype=text/css">
<script type="text/javascript" src="https://2014.igem.org/Team:UESTC-Software/jquery-1.8.3.min.js?action=raw&ctype=text/javascript"></script>
<script type="text/javascript" src="https://2014.igem.org/Team:UESTC-Software/jquery-1.8.3.min.js?action=raw&ctype=text/javascript"></script>
Line 9: Line 11:
</head>
</head>
<body>
<body>
-
<h1>UESTC-Software</h1>
+
<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 17: Line 19:
<img src="https://static.igem.org/mediawiki/2014/7/79/2014_UESTC_Software_Requirment.png" id="requirment" class="imenu">
<img src="https://static.igem.org/mediawiki/2014/7/79/2014_UESTC_Software_Requirment.png" id="requirment" class="imenu">
<img src="https://static.igem.org/mediawiki/2014/6/66/2014_UESTC_Software_Notebook.png" id="notebook" class="imenu">
<img src="https://static.igem.org/mediawiki/2014/6/66/2014_UESTC_Software_Notebook.png" id="notebook" class="imenu">
-
<div id="logoRay" style="width:147px;height:147px;border-radius:1000px;"></div>
+
<div id="logoRay" style="width:140px;height:140px;border-radius:1000px;"></div>
<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 42: Line 44:
}
}
function logoDown(which){
function logoDown(which){
-
var h1h = $("h1").outerHeight();
 
$("#logo").css({
$("#logo").css({
"position":"fixed",
"position":"fixed",
"left":(window.innerWidth-155)/2+"px",
"left":(window.innerWidth-155)/2+"px",
-
"top":(window.innerHeight-h1h-155)/2+"px",
+
"top":(window.innerHeight-53-155)/2+"px",
});
});
 +
$("#logo").animate({
$("#logo").animate({
width:"100px",
width:"100px",
Line 54: Line 56:
top:window.innerHeight-80+"px",
top:window.innerHeight-80+"px",
},400,function(){
},400,function(){
-
window.open(which+".html","_self");
+
window.open("https://2014.igem.org/Team:UESTC-Software/"+which+".html","_self");
});
});
}
}
Line 64: 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 93: 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("project"));});});});});});
+
$("#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("home"));});});});});});
+
$("#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("document"));});});});});});
+
$("#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("requirment"));});});});});});
+
$("#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(){
ray();
ray();
-
$("#team").fadeOut(80,function(){$("#project").fadeOut(80,function(){$("#home").fadeOut(80,function(){$("#document").fadeOut(80,function(){$("#requirment").fadeOut(80,function(){$("#notebook").fadeOut(300,logoDown("notebook"));});});});});});
+
$("#team").fadeOut(80,function(){$("#project").fadeOut(80,function(){$("#home").fadeOut(80,function(){$("#document").fadeOut(80,function(){$("#requirment").fadeOut(80,function(){$("#notebook").fadeOut(300,logoDown("journal"));});});});});});
});
});
$("#logo").click();
$("#logo").click();

Latest revision as of 16:14, 15 October 2014

UESTC-Software