Team:Purdue/Team

From 2012.igem.org

(Difference between revisions)
(Who we are)
(Who we are)
Line 186: Line 186:
   }
   }
</style>
</style>
 +
 +
 +
<html>
 +
<head>
 +
 +
<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.7.2/jquery.min.js"></script>
 +
 +
<style>
 +
img
 +
{
 +
opacity:1.0;
 +
filter:alpha(opacity=100);
 +
}
 +
img:hover
 +
{
 +
opacity:.4;
 +
filter:alpha(opacity=40);
 +
}
 +
.cssmenu{
 +
border:none;
 +
border:0px;
 +
margin:0px;
 +
padding:0px;
 +
font: 67.5% 'Lucida Sans Unicode', 'Bitstream Vera Sans', 'Trebuchet Unicode MS', 'Lucida Grande', Verdana, Helvetica, sans-serif;
 +
font-size:14px;
 +
font-weight:bold;
 +
}
 +
.cssmenu ul{
 +
background:#333333;
 +
height:35px;
 +
list-style:none;
 +
margin:0;
 +
padding:0;
 +
}
 +
.cssmenu li{
 +
float:left;
 +
padding:0px;
 +
}
 +
.cssmenu li a{
 +
background:#333333 url('https://static.igem.org/mediawiki/2012/3/3f/Seperator.gif') bottom right no-repeat;
 +
color:#cccccc;
 +
display:block;
 +
font-weight:normal;
 +
line-height:35px;
 +
margin:0px;
 +
padding:0px 25px;
 +
text-align:center;
 +
text-decoration:none;
 +
}
 +
.cssmenu li a:hover, .cssmenu ul li:hover a{
 +
background: #2580a2 url('https://static.igem.org/mediawiki/2012/e/e6/Hover.gif') bottom center no-repeat;
 +
color:#FFFFFF;
 +
text-decoration:none;
 +
}
 +
.cssmenu li ul{
 +
background:#333333;
 +
display:none;
 +
height:auto;
 +
padding:0px;
 +
margin:0px;
 +
border:0px;
 +
position:absolute;
 +
width:225px;
 +
z-index:200;
 +
/*top:1em;
 +
/*left:0;*/
 +
}
 +
.cssmenu li:hover ul{
 +
display:block;
 +
 +
}
 +
.cssmenu li li {
 +
background:url('https://static.igem.org/mediawiki/2012/3/3f/Sub_sep.gif') bottom left no-repeat;
 +
display:block;
 +
float:none;
 +
margin:0px;
 +
padding:0px;
 +
width:225px;
 +
}
 +
.cssmenu li:hover li a{
 +
background:none;
 +
 +
}
 +
.cssmenu li ul a{
 +
display:block;
 +
height:35px;
 +
font-size:12px;
 +
font-style:normal;
 +
margin:0px;
 +
padding:0px 10px 0px 15px;
 +
text-align:left;
 +
}
 +
.cssmenu li ul a:hover, .cssmenu li ul li:hover a{
 +
background:#2580a2 url('https://static.igem.org/mediawiki/2012/a/a8/Hover_sub.gif') center left no-repeat;
 +
border:0px;
 +
color:#ffffff;
 +
text-decoration:none;
 +
}
 +
.cssmenu p{
 +
clear:left;
 +
}
 +
 +
</style>
 +
 +
 +
<div z-index:100><img src="https://static.igem.org/mediawiki/2012/3/3d/Purdue_fountain.jpg" width="965" height="300"></div>
 +
 +
<div class='cssmenu' z-index:5000>
 +
<ul>
 +
  <li><a href='https://2012.igem.org/Team:Purdue'><span>Home</span></a></li>
 +
  <li><a href='#'><span>Team</span></a>
 +
      <ul>
 +
        <li><a href='https://2012.igem.org/Team:Purdue/Team'><span>Members</span></a></li>
 +
        <li><a href='https://2012.igem.org/Team:Purdue/Advisors'><span>Advisors</span></a></li>
 +
        <li><a href='https://2012.igem.org/Team:Purdue/Sponsors'><span>Sponsors</span></a></li>
 +
        <li><a href='https://2012.igem.org/Team:Purdue/Attributions'><span>Attributions</span></a></li>
 +
      </ul>
 +
  </li>
 +
  <li><a href='#'><span>Project</span></a>
 +
      <ul>
 +
        <li><a href='https://2012.igem.org/Team:Purdue/Project'><span>Overview</span></a></li>
 +
        <li><a href='https://2012.igem.org/Team:Purdue/Parts'><span>Parts</span></a></li>
 +
        <li><a href='https://2012.igem.org/Team:Purdue/Protocol'><span>Protocol</span></a></li>
 +
      </ul>
 +
  </li>
 +
  <li><a href='https://2012.igem.org/Team:Purdue/Modeling'><span>Modeling</span></a></li>
 +
  <li><a href='https://2012.igem.org/Team:Purdue/Human_Practices'><span>Human Practices</span></a></li>
 +
  <li><a href='https://2012.igem.org/Team:Purdue/Notebook'><span>Notebook</span></a></li>
 +
  <li><a href='https://2012.igem.org/Team:Purdue/Safety'><span>Safety</span></a></li>
 +
  <li><a href='https://2012.igem.org/Team:Purdue/Gallery'><span>Gallery</span></a></li>
 +
