Team:Manchester/Hometest3

From 2013.igem.org

(Difference between revisions)
 
(20 intermediate revisions not shown)
Line 3: Line 3:
<head>  
<head>  
<title> Home </title>
<title> Home </title>
 +
 +
<script type="text/javascript">
 +
 +
function doSomething() {
 +
 +
var targetAnchor = document.getElementById('myAnchor1');
 +
targetAnchor.className = '' ;
 +
 +
var targetAnchor = document.getElementById('myAnchor2');
 +
targetAnchor.className = '' ;
 +
 +
var targetAnchor = document.getElementById('myAnchor3');
 +
targetAnchor.className = '' ;
 +
 +
var targetAnchor = document.getElementById('myAnchor4');
 +
targetAnchor.className = '' ;
 +
 +
var targetAnchor = document.getElementById('myAnchor5');
 +
targetAnchor.className = '' ;
 +
 +
var targetAnchor = document.getElementById('myAnchor6');
 +
targetAnchor.className = '' ;
 +
 +
var targetAnchor = document.getElementById('myAnchor7');
 +
targetAnchor.className = '' ;
 +
 +
var targetAnchor = document.getElementById('myAnchor8');
 +
targetAnchor.className = '' ;
 +
 +
 +
}
 +
 +
</script>
<style type="text/css">
<style type="text/css">
-
<!------------------------------------------HomeStyle.css--------------------------------------------------------->
 
*
*
{
{
Line 15: Line 47:
{
{
background-color:#F2F2F2;
background-color:#F2F2F2;
 +
}
 +
 +
.header
 +
{
 +
width:100%;
 +
height:100px;
 +
background:#4c0082;
 +
margin-top:10px;
 +
margin-bottom:40px;
 +
 +
-webkit-border-radius: 10px;
 +
border-radius: 10px;
 +
}
 +
 +
.banner
 +
{
 +
height:100px;
 +
background:#4c0082;
 +
margin:0 auto;
 +
 +
-webkit-border-radius: 10px;
 +
border-radius: 10px;
 +
}
 +
 +
.igemlogo
 +
{
 +
float:left;
 +
margin-left:30px;
 +
 +
}
 +
 +
.logo
 +
{
 +
float:left;
 +
margin-left:20px;
 +
 +
}
 +
 +
.central
 +
{
 +
float:left;
 +
margin-left:20px;
 +
margin-top:1px;
 +
}
 +
 +
.uni
 +
{
 +
float:left;
 +
margin-left:20px;
 +
 +
}
 +
 +
#content, body
 +
{
 +
background-color: #F2F2F2;
}
}
Line 21: Line 108:
width:1300px;
width:1300px;
height:300px;
height:300px;
-
margin-left:-180px;
+
margin-left:-160px;
overflow:hidden;
overflow:hidden;
-webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.75);
-webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.75);
Line 42: Line 129:
width:130px;
width:130px;
transition: all 0.4s;
transition: all 0.4s;
 +
-webkit-transition:all 0.4s;
 +
}
 +
 +
#slider ul li.startopen
 +
{
 +
position:relative;
 +
display:block;
 +
float:left;
 +
width:600px;
 +
transition: all 0.4s;
 +
-webkit-transition:all 0.4s;
 +
}
 +
 +
#slider ul li.startclosed
 +
{
 +
position:relative;
 +
display:block;
 +
float:left;
 +
width:100px;
 +
transition: all 0.4s;
 +
-webkit-transition:all 0.4s;
}
}
Line 52: Line 160:
{
{
width:600px;
width:600px;
 +
}
 +
 +
/*#slider ul li:nth-child(1):hover #title
 +
{
 +
background: rgba(0,0,0,0.5);
 +
width:95px;
 +
height:300px;
 +
position:absolute;
 +
left:0;
 +
top:0;
 +
}*/
 +
 +
#slider ul li:hover #title
 +
{
 +
background: rgba(0,0,0,0.5);
 +
width:110px;
 +
height:300px;
 +
position:absolute;
 +
left:0;
 +
top:0;
}
}
Line 63: Line 191:
{
{
background: rgba(0,0,0,0.5);
background: rgba(0,0,0,0.5);
-
width:600px;
+
width:130px;
 +
height:300px;
position:absolute;
position:absolute;
left:0;
left:0;
-
bottom:0;
+
top:0;
 +
}
 +
 
 +
#slider ul li:last-child #title
 +
{
 +
background:none;
}
}
Line 75: Line 209:
color:white;
color:white;
text-decoration:none;
text-decoration:none;
 +
