Team:UCSC/Safety

From 2014.igem.org

(Difference between revisions)
 
(18 intermediate revisions not shown)
Line 6: Line 6:
<html>
<html>
-
<body style="background-color:#3E98B4" >
 
-
 
-
<!--main content -->
 
-
<table width="70%" align="center">
 
-
 
-
 
-
<!--welcome box -->
 
-
<tr>
 
-
<td style="border:1px solid black;" colspan="3" align="center" height="150px" bgColor=#FF404B>
 
-
<h1 >WELCOME TO iGEM 2014! </h1>
 
-
<p>Your team has been approved and you are ready to start the iGEM season!
 
-
<br>On this page you can document your project, introduce your team members, document your progress <br> and share your iGEM experience with the rest of the world! </p>
 
-
<br>
 
-
<p style="color:#E7E7E7"> <a href="https://2014.igem.org/wiki/index.php?title=Team:UCSC/Safety&action=edit"style="color:#FFFFFF"> Click here  to edit this page!</a> </p>
 
-
</td>
 
-
</tr>
 
-
 
-
<tr> <td colspan="3"  height="5px"> </td></tr>
 
-
<!-- end welcome box -->
 
Line 33: Line 14:
width:100%; /* Menu width */
width:100%; /* Menu width */
height:35px;
height:35px;
-
padding-left:14px;
+
padding-left:12px;
-
background:#BC8F8F; /* Background color */
+
background: SteelBlue;/* Background color */
-
border-radius: 10px;
+
background-size: 100%;
}
}
.menu {
.menu {
Line 41: Line 22:
margin:0;
margin:0;
list-style:none;
list-style:none;
-
height:35px;
+
height:75px;
position:relative;
position:relative;
z-index:5;
z-index:5;
Line 55: Line 36:
height:45px;
height:45px;
line-height:34px;
line-height:34px;
-
color:#ccc;
+
color:Gold;
text-decoration:none;
text-decoration:none;
font-family:Tahoma, Geneva, sans-serif;
font-family:Tahoma, Geneva, sans-serif;
-
font-size:14px; /* Font size */
+
font-size:18px; /* Font size */
-
font-weight:bold;
+
padding:0 0 0 10px;
-
padding:0 0 0 12px;
+
cursor:pointer;
cursor:pointer;
}
}
Line 87: Line 67:
left:0;
left:0;
top:35px;
top:35px;
-
background:#333; /* Submenu background color */
+
background:SteelBlue; /* Submenu background color */
padding:3px;
padding:3px;
white-space:nowrap;
white-space:nowrap;
Line 113: Line 93:
.menu li ul.sub li a.fly {
.menu li ul.sub li a.fly {
/* Submenu Background Color */
/* Submenu Background Color */
-
background:#333 url(http://2.bp.blogspot.com/-38QeToUdU48/UWmqpRNO-LI/AAAAAAAADP4/A4AJhnSm0Fg/s1600/arrow_over.gif) 185px 10px no-repeat;}
+
background:RosyBrown
 +
}
.menu li:hover ul.sub li a:hover {
.menu li:hover ul.sub li a:hover {
-
background:#515151; /* Background Color on mouseover */
+
background:#orange; /* Background Color on mouseover */
-
color:#fff;
+
color: white;
}
}
.menu li:hover ul.sub li a.fly:hover, .menu li:hover ul li:hover > a.fly {
.menu li:hover ul.sub li a.fly:hover, .menu li:hover ul li:hover > a.fly {
Line 135: Line 116:
height:auto;
height:auto;
}
}
-
#search {  
+
 
-
width: 228px; /* Width of the Search Box */
+
#wrapperHeader{
-
height: 50px;
+
  width: 100%;
-
float: right;
+
  height: 320px;
-
z-index: 2;
+
  background:url(https://static.igem.org/mediawiki/2014/5/54/Images-4.jpeg) no-repeat top center;
-
text-align: center;
+
  background-size: 100%;
-
margin-top: 5px;
+
  text-align: center;
-
margin-right: 6px;
+
-
/* Background of the Search Box */
+
-
background: url(http://2.bp.blogspot.com/-kSPW07r2Ct8/UazXPD9DbfI/AAAAAAAADtE/UyopBgIPe-w/s1600/searchBar1.png) no-repeat;
+
}
}
-
#search-box {
+
#wrapperHeader div#header {
-
margin-top: 3px;
+
width:1000px;
-
border:0px;
+
height:200px;
-
background: transparent;
+
margin:0 auto;
-
text-align:center;
+
}   
 +
 
 +
#contact{
 +
padding-left:35px;
 +
padding-right:35px;
 +
padding-top:35px;
 +
