Team:Exeter/Team

From 2012.igem.org

(Difference between revisions)
(Blanked the page)
 
(15 intermediate revisions not shown)
Line 1: Line 1:
-
{{Template:Team:Exeter/e-candi_banner}}
 
-
<html>
 
-
<head>
 
-
<script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1.4.2/jquery.min.js"></script>
 
-
<script type="text/javascript">
 
-
$(document).ready(function(){
 
-
  var who = new Array();
 
-
  who[1] = "James Lynch";
 
-
  who[2] = "Ryan Edginton";
 
-
  who[3] = "Alex Clowsley";
 
-
  who[4] = "Alex Baldwin";
 
-
  who[5] = "Alice Bond";
 
-
  who[6] = "Liam Stubbington";
 
-
  who[7] = "Becca Philps";
 
-
  who[8] = "Mary Beton";
 
-
  who[9] = "Freddie Dudbridge";
 
-
  who[10] = "Andy Corbett";
 
-
  var des = new Array();
 
-
  des[1] = "<br>James, Newtonian guitar (mechanical wave motion)";
 
-
  des[2] = "<br>Ryan, Lord of the Quantum Manor";
 
-
  des[3] = "<br>Alex, Schrödinger's cat";
 
-
  des[4] = "<br>Alex, Biological king";
 
-
  des[5] = "<br>Alice, description";
 
-
  des[6] = "<br>Liam, description";
 
-
  des[7] = "<br>Becca, description";
 
-
  des[8] = "<br>Mary, Queen of the primers";
 
-
  des[9] = "<br>Freddie, description";
 
-
  des[10] = "<br>Andy, description";
 
-
 
 
-
  $("#face1").mouseenter(function() {
 
-
  $("#names").empty();
 
-
  $("#descriptions").empty();
 
-
  $("#names").append(who[1]);
 
-
  $("#descriptions").append(des[1]);
 
-
  });
 
-
 
 
-
  $("#face1").mouseleave(function() {
 
-
  $("#names").empty();
 
-
  $("#descriptions").empty();
 
-
  });
 
-
 
 
-
  $("#face2").mouseenter(function() {
 
-
  $("#names").empty();
 
-
  $("#descriptions").empty();
 
-
  $("#names").append(who[2]);
 
-
  $("#descriptions").append(des[2]);
 
-
  });
 
-
 
 
-
  $("#face2").mouseleave(function() {
 
-
  $("#names").empty();
 
-
  $("#descriptions").empty();
 
-
  });
 
-
 
 
-
  $("#face3").mouseenter(function() {
 
-
  $("#names").empty();
 
-
  $("#descriptions").empty();
 
-
  $("#names").append(who[3]);
 
-
  $("#descriptions").append(des[3]);
 
-
  });
 
-
 
 
-
  $("#face3").mouseleave(function() {
 
-
  $("#names").empty();
 
-
  $("#descriptions").empty();
 
-
  });
 
-
 
 
-
  $("#face4").mouseenter(function() {
 
-
  $("#names").empty();
 
-
  $("#descriptions").empty();
 
-
  $("#names").append(who[4]);
 
-
  $("#descriptions").append(des[4]);
 
-
  });
 
-
 
 
-
  $("#face4").mouseleave(function() {
 
-
  $("#names").empty();
 
-
  $("#descriptions").empty();
 
-
  });
 
-
 
 
-
  $("#face5").mouseenter(function() {
 
-
  $("#names").empty();
 
-
  $("#descriptions").empty();
 
-
  $("#names").append(who[5]);
 
-
  $("#descriptions").append(des[5]);
 
-
  });
 
-
 
 
-
  $("#face5").mouseleave(function() {
 
-
  $("#names").empty();
 
-
  $("#descriptions").empty();
 
-
  });
 
-
 
 
-
  $("#face6").mouseenter(function() {
 
-
  $("#names").empty();
 
-
  $("#descriptions").empty();
 
-
  $("#names").append(who[6]);
 
-
  $("#descriptions").append(des[6]);
 
-
  });
 
-
 
 
-
  $("#face6").mouseleave(function() {
 
-
  $("#names").empty();
 
-
  $("#descriptions").empty();
 
-
  });
 
-
 
 
-
  $("#face7").mouseenter(function() {
 
-
  $("#names").empty();
 
-
  $("#descriptions").empty();
 
-
  $("#names").append(who[7]);
 
-
  $("#descriptions").append(des[7]);
 
-
  });
 
-
 
 
-
  $("#face7").mouseleave(function() {
 
-
  $("#names").empty();
 
-
  $("#descriptions").empty();
 
-
  });
 
-
 
 
-
  $("#face8").mouseenter(function() {
 
-
  $("#names").empty();
 
-
  $("#descriptions").empty();
 
-
  $("#names").append(who[8]);
 
-
  $("#descriptions").append(des[8]);
 
-
  });
 
-
 
 
-
  $("#face8").mouseleave(function() {
 
-
  $("#names").empty();
 
-
  $("#descriptions").empty();
 
-
  });
 
-
 
 
-
  $("#face9").mouseenter(function() {
 
-
  $("#names").empty();
 
-
  $("#descriptions").empty();
 
-
  $("#names").append(who[9]);
 
-
  $("#descriptions").append(des[9]);
 
-
  });
 
-
 
 
-
  $("#face9").mouseleave(function() {
 
-
  $("#names").empty();
 
-
  $("#descriptions").empty();
 
-
  });
 
-
 
 
-
  $("#face10").mouseenter(function() {
 
-
  $("#names").empty();
 
-
  $("#descriptions").empty();
 
-
  $("#names").append(who[10]);
 
-
  $("#descriptions").append(des[10]);
 
-
  });
 
-
 
 
-
  $("#face10").mouseleave(function() {
 
-
  $("#names").empty();
 
-
  $("#descriptions").empty();
 
-
  });
 
-
 
 
-
});
 