font-family:Trebuchet MS;
 +
font-weight:bold;
font-size:16px;
font-size:16px;
-
padding:20px;
+
padding:0;
 +
margin:10px;
}
}
-
.footer
+
#slider ul li:last-child #title
{
{
-
width:1000px;
+
background: rgba(0,0,0,0.5);
-
height:100px;
+
width:390px;
-
margin:20px auto;
+
height:300px;
-
padding:0;
+
position:absolute;
 +
left:0;
 +
top:0;
}
}
-
.mib
+
#slider ul li:last-child:hover #title
 +
{
 +
background: rgba(0,0,0,0.5);
 +
width:110px;
 +
height:300px;
 +
position:absolute;
 +
left:0;
 +
top:0;
 +
}
 +
 
 +
.mobilesite
{
{
float:left;
float:left;
-
margin:0;
+
}
-
-webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.75);
+
.impactreport
-
-moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.75);
+
{
-
box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.75);
+
float:right;
 +
}
 +
 
 +
.footer
 +
{
 +
width:1000px;
 +
height:100px;
 +
padding:0;
 +
margin-left:0;
 +
margin-bottom:20px;
}
}
Line 100: Line 258:
{
{
float:left;
float:left;
-
margin-left:150px;
+
margin:0;
-
 
+
-webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.75);
-webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.75);
Line 108: Line 265:
}
}
-
.uni
+
.our
{
{
float:left;
float:left;
-
margin-left:140px;
+
margin-left:720px;
-webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.75);
-webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.75);
Line 120: Line 277:
.heading1
.heading1
{
{
-
margin:10px auto;
+
clear:both;
-
width:1000px;
+
margin-left:-160px;
-
height:110px;
+
width:1300px;
 +
height:80px;
}
}
Line 128: Line 286:
{
{
font-style:italic;
font-style:italic;
 +
width:200px;
 +
height:20px;
 +
margin-left:520px;
 +
margin-bottom:20px;
}
}
-
.heading1 .upper, .heading1 .bottom, .heading2 .upper, .heading2 .bottom
+
.heading1 .bottom
{
{
 +
height:30px;
width:1000px;
width:1000px;
-
height:50px;
+
margin-left:140px;
-
margin:5px auto;
+
}
 +
 
 +
.heading1 .upper, .heading1 .bottom, .heading2 .upper, .heading2 .bottom
 +
{
font-size:40px;
font-size:40px;
font-weight:bold;
font-weight:bold;
font-family:Trebuchet MS;
font-family:Trebuchet MS;
text-align:center;
text-align:center;
-
padding-top:10px;
 
color:#660099;
color:#660099;
-
color: hsl(80, 70%, 55%);
+
text-shadow: 0 1px 0 #ccc,
-
text-shadow: 0 0 2px #fff,
+
              0 2px 0 #c9c9c9,
-
            /* embossed text */
+
              0 3px 0 #bbb,
-
            -1px -1px 0 hsl(80, 70%, 35%),
+
              0 4px 0 #b9b9b9,
-
            -2px -2px 1px hsl(80, 70%, 35%),
+
              0 5px 0 #aaa,
-
            /* transition to substrate */
+
              0 6px 1px rgba(0,0,0,.1),
-
            -2px -2px 2px hsl(80, 10%, 15%),
+
              0 0 5px rgba(0,0,0,.1),
-
            /* substrate */
+
              0 1px 3px rgba(0,0,0,.3),
-
            -2px -2px 0 7px hsl(60, 80%, 95%),
+
              0 3px 5px rgba(0,0,0,.2),
-
            -3px -3px 0 7px hsl(60, 10%, 65%),
+
              0 5px 10px rgba(0,0,0,.25),
-
            -4px -4px 0 7px hsl(60, 10%, 65%),
+
              0 10px 10px rgba(0,0,0,.2),
-
            -5px -5px 0 7px hsl(60, 10%, 65%),
+
              0 20px 20px rgba(0,0,0,.15);
-
            -6px -6px 0 7px hsl(60, 10%, 65%),
+
}
-
            /* shadow for substrate */
+
 
-
            -7px -7px 4px 8px hsl(60, 10%, 40%),
+
.heading2 .upper
-
            -8px -8px 6px 9px hsl(60, 10%, 55%);
+
{
 +
margin:0 0 5px 250px;
 +
width:800px;
 +
height:30px;
 +
}
 +
 
 +
.heading2 .bottom
 +
{
 +
margin:0 0 10px 450px;
 +
width:400px;
 +
height:30px;
 +
 
}
}
.heading2
.heading2
{
{
-
margin:10px auto;
+
clear:both;
-
width:1000px;
+
margin:20px 0 20px -150px;
-
height:110px;
+
width:1300px;
 +
height:100px;
 +
}
 +
 
 +
.footer2
 +
{
 +
clear:both;
 +
width:950px;
 +
height:100px;
 +
margin-left:0;
 +
margin-top:50px;
 +
padding:0;
 +
}
 +
 
 +
.footer2 .mib
 +
{
 +
float:left;
 +
margin:0;
 +
 
 +
-webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.75);
 +
-moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.75);
 +