</ul>
 +
</div>
 +
 +
</head>
 +
 +
<link href='http://fonts.googleapis.com/css?family=Belleza' rel='stylesheet' type='text/css'>
 +
<link href='http://fonts.googleapis.com/css?family=Doppio+One' rel='stylesheet' type='text/css'>
 +
 +
<style>
 +
  body {
 +
    background: rgb(20, 145, 160); 
 +
    font-family: 'Belleza', Arial, sans-serif;
 +
    font-size: 75%;
 +
  }
 +
  h1 {
 +
    color: rgb(20, 125, 160);
 +
    background: white;
 +
   
 +
    font-family: 'Doppio One', sans-serif;
 +
    text-shadow: 0 1px 2px rgba(0, 0, 0, .3);
 +
  }
 +
  h2 {
 +
    color: rgb(20,125,160);
 +
    background: white;
 +
    font-family: 'Doppio One', sans-serig;
 +
    text-shadow: 0 1px 2px rgba(0, 0, 0, .3);
 +
  }
 +
  p {
 +
    color: black;
 +
    background: white;
 +
  }
 +
</style>
 +
</html>

Revision as of 17:19, 23 June 2012

You can write a background of your team here. Give us a background of your team, the members, etc. Or tell us more about something of your choosing.
Purdue logo.png
File:Purdue team.png
Your team picture
Team Purdue


Home Team Official Team Profile Project Parts Submitted to the Registry Modeling Notebook Human Practices Safety Attributions Protocol

<head>

<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.7.2/jquery.min.js"></script>

<style> img { opacity:1.0; filter:alpha(opacity=100); } img:hover { opacity:.4; filter:alpha(opacity=40); } .cssmenu{ border:none; border:0px; margin:0px; padding:0px; font: 67.5% 'Lucida Sans Unicode', 'Bitstream Vera Sans', 'Trebuchet Unicode MS', 'Lucida Grande', Verdana, Helvetica, sans-serif; font-size:14px; font-weight:bold; } .cssmenu ul{ background:#333333; height:35px; list-style:none; margin:0; padding:0; } .cssmenu li{ float:left; padding:0px; } .cssmenu li a{ background:#333333 url('https://static.igem.org/mediawiki/2012/3/3f/Seperator.gif') bottom right no-repeat; color:#cccccc; display:block; font-weight:normal; line-height:35px; margin:0px; padding:0px 25px; text-align:center; text-decoration:none; } .cssmenu li a:hover, .cssmenu ul li:hover a{ background: #2580a2 url('https://static.igem.org/mediawiki/2012/e/e6/Hover.gif') bottom center no-repeat; color:#FFFFFF; text-decoration:none; } .cssmenu li ul{ background:#333333; display:none; height:auto; padding:0px; margin:0px; border:0px; position:absolute; width:225px; z-index:200; /*top:1em; /*left:0;*/ } .cssmenu li:hover ul{ display:block;

} .cssmenu li li { background:url('https://static.igem.org/mediawiki/2012/3/3f/Sub_sep.gif') bottom left no-repeat; display:block; float:none; margin:0px; padding:0px; width:225px; } .cssmenu li:hover li a{ background:none;

} .cssmenu li ul a{ display:block; height:35px; font-size:12px; font-style:normal; margin:0px; padding:0px 10px 0px 15px; text-align:left; } .cssmenu li ul a:hover, .cssmenu li ul li:hover a{ background:#2580a2 url('https://static.igem.org/mediawiki/2012/a/a8/Hover_sub.gif') center left no-repeat; border:0px; color:#ffffff; text-decoration:none; } .cssmenu p{ clear:left; }

</style>


<img src="Purdue_fountain.jpg" width="965" height="300">

</head>

<link href='http://fonts.googleapis.com/css?family=Belleza' rel='stylesheet' type='text/css'> <link href='http://fonts.googleapis.com/css?family=Doppio+One' rel='stylesheet' type='text/css'>

<style>

 body {
   background: rgb(20, 145, 160);  
   font-family: 'Belleza', Arial, sans-serif;
   font-size: 75%;
 }
 h1 {
   color: rgb(20, 125, 160);
   background: white;
   
   font-family: 'Doppio One', sans-serif;
   text-shadow: 0 1px 2px rgba(0, 0, 0, .3);
 }
 h2 {
   color: rgb(20,125,160);
   background: white;
   font-family: 'Doppio One', sans-serig;
   text-shadow: 0 1px 2px rgba(0, 0, 0, .3);
 }
 p {
   color: black;
   background: white;
 }

</style>



Who we are



Advisors:

  • JENNA RICKUS:
  • KARI CLASE:
  • JANIE BRENNAN:


Undergrads:

  • SEAN KEARNEY:
  • CHRIS THOMPSON:
  • MRUDULA VEMURI:
  • RACHEL FELTNER:
  • AUGUST CLEVENGER:
  • MAX SHOWALTER:
  • PETER MERCADO-REYES:
  • JAMES NOLAN:
  • AMANDA SHANLEY:


What we did

(Provide proper attribution for all work)


Where we're from