Difference between revisions of "Team:Lambert GA/Human Practices"

 
(22 intermediate revisions by 3 users not shown)
Line 10: Line 10:
  
 
#mainContainer{
 
#mainContainer{
     background-color: white;
+
     background-color: #7A7A79;
 
     width: 100%;
 
     width: 100%;
 
}
 
}
Line 17: Line 17:
 
margin: auto;
 
margin: auto;
 
     padding: 0px;
 
     padding: 0px;
    background-color: white;
 
 
}
 
}
  
body { background-color: white; margin: auto; padding: 0px; width: 100%;}
+
body { margin: auto; padding: 0px; width: 100%;}
  
 
a.drplink {
 
a.drplink {
Line 30: Line 29:
  
 
a.partlink {
 
a.partlink {
color:#D49AE6;
+
color:#D49AE6 ;
 
}
 
}
 
a.partlink:hover {
 
a.partlink:hover {
color:dimgray;
+
color: #4A555C;
 
}
 
}
  
  
 
div {
 
div {
color: gray;
+
color: white;
 
}
 
}
  
 
#content {  
 
#content {  
 
margin: 0px auto;
 
margin: 0px auto;
background-color: white;
+
margin-top: -15px;
 +
background-color: #7A7A79;
 
width: 100%;
 
width: 100%;
 
padding: 0px;
 
padding: 0px;
Line 60: Line 60:
 
margin: auto;
 
margin: auto;
 
width: 75%;
 
width: 75%;
color: gray;
+
color: white;
 
}
 
}
  
Line 95: Line 95:
 
padding-bottom: 7px;
 
padding-bottom: 7px;
 
font-size: 45px;
 
font-size: 45px;
color: dimgray; }
+
color: #DEAEEB; }
 
+
  
 
.firstHeading{
 
.firstHeading{
Line 114: Line 113:
  
 
h2{
 
h2{
color: #D49AE6;
+
color: #DEAEEB;
 
}
 
}
  
Line 121: Line 120:
 
position: fixed;
 
position: fixed;
 
text-decoration: none;
 
text-decoration: none;
color: #b8975e;
+
color: #42413C;
 
width: 100%;
 
width: 100%;
 
height: 50px;
 
height: 50px;
 
line-height: 50px;
 
line-height: 50px;
background-color: white;
+
background-color: #555554;
margin: auto;
+
margin-top: 0px;
 
text-align:center;
 
text-align:center;
opacity: 0.7;
+
opacity: 0.9;
 
}
 
}
  
Line 139: Line 138:
 
background-color: rgba(255,255,255,0.0);
 
background-color: rgba(255,255,255,0.0);
 
}
 
}
 +
  
  
Line 173: Line 173:
  
  
img.transparent {
+
.transparency {
 
     opacity: 0.4;
 
     opacity: 0.4;
    filter: alpha(opacity=40); /* For IE8 and earlier */
 
 
transition: opacity 0.5s ease-in-out;
 
transition: opacity 0.5s ease-in-out;
 +
filter: alpha(opacity=40);
 +
-webkit-backface-visibility: hidden;
 
}
 
}
  
  
img.transparent:hover {
+
.transparency:hover {
     opacity: 1.0;
+
     opacity: 1;
    filter: alpha(opacity=100); /* For IE8 and earlier */
+
filter: alpha(opacity=100);
 +
    width = 100px;
 +
-webkit-backface-visibility: hidden;
 
}
 
}
  
Line 222: Line 225:
 
   height: 100%;
 
   height: 100%;
 
   width: 100%;
 
   width: 100%;
  background-color: white;
 
 
   color: #D49AE6;
 
   color: #D49AE6;
 
   padding: 14px;
 
   padding: 14px;
Line 231: Line 233:
 
   transition: background-color 0.5s ease-in-out, color 0.5s ease-in-out;
 
   transition: background-color 0.5s ease-in-out, color 0.5s ease-in-out;
 
}
 
}
 +
  
 
/* The container <div> - needed to position the dropdown content */
 
/* The container <div> - needed to position the dropdown content */
Line 243: Line 246:
 
     opacity: 0.0;
 
     opacity: 0.0;
 
     position: absolute;
 
     position: absolute;
     background-color: #D49AE6;