box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.75);
 +
}
 +
 
 +
.footer2 .uni
 +
{
 +
float:right;
 +
 
 +
-webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.75);
 +
-moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.75);
 +
box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.75);
 +
}
 +
 
 +
.checklist
 +
{
 +
width:710px;
 +
height:100px;
 +
margin-left:130px;
 +
 
}
}
Line 169: Line 383:
{
{
clear:both;
clear:both;
-
margin-top:60px;
 
width:100%;
width:100%;
height:50px;
height:50px;
Line 180: Line 393:
.contact
.contact
{
{
 +
clear:left;
margin-left:-180px;
margin-left:-180px;
-
margin-top:20px;
+
margin-top:30px;
width:1300px;
width:1300px;
height:100px;
height:100px;
-
 
-
-webkit-border-radius:10px;
 
-
border-radius:10px;
 
-
background-color:#E6E6E6;
 
}
}
Line 193: Line 403:
{
{
float:left;
float:left;
-
margin:20px 0 20px 100px;
+
margin:30px 0 20px 260px;
-
width:100px;
+
z-index:100;
}
}
Line 200: Line 410:
{
{
float:left;
float:left;
-
margin:20px 0 20px 300px;
+
margin:20px 0 20px 100px;
-
width:360px;
+
 +
-webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.75);
 +
-moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.75);
 +
box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.75);
}
}
 +
 +
 +
