Team:MSOE Milwaukee/Safety

From 2013.igem.org

(Difference between revisions)
(Prototype team page)
Line 1: Line 1:
-
<!-- *** What falls between these lines is the Alert Box!  You can remove it from your pages once you have read and understood the alert *** -->
+
<html xmlns="http://www.w3.org/1999/xhtml">  
-
 
+
<head>
-
<html>
+
<title>Horizontal Navigation Bar w/Rollover Effect</title>  
-
<div id="box" style="width: 700px; margin-left: 137px; padding: 5px; border: 3px solid #000; background-color: #fe2b33;">
+
<style type="text/css">
-
<div id="template" style="text-align: center; font-weight: bold; font-size: large; color: #f6f6f6; padding: 5px;">
+
<!--
-
This is a template page. READ THESE INSTRUCTIONS.
+
-
</div>
+
#navbar ul {
-
<div id="instructions" style="text-align: center; font-weight: normal; font-size: small; color: #f6f6f6; padding: 5px;">
+
margin: 0;  
-
You are provided with this team page template with which to start the iGEM season.  You may choose to personalize it to fit your team but keep the same "look." Or you may choose to take your team wiki to a different level and design your own wiki.  You can find some examples <a href="https://2008.igem.org/Help:Template/Examples">HERE</a>.
+
padding: 5px;  
-
</div>
+
list-style-type: none;  
-
<div id="warning" style="text-align: center; font-weight: bold; font-size: small; color: #f6f6f6; padding: 5px;">
+
text-align: center;
-
You <strong>MUST</strong> have all of the pages listed in the menu below with the names specified.   PLEASE keep all of your pages within your teams namespace. 
+
background-color: #000;  
-
</div>
+
}
-
</div>
+
 +
#navbar ul li { 
 +
display: inline;
 +
}
 +
 +
#navbar ul li a {
 +
text-decoration: none;  
 +
padding: .2em 1em;  
 +
color: #fff;
 +
background-color: #000;  
 +
}
 +
 +
#navbar ul li a:hover {
 +
color: #000;  
 +
background-color: #fff;  
 +
}
 +
 +
-->  
 +
</style>
 +
</head>
 +
<body>  
 +
<div id="navbar">
 +
  <ul>
 +
<li><a href="/Team:MSOE_Milwaukee">Home</a></li>  
 +
<li><a href="/Team:MSOE_Milwaukee/Team">Team</a></li>
 +
<li><a href="https://igem.org/Team.cgi?year=2013&team_name=MSOE_Milwaukee Official Team Profile">Official Team Profile</a></li>
 +
<li><a href="/Team:MSOE_Milwaukee/Project">Project</a></li>
 +
<li><a href="/Team:MSOE_Milwaukee/Parts">Parts Submitted to the Registry</a></li>
 +
        <li><a href="/Team:MSOE_Milwaukee/Modeling">Modeling</a></li>
 +
        <li><a href="/Team:MSOE_Milwaukee/Notebook">Notebook</a></li>
 +
        <li><a href="/Team:MSOE_Milwaukee/Safety">Safety</a></li>
 +
        <li><a href="/Team:MSOE_Milwaukee/Attributions">Attributions</a></li>
 +
   </ul>
 +
</div>  
 +
</body>  
</html>
</html>
-
 
-
<!-- *** End of the alert box *** -->
 

Revision as of 16:08, 4 June 2013

Horizontal Navigation Bar w/Rollover Effect


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


Use this page to answer the questions on the safety page.