-
 
-
 
-
</script>
 
-
<style type="text/css">
 
-
#wrapper {
 
-
  width:600px;
 
-
  position:relative;
 
-
  left:0px;
 
-
  z-index:0;
 
-
}
 
-
#exphoto {
 
-
  width:600px;
 
-
  position:relative;
 
-
  z-index:-1;}
 
-
#box {
 
-
  width:180px;
 
-
  height:180px;
 
-
  position:absolute;
 
-
  right:10px;;
 
-
  top:85px;
 
-
  background-color:transparent;
 
-
  z-index:1;}
 
-
#names {
 
-
  font-family:"dokChampa", cursive;
 
-
  color:#FFF;
 
-
  font-weight:bold;
 
-
  z-index:0;
 
-
  font-size:16px;
 
-
  }
 
-
 
 
-
  #descriptions {
 
-
  z-index:0;
 
-
  font-family:"Eras Light ITC", cursive;
 
-
  color:#FFF;
 
-
  font-size:16px;
 
-
  }
 
-
 
-
#face1 {
 
-
width: 32px;
 
-
height: 32px;
 
-
position: absolute;
 
-
left: 43px;
 
-
top: 131px;
 
-
z-index: 2;
 
-
 
-
}
 
-
#face2 {
 
-
width: 35px;
 
-
height: 39px;
 
-
position: absolute;
 
-
left: 245px;
 
-
top: 127px;
 
-
z-index: 2;
 
-
}
 
-
#face3 {
 
-
width: 32px;
 
-
height: 45px;
 
-
position: absolute;
 
-
left: 109px;
 
-
top: 129px;
 
-
z-index: 2;
 
-
}
 
-
#face4 {
 
-
width: 31px;
 
-
height: 44px;
 
-
position: absolute;
 
-
left: 57px;
 
-
top: 169px;
 
-
z-index: 2;
 
-
}
 
-
#face5 {
 
-
width: 29px;
 
-
height: 38px;
 
-
position: absolute;
 
-
left: 124px;
 
-
top: 185px;
 
-
z-index: 2;
 
-
}
 
-
#face6 {
 
-
width: 32px;
 
-
height: 42px;
 
-
position: absolute;
 
-
left: 174px;
 
-
top: 132px;
 
-
z-index: 2;
 
-
}
 
-
#face7 {
 