.myButton {
 +
        z-index:100;
 +
        -moz-box-shadow:inset 0px 1px 0px 0px #e184f3;
 +
        -webkit-box-shadow:inset 0px 1px 0px 0px #e184f3;
 +
        box-shadow:inset 0px 1px 0px 0px #e184f3;
 +
       
 +
        background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #c123de), color-stop(1, #a20dbd));
 +
        background:-moz-linear-gradient(top, #c123de 5%, #a20dbd 100%);
 +
        background:-webkit-linear-gradient(top, #c123de 5%, #a20dbd 100%);
 +
        background:-o-linear-gradient(top, #c123de 5%, #a20dbd 100%);
 +
        background:-ms-linear-gradient(top, #c123de 5%, #a20dbd 100%);
 +
        background:linear-gradient(to bottom, #c123de 5%, #a20dbd 100%);
 +
        filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#c123de', endColorstr='#a20dbd',GradientType=0);
 +
       
 +
        background-color:#c123de;
 +
       
 +
        -moz-border-radius:6px;
 +
        -webkit-border-radius:6px;
 +
        border-radius:6px;
 +
       
 +
        border:1px solid #a511c0;
 +
       
 +
        display:inline-block;
 +
        color:#ffffff;
 +
        font-family:arial;
 +
        font-size:15px;
 +
        font-weight:bold;
 +
        padding:6px 24px;
 +
        text-decoration:none;
 +
       
 +
        text-shadow:0px 1px 0px #9b14b3;
 +
       
 +
    }
 +
.myButton:hover {
 +
       
 +
        background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #a20dbd), color-stop(1, #c123de));
 +
        background:-moz-linear-gradient(top, #a20dbd 5%, #c123de 100%);
 +
        background:-webkit-linear-gradient(top, #a20dbd 5%, #c123de 100%);
 +
        background:-o-linear-gradient(top, #a20dbd 5%, #c123de 100%);
 +
        background:-ms-linear-gradient(top, #a20dbd 5%, #c123de 100%);
 +
        background:linear-gradient(to bottom, #a20dbd 5%, #c123de 100%);
 +
        filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#a20dbd', endColorstr='#c123de',GradientType=0);
 +
       
 +
        background-color:#a20dbd;
 +
    }
 +
.myButton:active {
 +
        position:relative;
 +
        top:1px;
 +
    }
 +
.twitter
.twitter
{
{
float:left;
float:left;
-
margin:20px 0 20px 220px;
+
margin:40px 0 20px 90px;
-
width:100px;
+
 +
-webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.75);
 +
-moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.75);
 +
box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.75);
}
}
 +
</style>
</style>
</head>
</head>
-
 
<body>
<body>
Line 228: Line 494:
<script>!function(d,s,id){var js,fjs=d.getElementsByTagName(s)[0],p=/^http:/.test(d.location)?'http':'https';if(!d.getElementById(id)){js=d.createElement(s);js.id=id;js.src=p+'://platform.twitter.com/widgets.js';fjs.parentNode.insertBefore(js,fjs);}}(document, 'script', 'twitter-wjs');</script>
<script>!function(d,s,id){var js,fjs=d.getElementsByTagName(s)[0],p=/^http:/.test(d.location)?'http':'https';if(!d.getElementById(id)){js=d.createElement(s);js.id=id;js.src=p+'://platform.twitter.com/widgets.js';fjs.parentNode.insertBefore(js,fjs);}}(document, 'script', 'twitter-wjs');</script>
 +
 +
<div class="header">
 +
<div class="banner">
 +
          <div class="igemlogo">
 +
    <a href="https://2013.igem.org/Main_Page">
 +
              <img src="https://static.igem.org/mediawiki/2013/3/3f/Igem.png" height="95"/>
 +
            </a>
 +
  </div>
 +
 
 +
  <div class="logo">
 +
    <img src="https://static.igem.org/mediawiki/2013/8/87/LOGO1.jpg">
 +
  </div>
 +
 +
          <div class="central">
 +
    <img src="https://static.igem.org/mediawiki/2013/0/0c/MIBLogo.jpg" width="300" height="98" />
 +
  </div>
 +
 +
  <div class="uni">
 +
    <img src="https://static.igem.org/mediawiki/2013/f/fd/Uni1.jpg">
 +
  </div>
 +
 
 +
</div>
 +
</div>
 +
 +
 +
<div class="mobilesite">
 +
                    <center><a href="https://2013.igem.org/Team:Manchester" target="_blank"><img src="https://static.igem.org/mediawiki/2013/a/aa/ClickDesk.png"  width="300" height="100"></a> </center>
 +
              </div>
 +
 +
<div class="impactreport">
 +
                <left><a href="https://static.igem.org/mediawiki/2013/9/9c/MANCHESTERIGEMimpactanalysisofsyntheticpalmoil.pdf"><img src="https://static.igem.org/mediawiki/2013/6/62/Man4.jpg" width="300" height="150" /></a></left>
 +
          </div>
 +
 +
<br><br>
<div class="heading1">
<div class="heading1">
Line 241: Line 541:
<div id="slider">
<div id="slider">
   <ul>
   <ul>
-
         <li>  
+
         <li id="myAnchor1" class="startopen">  
-
<div id="title"> <a href="OurTeam.html">Our Team</a></div>
+
<div id="title"> <a href="https://2013.igem.org/Team:Manchester/OurTeamtest" onmouseover="doSomething();" onmouseout="doSomething();">Our Team</a></div>
-
<a href="OurTeam.html"> <img src="https://static.igem.org/mediawiki/2013/a/a6/Team1.jpg"/> </a>
+
<a href="https://2013.igem.org/Team:Manchester/OurTeamtest" onmouseover="doSomething();" onmouseout="doSomething();"> <img src="https://static.igem.org/mediawiki/2013/a/a6/Team1.jpg"/> </a>
</li>
</li>
-
<li>
+
<li id="myAnchor2" class="startclosed">
-
<div id="title"> <a href="Project.html">Project</a></div>
+
<div id="title"> <a href="https://2013.igem.org/Team:Manchester/Projecttest" onmouseover="doSomething();" onmouseout="doSomething();">Project</a></div>
-
<a href="Project.html"> <img src="https://static.igem.org/mediawiki/2013/6/6d/Project1.jpg"/></a>
+
<a href="https://2013.igem.org/Team:Manchester/Projecttest" onmouseover="doSomething();" onmouseout="doSomething();"> <img src="https://static.igem.org/mediawiki/2013/6/6d/Project1.jpg"/></a>
</li>
</li>
-
                <li>
+
 
-
    <div id="title"> <a href="#">Parts Contributions</a></div>
+
<li id="myAnchor6" class="startclosed">
-
    <a href="#"> <img src="https://static.igem.org/mediawiki/2013/2/2f/Contributions.jpg"/> </a>
+
<div id="title"> <a href="https://2013.igem.org/Team:Manchester/Modellingtest" onmouseover="doSomething();" onmouseout="doSomething();">Modelling</a></div>
-
</li>
+
<a href="https://2013.igem.org/Team:Manchester/Modellingtest" onmouseover="doSomething();" onmouseout="doSomething();"> <img src="https://static.igem.org/mediawiki/2013/6/6b/Modelling.png"/></a>
-
               
+
-
                <li>
+
-
<div id="title"> <a href="#">Judging</a></div>
+
-
<a href="#"> <img src="https://static.igem.org/mediawiki/2013/d/d0/Judging.jpg"/></a>
+
</li>
</li>
-
                 <li>
+
                 <li id="myAnchor7" class="startclosed">
-
<div id="title"> <a href="#">Attributions</a></div>
+
<div id="title"> <a href="https://2013.igem.org/Team:Manchester/HumanPracticetest" onmouseover="doSomething();" onmouseout="doSomething();">Human Practices</a></div>
-
<a href="#"> <img src="https://static.igem.org/mediawiki/2013/b/bb/Attributions1.jpg"/></a>
+
<a href="https://2013.igem.org/Team:Manchester/HumanPracticetest" onmouseover="doSomething();" onmouseout="doSomething();"> <img src="https://static.igem.org/mediawiki/igem.org/0/09/Humanpracticesresize.jpg"/></a>
</li>
</li>
-
<li>
+
 
-
<div id="title"> <a href="#">Modelling</a></div>
+
 
-
<a href="#"> <img src="https://static.igem.org/mediawiki/2013/6/6b/Modelling.png"/></a>
+
                <li id="myAnchor3" class="startclosed">
 +
    <div id="title"> <a href="https://2013.igem.org/Team:Manchester/contributiontest" onmouseover="doSomething();" onmouseout="doSomething();">Parts Contributions</a></div>
 +
    <a href="https://2013.igem.org/Team:Manchester/contributiontest" onmouseover="doSomething();" onmouseout="doSomething();"> <img src="https://static.igem.org/mediawiki/2013/2/2f/Contributions.jpg"/> </a>
 +
</li>
 +
               
 +
                <li id="myAnchor4" class="startclosed">
 +
<div id="title"> <a href="https://2013.igem.org/Team:Manchester/medaltest" onmouseover="doSomething();" onmouseout="doSomething();">Judging</a></div>
 +
<a href="https://2013.igem.org/Team:Manchester/medaltest" onmouseover="doSomething();" onmouseout="doSomething();""> <img src="https://static.igem.org/mediawiki/2013/d/d0/Judging.jpg"/></a>
</li>
</li>
-
                 <li>
+
                 <li id="myAnchor5" class="startclosed">
-
<div id="title"> <a href="#">Human Practices</a></div>
+
<div id="title"> <a href="https://2013.igem.org/Team:Manchester/Attributionstest" onmouseover="doSomething();" onmouseout="doSomething();">Attributions</a></div>
-
<a href="#"> <img src="https://static.igem.org/mediawiki/2013/c/ce/Humanpractice.jpg"/></a>
+
<a href="https://2013.igem.org/Team:Manchester/Attributionstest" onmouseover="doSomething();" onmouseout="doSomething();"> <img src="https://static.igem.org/mediawiki/2013/b/bb/Attributions1.jpg"/></a>
</li>
</li>
-
<li>
+
<li id="myAnchor8" class="startclosed">
-
<div id="title"> <a href="PublicOutreach.html">Sponsorship</a></div>
+
<div id="title"> <a href="https://2013.igem.org/Team:Manchester/sponsorstest" id="last" onmouseover="doSomething();" onmouseout="doSomething();">Sponsorship</a></div>
-
<a href="PublicOutreach.html"> <img src="https://static.igem.org/mediawiki/2013/0/00/Sponsors.jpg"/></a>
+
<a href="https://2013.igem.org/Team:Manchester/sponsorstest" onmouseover="doSomething();" onmouseout="doSomething();"> <img src="https://static.igem.org/mediawiki/2013/0/00/Sponsors.jpg"/></a>
</li>
</li>
   </ul>
   </ul>
</div>
</div>
 +
<br>
 +
<br>
-
<div class="heading2">
+
<div class="note">
-
        <div class="upper">
+
                <center><b>Key Achievements:</b><br>
-
          University of Manchester
+
<i>Gold medal</i><br>
-
        </div>
+
<i>Advance to championship</i><br>
 +
<i>Best Human Practice Advance, Europe</i><br>
 +
<i>Best Human Practice Advance, Undergrad</i><br></center>
 +
</div>
-
      <div class="bottom">
+
<br>
-
          iGEM Team 2013
+
<br>
-
      </div
+
<br>
 +
<br>
 +
<br>
 +
 
 +
<div class="checklist" >
 +
          <div class="medal">
 +
              <a href="https://2013.igem.org/Team:Manchester/medaltest">
 +
                <img src="https://static.igem.org/mediawiki/2013/2/22/MedalCheckList_RB2.jpg"/>
 +
              </a>
 +
          </div>
</div>
</div>
-
<div class="footer">
+
<!--<div class="footer2">
-
      <div class="mib">
+
          <div class="mib">
-
        <a href="#"> <img src="https://static.igem.org/mediawiki/2013/8/8d/Mibscaled.gif"/></a>    
+
    <a href="#"> <img src="https://static.igem.org/mediawiki/2013/0/0c/MIBLogo.jpg" /></a>    
-
      </div>
+
  </div>
-
 
+
   
-
  <div class="igem">
+
-
    <a><img src="https://static.igem.org/mediawiki/2013/3/3f/Igem.png" /></a>
+
-
  </div>
+
-
 
+
  <div class="uni">  
  <div class="uni">  
    <a><img src="https://static.igem.org/mediawiki/2013/f/fd/Uni1.jpg" /></a>
    <a><img src="https://static.igem.org/mediawiki/2013/f/fd/Uni1.jpg" /></a>
-
  </div>
+
  </div>
-
</div>
+
</div>-->
 +
 
-
<div class="contact">
+
<!--<div class="contact">
       <div class="gmail">
       <div class="gmail">
-
            <img src="https://static.igem.org/mediawiki/2013/0/0a/Gmail2.png" width="80" height="60" />
+
           
       </div>
       </div>
Line 317: Line 631:
      
      
       <div class="twitter">
       <div class="twitter">
-
           <a href="https://twitter.com/twitter" class="twitter-follow-button" data-show-count="false" data-size="large">Follow @twitter</a>
+
           <a href="https://twitter.com/@ManchesteriGEM" class="twitter-follow-button" data-show-count="false" data-size="large">Follow @twitter</a>
       </div>
       </div>
-
</div>
+
</div>-->
-
<div class="note">
 
-
        <p> Our Wiki pages are currently under construction.... </p>
 
-
</div>
 
</body>
</body>
</html>
</html>

Latest revision as of 21:56, 7 November 2013

Home



E.C(oil)i
THE LEAN, GREEN, FAT PRODUCING SYNBIO MACHINE


Key Achievements:
Gold medal
Advance to championship
Best Human Practice Advance, Europe
Best Human Practice Advance, Undergrad