|
|
(7 intermediate revisions not shown) |
Line 1: |
Line 1: |
- | {{Template:Team:Exeter/e-candi_banner}}
| |
| | | |
- | <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en">
| |
- |
| |
- | <head>
| |
- | <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
| |
- | <title>ExiGEM2012 Homepage</title>
| |
- |
| |
- | <!--Begin Script for Image Slider-->
| |
- |
| |
- | <link rel="stylesheet" href="https://2012.igem.org/Team:Exeter/nivo-slider.css?action=raw&ctype=text/css" type="text/css" media="screen" />
| |
- | <!--See for navigation icons and caption controls-->
| |
- | <link rel="stylesheet" href="https://2012.igem.org/Team:Exeter/default.css?action=raw&ctype=text/css" type="text/css" media="screen" />
| |
- | <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.7.1/jquery.min.js?action=raw&ctype=text/js" type="text/javascript"></script>
| |
- | <!--See this for transition speeds and effects-->
| |
- | <script src="https://2012.igem.org/Team:Exeter/jquery.nivo.slider.pack.js?action=raw&ctype=text/js" type="text/javascript"></script>
| |
- |
| |
- |
| |
- | <script type="text/javascript">
| |
- | $(window).load(function() {
| |
- | $('#slider').nivoSlider();
| |
- | });
| |
- | </script>
| |
- |
| |
- | <!--End Script for Image Slider-->
| |
- |
| |
- | <!--Script for Visitor Counter-->
| |
- | <script type="text/javascript">
| |
- | function cantload() {
| |
- | img = document.getElementById("clustrMapsImg");
| |
- | img.onerror = null;
| |
- | img.src = "http://www2.clustrmaps.com/images/clustrmaps-back-soon.jpg";
| |
- | document.getElementById("clustrMapsLink").href = "http://www2.clustrmaps.com";
| |
- | }
| |
- | img = document.getElementById("clustrMapsImg");
| |
- | img.onerror = cantload;
| |
- | </script>
| |
- | <!--End Script for Visitor Counter-->
| |
- |
| |
- | <script type="text/javascript">
| |
- | <!--Alter these sections-->
| |
- | var words=new Array();
| |
- | words[0]='Quote 1';
| |
- | words[1]='Quote 2';
| |
- | words[2]='etc...';
| |
- |
| |
- | var test=0;
| |
- | var c=0;
| |
- | var k=0;
| |
- | var speed=80;
| |
- | var obj;
| |
- | <!--End Alter these sections-->
| |
- |
| |
- | window.onload=function() {
| |
- | obj=document.getElementById('text');
| |
- | fadeInOut();
| |
- | }
| |
- |
| |
- | function fadeInOut() {
| |
- | if(test==0) {
| |
- | c++;
| |
- | }
| |
- | else {
| |
- | c--;
| |
- | }
| |
- | if(obj.filters) {
| |
- | obj.style.filter='alpha(opacity='+c+')';
| |
- | }
| |
- | else{
| |
- | obj.style.opacity=c/100;
| |
- | }
| |
- | obj.firstChild.nodeValue=words[k];
| |
- | if(c==100) {
| |
- | test=1;
| |
- | }
| |
- | if(c==0) {
| |
- | test=0;
| |
- | k++;
| |
- | }
| |
- | if(k==words.length) {
| |
- | k=0;
| |
- | }
| |
- | setTimeout('fadeInOut()',speed);
| |
- | }
| |
- | function MM_swapImgRestore() { //v3.0
| |
- | var i,x,a=document.MM_sr; for(i=0;a&&i<a.length&&(x=a[i])&&x.oSrc;i++) x.src=x.oSrc;
| |
- | }
| |
- | function MM_preloadImages() { //v3.0
| |
- | var d=document; if(d.images){ if(!d.MM_p) d.MM_p=new Array();
| |
- | var i,j=d.MM_p.length,a=MM_preloadImages.arguments; for(i=0; i<a.length; i++)
| |
- | if (a[i].indexOf("#")!=0){ d.MM_p[j]=new Image; d.MM_p[j++].src=a[i];}}
| |
- | }
| |
- |
| |
- | function MM_findObj(n, d) { //v4.01
| |
- | var p,i,x; if(!d) d=document; if((p=n.indexOf("?"))>0&&parent.frames.length) {
| |
- | d=parent.frames[n.substring(p+1)].document; n=n.substring(0,p);}
| |
- | if(!(x=d[n])&&d.all) x=d.all[n]; for (i=0;!x&&i<d.forms.length;i++) x=d.forms[i][n];
| |
- | for(i=0;!x&&d.layers&&i<d.layers.length;i++) x=MM_findObj(n,d.layers[i].document);
| |
- | if(!x && d.getElementById) x=d.getElementById(n); return x;
| |
- | }
| |
- |
| |
- | function MM_swapImage() { //v3.0
| |
- | var i,j=0,x,a=MM_swapImage.arguments; document.MM_sr=new Array; for(i=0;i<(a.length-2);i+=3)
| |
- | if ((x=MM_findObj(a[i]))!=null){document.MM_sr[j++]=x; if(!x.oSrc) x.oSrc=x.src; x.src=a[i+2];}
| |
- | }
| |
- | </script>
| |
- |
| |
- | <style type="text/css">
| |
- |
| |
- | #box {
| |
- | width:830px;
| |
- | padding:10px;
| |
- | border:none;
| |
- | font:Verdana;
| |
- | font-size: +2;
| |
- | text-align:center;
| |
- | margin:30px auto;
| |
- | }
| |
- | #text {
| |
- | height:100%;
| |
- | color:#1d1d1b;
| |
- | filter:alpha(opacity=0);
| |
- | opacity:0;
| |
- | }
| |
- | </style>
| |
- |
| |
- | </head>
| |
- |
| |
- | <body onLoad="MM_preloadImages('https://static.igem.org/mediawiki/2012/7/70/Exe2012Hb_ecandi_down.png')">
| |
- | <table width="980" border="0" cellpadding="10">
| |
- |
| |
- | <!--Spacer for Menu Banner-->
| |
- | <tr>
| |
- | <td height="10" colspan="3"></td>
| |
- | </tr>
| |
- | <!--End of Spacer-->
| |
- |
| |
- | <tr>
| |
- |
| |
- | <!--Left Column: Sponsorship and Visitor Counter-->
| |
- |
| |
- | <td width="150" rowspan="3" align="left" valign="top" style="padding-top:0">
| |
- | <!--Sponsor Images-->
| |
- | <div style="text-align:justify; width:200; height:auto">
| |
- | <p><a href="http://www.wellcome.ac.uk/index.htm"><img src="https://static.igem.org/mediawiki/igem.org/0/03/Exe2012Wellcometrustlogo.png" width="150px" alt="Find out more about the Wellcome
| |
- | Trust" title="Find out more about the Wellcome Trust" /></a>
| |
- | </p>
| |
- | <p> </p>
| |
- | <p><a href="http://www.exeter.ac.uk/alumnisupporters/supporting/how/makeagift/annualfund/"><img src="https://static.igem.org/mediawiki/igem.org/f/fc/Exe2012Annualfundlogo.png" align="middle"
| |
- | width="150px" alt="Find out how to donate to the Exeter University Annual Fund" title="Find out how to donate to the Exeter University Annual Fund" /></a>
| |
- | </p>
| |
- | <p> </p>
| |
- | <p><a href="http://www.nuffieldfoundation.org/"><img src="https://static.igem.org/mediawiki/igem.org/b/be/Nuffield-logo-full-colour-.gif" align="middle"
| |
- | width="150px" alt="Find out about the Nuffield Foundation" title="Find out about the Nuffield Foundation" /></a>
| |
- | </p>
| |
- | <p> </p>
| |
- | <p><a href="http://www.dna20.com/"><img src="https://static.igem.org/mediawiki/2012/4/42/Exe2012Dna2.png" align="middle"
| |
- | width="150px" alt="Visit the DNA 2.0 Shop" title="Visit the DNA 2.0 Shop" /></a>
| |
- | </p>
| |
- | <p> </p>
| |
- | <p><a href="http://eu.idtdna.com/site"><img src="https://static.igem.org/mediawiki/2012/c/cc/Exe2012IDTLogo2010.png" align="middle"
| |
- | width="150px" alt="Visit the DNA 2.0 Shop" title="Visit the DNA 2.0 Shop" /></a>
| |
- | </p>
| |
- | <p> </p>
| |
- | </div>
| |
- | <!--End Sponsor Images-->
| |
- |
| |
- | <!--Monetary Contributors-->
| |
- | <div style="width:auto; text-align:left; width:200; height:auto">
| |
- | <p><font face="Verdana" color="#1d1d1b" size="2"><b>Additional Generous Funding From:</b></font>
| |
- | </p>
| |
- | <font face="Verdana" color="#1d1d1b" size="2">
| |
- | <li><a href="http://biosciences.exeter.ac.uk/staff/index.php?web_id=murray_grant" style="color:#1d1d1b">Prof. Murray Grant</a></li>
| |
- | <li><a href="http://biosciences.exeter.ac.uk/staff/index.php?web_id=ken_haynes" style="color:#1d1d1b">Prof. Ken Haynes</a></li>
| |
- | <li><a href="http://biosciences.exeter.ac.uk/staff/index.php?web_id=Rob_Beardmore" style="color:#1d1d1b">Prof. Rob Beardmore</a></li>
| |
- | <li><a href="http://biosciences.exeter.ac.uk/staff/index.php?web_id=john_love" style="color:#1d1d1b">Prof. John Love</a></li>
| |
- | <p> </p>
| |
- | <p> </p>
| |
- | <p> </p>
| |
- | <p> </p>
| |
- | <p> </p>
| |
- | </font>
| |
- | </div>
| |
- | <!--End Monetary Contributors-->
| |
- |
| |
- | <!--Visitor Counter-->
| |
- | <div style="width:auto; height:auto; text-align:center">
| |
- | <a href="http://www4.clustrmaps.com/counter/maps.php?url=https://2012.igem.org/Team:Exeter" id="clustrMapsLink">
| |
- | <img src="http://www4.clustrmaps.com/counter/index2.php?url=https://2012.igem.org/Team:Exeter" align="middle" style="border:0px;" alt="Locations of visitors to this
| |
- | page" title="See who has been looking at ExiGEM's e-candi!" id="clustrMapsImg" />
| |
- | </a>
| |
- | </div>
| |
- | <!--End Visitor Counter-->
| |
- | </td>
| |
- |
| |
- | <!--End Left Column: Sponsorship and Visitor Counter-->
| |
- |
| |
- | <td align="center" valign="top">
| |
- | <div id="box">
| |
- | <div id="text"> </div>
| |
- | </div>
| |
- | </td>
| |
- |
| |
- | </tr>
| |
- |
| |
- | <tr>
| |
- | <td>
| |
- | <a href="https://2012.igem.org/Team:Exeter/Introduction" onMouseOut="MM_swapImgRestore()" onMouseOver="MM_swapImage('e-candi: The Story','','https://static.igem.org/mediawiki/2012/7/70/Exe2012Hb_ecandi_down.png',1)"><img src="https://static.igem.org/mediawiki/2012/0/02/Exe2012Hb_ecandi_up.png" name="e-candi: The Story" width="200" height="100" border="0"></a> <img src="https://static.igem.org/mediawiki/2012/0/02/Exe2012Hb_ecandi_up.png">
| |
- | <img src="https://static.igem.org/mediawiki/2012/c/c0/Exe2012Hb_results_up.png">
| |
- | <img src="https://static.igem.org/mediawiki/2012/b/b8/Exe2012Hb_poly_up.png">
| |
- | https://static.igem.org/mediawiki/2012/7/70/Exe2012Hb_ecandi_down.png
| |
- |
| |
- | https://static.igem.org/mediawiki/2012/1/1f/Exe2012Hb_results_down.png
| |
- |
| |
- | https://static.igem.org/mediawiki/2012/9/98/Exe2012Hb_poly_down.png
| |
- | buttons
| |
- | </td>
| |
- | </tr>
| |
- |
| |
- | <tr>
| |
- | <!--Right Column Top: Image Slider-->
| |
- | <!--Image Slider-->
| |
- | <td width="830" valign="top" style="padding-top:0">
| |
- | <div class="slider-wrapper theme-default">
| |
- | <div class="ribbon">
| |
- | <div id="slider" class="nivoSlider">
| |
- | <!--INSERT IMAGES HERE - ALL IMAGES SHOULD BE "650px X 305px" - TO INSERT, COPY/PASTE <IMG SRC> LINE AND CHANGE THE HTTP LINK TO THE NEW IMAGE LOCATION-->
| |
- | <img src="https://static.igem.org/mediawiki/2012/a/ac/Exe2012Biological_vs_Chemical_Synthesis.jpg" alt="" title="" />
| |
- | <img src="https://static.igem.org/mediawiki/2012/9/9c/Exe2012The_long_journey....jpg" alt="" title="" />
| |
- | <img src="https://static.igem.org/mediawiki/2012/d/d9/Exe2012Our_project_in_a_nut-shell.jpg" alt="" title="" />
| |
- | </div>
| |
- | </div>
| |
- | </div>
| |
- | </td>
| |
- | </tr>
| |
- | <!--End Image Slider-->
| |
- | <!--End Right Column Top: Image Slider-->
| |
- |
| |
- | </table>
| |
- |
| |
- | </body>
| |
- | </html>
| |