-
width: 43px;
 
-
height: 46px;
 
-
position: absolute;
 
-
left: 207px;
 
-
top: 180px;
 
-
z-index: 2;
 
-
}
 
-
#face8 {
 
-
width: 31px;
 
-
height: 34px;
 
-
position: absolute;
 
-
left: 277px;
 
-
top: 189px;
 
-
z-index: 2;
 
-
}
 
-
#face9 {
 
-
width: 29px;
 
-
height: 40px;
 
-
position: absolute;
 
-
left: 324px;
 
-
top: 134px;
 
-
}
 
-
#face10 {
 
-
width: 34px;
 
-
height: 39px;
 
-
position: absolute;
 
-
left: 356px;
 
-
top: 166px;
 
-
z-index: 2;
 
-
}
 
-
 
-
#logo1 {
 
-
position: absolute;
 
-
left: 605px;
 
-
top: 0px;
 
-
}
 
-
 
-
#logo2 {
 
-
position: absolute;
 
-
left: 605px;
 
-
top: 252px;
 
-
}
 
-
 
-
#james1 {
 
-
position: absolute;
 
-
left: 562px;
 
-
top: -131px;
 
-
visibility: hidden;}
 
-
 
-
#face1:hover #james1 {
 
-
visibility:visible;
 
-
z-index:1;
 
-
}
 
-
 
-
#ryan1 {
 
-
position: absolute;
 
-
left: 360px;
 
-
top: -127px;
 
-
visibility: hidden;}
 
-
 
-
#face2:hover #ryan1 {
 
-
visibility:visible;
 
-
z-index:1;
 
-
}
 
-
 
-
#alexc1 {
 
-
position: absolute;
 
-
left: 496px;
 
-
top: -129px;
 
-
visibility: hidden;}
 
-
 
-
#face3:hover #alexc1 {
 
-
visibility:visible;
 
-
z-index:1;
 
-
}
 
-
 
-
#alexb1 {
 
-
position: absolute;
 
-
left: 548px;
 
-
top: -169px;
 
-
visibility: hidden;}
 
-
 
-
#face4:hover #alexb1 {
 
-
visibility:visible;
 
-
z-index:1;
 
-
}
 
-
 
-
#alice1 {
 
-
position: absolute;
 
-
left: 481px;
 
-
top: -185px;
 
-
visibility: hidden;}
 
-
 
-
#face5:hover #alice1 {
 
-
visibility:visible;
 
-
z-index:1;
 
-
}
 
-
 
-
#liam1 {
 
-
position: absolute;
 
-
left: 431px;
 
-
top: -132px;
 
-
visibility: hidden;}
 
-
 
-
#face6:hover #liam1 {
 
-
visibility:visible;
 
-
z-index:1;
 
-
}
 
-
 
-
#becca1 {
 
-
position: absolute;
 
-
left: 398px;
 
-
top: -180px;
 
-
visibility: hidden;}
 
-
 
-
#face7:hover #becca1 {
 
-
visibility:visible;
 
-
z-index:1;
 
-
}
 
-
 
-
#mary1 {
 
-
position: absolute;
 
-
left: 328px;
 
-
top: -189px;
 
-
visibility: hidden;}
 
-
 
-
#face8:hover #mary1 {
 
-
visibility:visible;
 
-
z-index:1;
 
-
}
 
-
 
-
#freddie1 {
 
-
position: absolute;
 
-
left: 281px;
 
-
top: -134px;
 
-
visibility: hidden;}
 
-
 
-
#face9:hover #freddie1 {
 
-
visibility:visible;
 
-
z-index:1;
 
-
}
 
-
 
-
#andy1 {
 
-
position: absolute;
 
-
left: 249px;
 
-
top: -166px;
 
-
visibility: hidden;}
 
-
 
-
#face10:hover #andy1 {
 
-
visibility:visible;
 
-
z-index:1;
 
-
}
 
-
 
-
#table {
 
-
    width: 100px;
 
-
    height: 48px;
 
-
    border-style: none;
 
-
    background-color: transparent;
 
-
    margin: 0px auto;
 
-
    position: relative;
 
-
}
 
-
</style>
 