padding-bottom:50px;
 +
width: 450px;
 +
float: left;
 +
left: 50%;
 +
position: absolute;
 +
}
 +
 
 +
.contact-input{
 +
        font-size: 18px;
 +
border-radius: 0;
 +
line-height: 22px;
 +
background-color: #fbfbfb;
 +
padding: 13px 13px 13px 54px;
 +
margin-bottom: 10px;
 +
width:100%;
 +
}
 +
 
 +
#email{
 +
background: PaleGoldenrod;
 +
background-size: 30px 30px;
 +
background-position: 11px 8px;
 +
background-repeat: no-repeat;
 +
}
 +
 
 +
 
 +
#comment{
 +
        background: PaleGoldenrod;
 +
background-size: 30px 30px;
 +
background-position: 11px 8px;
 +
background-repeat: no-repeat;
 +
}
 +
 
 +
myh1{
 +
    color: Gold;
 +
    text-align: center;
 +
    font-size: 70px;
 +
}
 +
 
 +
myh2{
 +
    color: orange;
 +
    text-align: center;
 +
    font-size: 20px;
 +
}
 +
 
 +
myh3{
 +
    color: RosyBrown;
 +
    text-align: center;
 +
    font-size: 40px;
 +
}
 +
 
 +
myh4{
 +
    color: SpringGreen;
 +
    font-family:Tahoma, Geneva, sans-serif;
 +
    text-align: center;
 +
    font-size: 30px;
}
}
</style>
</style>
</head>
</head>
 +
 +
<p style="color:PaleGoldenrod"> <a href="https://2014.igem.org/wiki/index.php?title=Team:UCSC/Safety&action=edit"style="color:#FFFFFF"> Click here  to edit this page!</a> </p>
 +
 +
<div id="wrapperHeader">
 +
<div id="header"><br><br><br><br><br><br>
 +
<myh1>Lab Safety</myh1></div>
 +
</div>
<div id='menuWrapper'>
<div id='menuWrapper'>
<ul class='menu'>
<ul class='menu'>
-
<li class='top'><a class='top_link' href="https://2014.igem.org/Team:UCSC"style="color:#000000"><span>HOME</span></a></li>
+
<li class='top'><a class='top_link' href="https://2014.igem.org/Team:UCSC"><span><b>HOME</b></span></a></li>
<li class='top'><a class='top_link' href="https://2014.igem.org/Team:UCSC/Project"><span class='down'>Project</span></a>
<li class='top'><a class='top_link' href="https://2014.igem.org/Team:UCSC/Project"><span class='down'>Project</span></a>
Line 186: Line 231:
</ul>
</ul>
</div>
</div>
-
<a href="https://2014.igem.org/Main_Page"> <img src="https://static.igem.org/mediawiki/igem.org/6/60/Igemlogo_300px.png" width="110px" align = "center"></a>
+
<a href="https://2014.igem.org/Main_Page"> <img src="https://static.igem.org/mediawiki/igem.org/6/60/Igemlogo_300px.png" height="100px" align = "center"></a>
-
 
+
-
 
+
-
 
+
-
 
+
-
 
+
 +
<!--
 +
Write under here!
 +
--><myh2>
 +
<p> Our team primarily worked with E. Coli and H.Volcanii which were Biosafety level 1.
 +
</p>
 +
<p> The team mostly used standard protective equipment. This included gloves, goggles, and lab coats.
 +
</p>
 +
<p> All members of iGEM were completed safety training which included information about the location </p>
 +
<p> of fire alarm pull stations, safety showers, and fume hoods.</p>
 +
<p> Participants also completed online EH & S Safety Training. </p>
 +
<p> Team members were required to know how to properly store and dispose of hazardous chemicals. </p>
 +
<p>The team had a few lab decorations as well. </p>
 +
<img src = "https://static.igem.org/mediawiki/2014/6/61/Lab_decor.JPG" height = "500px" width = "300px"style = "float:center">
 +
<img src = "https://static.igem.org/mediawiki/2014/c/c8/Hazard-Symbols.gif" height = "500px" style = "float:right"></myh2.
 +
</p>
 +
<a href
</table>
</table>
</html>
</html>

Latest revision as of 11:16, 16 October 2014



Click here to edit this page!

Our team primarily worked with E. Coli and H.Volcanii which were Biosafety level 1.

The team mostly used standard protective equipment. This included gloves, goggles, and lab coats.

All members of iGEM were completed safety training which included information about the location

of fire alarm pull stations, safety showers, and fume hoods.

Participants also completed online EH & S Safety Training.

Team members were required to know how to properly store and dispose of hazardous chemicals.

The team had a few lab decorations as well.