+
     background-color: #CFB9F7;
 
     min-width: 200px;
 
     min-width: 200px;
 
     text-align: left;
 
     text-align: left;
Line 249: Line 252:
 
     transition: opacity 0.5s ease-in-out;
 
     transition: opacity 0.5s ease-in-out;
 
}
 
}
 +
  
 
/* Links inside the dropdown */
 
/* Links inside the dropdown */
 
.dropdown-content a {
 
.dropdown-content a {
     color: white;
+
     color: white;
 
     opacity: 0.0;
 
     opacity: 0.0;
 
     padding: 0px 10px;
 
     padding: 0px 10px;
Line 262: Line 266:
  
 
/* Change color of dropdown links on hover */
 
/* Change color of dropdown links on hover */
.dropdown-content a:hover {background-color: #D49AE6}
+
.dropdown-content a:hover {background-color: #D49AE6;
 +
color: #4A555C;}
  
 
/* Show the dropdown menu on hover */
 
/* Show the dropdown menu on hover */
Line 277: Line 282:
 
.dropbtn:hover {
 
.dropbtn:hover {
 
     background-color: #D49AE6;
 
     background-color: #D49AE6;
     color: white;
+
     color: #4A555C;
 
}
 
}
  
Line 324: Line 329:
 
<a class="drplink" style="transition: color 0.5s ease-in-out;" href="https://2017.igem.org/Team:Lambert_GA/Notebook">Notebook</a>
 
<a class="drplink" style="transition: color 0.5s ease-in-out;" href="https://2017.igem.org/Team:Lambert_GA/Notebook">Notebook</a>
 
       <a class="drplink" style="transition: color 0.5s ease-in-out;" href="https://2017.igem.org/Team:Lambert_GA/InterLab">InterLab</a>
 
       <a class="drplink" style="transition: color 0.5s ease-in-out;" href="https://2017.igem.org/Team:Lambert_GA/InterLab">InterLab</a>
<a class="drplink" style="transition: color 0.5s ease-in-out;" href="https://2017.igem.org/Team:Lambert_GA/Contribution">Contribution</a>
+
 
 
<a class="drplink" style="transition: color 0.5s ease-in-out;" href="https://2017.igem.org/Team:Lambert_GA/Model">Model</a>
 
<a class="drplink" style="transition: color 0.5s ease-in-out;" href="https://2017.igem.org/Team:Lambert_GA/Model">Model</a>
 
<a class="drplink" style="transition: color 0.5s ease-in-out;" href="https://2017.igem.org/Team:Lambert_GA/Results">Results</a><a class="drplink" style="transition: color 0.5s ease-in-out;" href="https://2017.igem.org/Team:Lambert_GA/Demonstrate">Demonstrate</a>
 
<a class="drplink" style="transition: color 0.5s ease-in-out;" href="https://2017.igem.org/Team:Lambert_GA/Results">Results</a><a class="drplink" style="transition: color 0.5s ease-in-out;" href="https://2017.igem.org/Team:Lambert_GA/Demonstrate">Demonstrate</a>
<a class="drplink" style="transition: color 0.5s ease-in-out;" href="https://2017.igem.org/Team:Lambert_GA/Improve">Improve</a>
 
 
<a class="drplink" style="transition: color 0.5s ease-in-out;" href="https://2017.igem.org/Team:Lambert_GA/Attributions">Attributions</a>
 
<a class="drplink" style="transition: color 0.5s ease-in-out;" href="https://2017.igem.org/Team:Lambert_GA/Attributions">Attributions</a>
 
        
 
        
Line 334: Line 338:
 
   </li><!--
 
   </li><!--
 
--><li class="dropdown" >
 
--><li class="dropdown" >
       <a href="https://2017.igem.org/Team:Lambert_GA/Parts" class="dropbtn">Parts</a>
+
       <a href="https://2017.igem.org/Team:Lambert_GA/Part Collection" class="dropbtn">Parts</a>
 
       <div class="dropdown-content">
 
       <div class="dropdown-content">
 +
      <a class="drplink" style="transition: color 0.5s ease-in-out;" href="https://2017.igem.org/Team:Lambert_GA/Part Collection">Part_Collection</a>
 
       <a class="drplink" style="transition: color 0.5s ease-in-out;"  
 
       <a class="drplink" style="transition: color 0.5s ease-in-out;"  
href="https://2017.igem.org/Team:Lambert_GA/Parts">Parts</a>
+
href="https://2017.igem.org/Team:Lambert_GA/Updated_Part">Updated Parts</a>
      <a class="drplink" style="transition: color 0.5s ease-in-out;"
+
href="https://2017.igem.org/Team:Lambert_GA/Basic_Part">Basic Parts</a>
+
 
       <a class="drplink" style="transition: color 0.5s ease-in-out;" href="https://2017.igem.org/Team:Lambert_GA/Composite Part">Composite Parts</a>
 
       <a class="drplink" style="transition: color 0.5s ease-in-out;" href="https://2017.igem.org/Team:Lambert_GA/Composite Part">Composite Parts</a>
     <a class="drplink" style="transition: color 0.5s ease-in-out;" href="https://2017.igem.org/Team:Lambert_GA/Part Collection">Part_Collection</a></div>
+
     </div>
 
   </li><!--
 
   </li><!--
 
--><!--
 
--><!--
Line 359: Line 362:
 
       <div class="dropdown-content">
 
       <div class="dropdown-content">
 
       <a class="drplink" style="transition: color 0.5s ease-in-out;" href="https://2017.igem.org/Team:Lambert_GA/Applied_Design">Applied Design</a>
 
       <a class="drplink" style="transition: color 0.5s ease-in-out;" href="https://2017.igem.org/Team:Lambert_GA/Applied_Design">Applied Design</a>
<a class="drplink" style="transition: color 0.5s ease-in-out;" href="https://2017.igem.org/Team:Lambert_GA/Entrepreneurship">Entrepreneurship</a>
 
 
<a class="drplink" style="transition: color 0.5s ease-in-out;" href="https://2017.igem.org/Team:Lambert_GA/Hardware">Hardware</a>
 
<a class="drplink" style="transition: color 0.5s ease-in-out;" href="https://2017.igem.org/Team:Lambert_GA/Hardware">Hardware</a>
 
       <a class="drplink" style="transition: color 0.5s ease-in-out;" href="https://2017.igem.org/Team:Lambert_GA/Measurement">Measurement</a>
 
       <a class="drplink" style="transition: color 0.5s ease-in-out;" href="https://2017.igem.org/Team:Lambert_GA/Measurement">Measurement</a>
 
       <a class="drplink" style="transition: color 0.5s ease-in-out;" href="https://2017.igem.org/Team:Lambert_GA/Model">Model</a>
 
       <a class="drplink" style="transition: color 0.5s ease-in-out;" href="https://2017.igem.org/Team:Lambert_GA/Model">Model</a>
<a class="drplink" style="transition: color 0.5s ease-in-out;" href="https://2017.igem.org/Team:Lambert_GA/Plant">Plant</a>
 
 
<a class="drplink" style="transition: color 0.5s ease-in-out;" href="https://2017.igem.org/Team:Lambert_GA/Software">Software</a>
 
<a class="drplink" style="transition: color 0.5s ease-in-out;" href="https://2017.igem.org/Team:Lambert_GA/Software">Software</a>
 
     </div>
 
     </div>
 
   </li>
 
   </li>
<a  href="https://igem.org/2017_Judging_Form?team=Lambert_GA"class="dropbtn">JUDGING FORM</a>
+
<a  href="https://igem.org/2017_Judging_Form?team=Lambert_GA"class="dropbtn">Judging Form</a>
 
</div>
 
</div>
  
Line 380: Line 381:
  
 
<br><br>
 
<br><br>
<center> <h1 id="MainTitle"><b> Human Practices </b></h1><img src="https://static.igem.org/mediawiki/2017/2/26/T--LambertGA--purpleline.jpg" style="width:18%; margin:auto;"> </center> <br>
+
<center> <h1 id="MainTitle"><b> Human Practices </b></h1><img src="https://static.igem.org/mediawiki/2017/b/bc/T--Lambert_GA--purpleline.png" style="width:18%; margin:auto;"> </center> <br>
  
 
<center>
 
<center>
<a class="partlink" style="transition: color 0.5s ease-in-out;" href="https://2017.igem.org/Team:LambertGA/HP/Silver" style="text-decoration: none; color: #D49AE6;"> Maker Faire: Building With Biology
+
<a class="partlink" style="transition: color 0.5s ease-in-out;" href="https://2017.igem.org/Team:Lambert_GA/HP/Silver" style="text-decoration: none; color: #D49AE6;"> Maker Faire: Building With Biology
  
 
<br><br>
 
<br><br>
  
<a class="partlink" style="transition: color 0.5s ease-in-out;"href="https://2017.igem.org/Team:LambertGA/HP/Silver" style="text-decoration: none; color: #D49AE6;">Atlanta Science Festival
+
<a class="partlink" style="transition: color 0.5s ease-in-out;"href="https://2017.igem.org/Team:Lambert_GA/HP/Silver" style="text-decoration: none; color: #D49AE6;">Open House
 
+
 
<br><br>
 
<br><br>
  
<a class="partlink" style="transition: color 0.5s ease-in-out;"href="https://2017.igem.org/Team:LambertGA/HP/Silver" style="text-decoration: none; color: #D49AE6;">Regional Education Service Agencies
+
<a class="partlink" style="transition: color 0.5s ease-in-out;"href="https://2017.igem.org/Team:Lambert_GA/HP/Silver" style="text-decoration: none; color: #D49AE6;">Safety Data Sheet
 
+
<br><br>
+
 
+
<a class="partlink" style="transition: color 0.5s ease-in-out;"href="https://2017.igem.org/Team:LambertGA/HP/Silver" style="text-decoration: none; color: #D49AE6;"> Next Generation Focus
+
 
+
<br><br>
+
 
+
<a class="partlink" style="transition: color 0.5s ease-in-out;"href="https://2017.igem.org/Team:LambertGA/HP/Silver" style="text-decoration: none; color: #D49AE6;">Congenital Heart Defect Walk
+
 
+
<br><br>
+
<a class="partlink" style="transition: color 0.5s ease-in-out;"href="https://2017.igem.org/Team:LambertGA/HP/Silver" style="text-decoration: none; color: #D49AE6;"> Sharon Science Days
+
  
 
<br><br>
 
<br><br>
<a class="partlink" style="transition: color 0.5s ease-in-out;"href="https://2017.igem.org/Team:LambertGA/HP/Gold" style="text-decoration: none; color: #D49AE6;"> Centers for Disease Control: Micronutrient Discussion
+
<a class="partlink" style="transition: color 0.5s ease-in-out;"href="https://2017.igem.org/Team:Lambert_GA/HP/Silver" style="text-decoration: none; color: #D49AE6;">Donations to the Place
  
 
<br><br>
 
<br><br>
<a class="partlink" style="transition: color 0.5s ease-in-out;"href="https://2017.igem.org/Team:LambertGA/HP/Gold" style="text-decoration: none; color: #D49AE6;"> Georgia Institute of Technology: Styczinski Lab
+
<a class="partlink" style="transition: color 0.5s ease-in-out;"href="https://2017.igem.org/Team:Lambert_GA/HP/Silver" style="text-decoration: none; color: #D49AE6;"> Biotechnology Club
  
 
</center>
 
</center>
Line 421: Line 410:
 
<div id="sponsors-bottom">
 
<div id="sponsors-bottom">
  
<a href="http://www.forsyth.k12.ga.us/lhs"><img src="https://static.igem.org/mediawiki/2017/9/9e/T--LambertGA--longhorn_iGEM_logo.png" class="transparent" style="height:100px;padding:20px;"></a>
+
<a href="http://www.forsyth.k12.ga.us/lhs"><img src="https://static.igem.org/mediawiki/2017/3/36/RevisedLambertLonghorn.png" style="height:100px;padding:20px;" class="transparency"></a>
  
 
</div>
 
</div>

Latest revision as of 11:51, 31 October 2017