-
 
-
</head>
 
-
<body>
 
-
<table width="1075" border="0">
 
-
<!--Spacer for Menu Banner-->
 
-
    <tr>
 
-
    <td width="100" height="50"></td>
 
-
    <td width="875"></td>
 
-
    <td width="100"></td>
 
-
    </tr>
 
-
  <!--End of Spacer-->
 
-
  <tr>
 
-
    <td bgcolor="#F0C427">
 
-
    </td>
 
-
    <td>
 
-
<div id="wrapper">
 
-
  <img id="exphoto" src="https://static.igem.org/mediawiki/2012/2/28/Exigem_team.jpg" />
 
-
  <div id="face1">
 
-
  <div id="james1">
 
-
  <img src="https://static.igem.org/mediawiki/2012/5/51/James_exigem.jpg" width="260px" height="237px"/>
 
-
  </div>
 
-
  </div>
 
-
  <div id="face2">
 
-
  <div id="ryan1">
 
-
  <img src="https://static.igem.org/mediawiki/2012/0/0e/Ryan_exigem.jpg" width="260px" height="237px"/>
 
-
  </div>
 
-
  </div>
 
-
  <div id="face3">
 
-
  <div id="alexc1">
 
-
  <img src="https://static.igem.org/mediawiki/2012/7/7b/Alex_C_exigem.jpg" width="260px" height="237px"/>
 
-
  </div>
 
-
  </div>
 
-
  <div id="face4">
 
-
  <div id="alexb1">
 
-
  <img src="https://static.igem.org/mediawiki/2012/0/0d/Alex_B_exigem.jpg" width="260px" height="237px"/>
 
-
  </div>
 
-
  </div>
 
-
  <div id="face5">
 
-
  <div id="alice1">
 
-
  <img src="https://static.igem.org/mediawiki/2012/5/5e/Alice_exigem.jpg" width="260px" height="237px"/>
 
-
  </div>
 
-
  </div>
 
-
  <div id="face6">
 
-
  <div id="liam1">
 
-
  <img src="https://static.igem.org/mediawiki/2012/8/83/Liam_exigem.jpg" width="260x" height="237px"/>
 
-
  </div>
 
-
  </div>
 
-
  <div id="face7">
 
-
  <div id="becca1">
 
-
  <img src="https://static.igem.org/mediawiki/2012/8/89/Becca_exigem.jpg" width="260px" height="237px"/>
 
-
  </div>
 
-
  </div>
 
-
  <div id="face8">
 
-
  <div id="mary1">
 
-
  <img src="https://static.igem.org/mediawiki/2012/2/27/Mary_exigem.jpg" width="260x" height="237px"/>
 
-
  </div>
 
-
  </div>
 
-
  <div id="face9">
 
-
  <div id="freddie1">
 
-
  <img src="https://static.igem.org/mediawiki/2012/f/f0/Freddie_exigem.jpg" width="260px" height="237px"/>
 
-
  </div>
 
-
  </div>
 
-
  <div id="face10">
 
-
  <div id="andy1">
 
-
  <img src="https://static.igem.org/mediawiki/2012/8/85/Andy_Crop_exigem.jpg" width="260px" height="237px"/>
 
-
  </div>
 
-
  </div>
 
-
  <div id="box">
 
-
  <div id="names">Mouse over our faces for a description!
 
-
  </div>
 
-
  <div id="descriptions">
 
-
  </div>
 
-
  </div>
 
-
  <div id="logo1">
 
-
  <img src="https://static.igem.org/mediawiki/2012/2/20/Exe2012_E.jpg" width="260px" height="237px">
 
-
  </div>
 
-
  <div id="logo2">
 
-
  <img src="https://static.igem.org/mediawiki/2012/2/20/Exe2012_E.jpg" width="260px" height="237px">
 
-
  </div>
 
-
  </td>
 
-
  <td bgcolor="#57B947">
 
-
  </td>
 
-
  </tr>
 
-
  </table>
 
-
</div>
 
-
</div>
 
-
</div>
 
-
</div>
 
-
</body>
 
-
</html>
 

Latest revision as of 10:22, 24 August 2012