Team:AHUT China/Safety

From 2013.igem.org

(Difference between revisions)
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 *** -->
+
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
 +
<html xmlns="http://www.w3.org/1999/xhtml">
 +
<head>
 +
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
 +
<title>无标题文档</title>
 +
<style type="text/css">
 +
.menuziti {
 +
text-align: center;
 +
font-family: Verdana, Geneva, sans-serif;
 +
color: #FFFFFF;
 +
}
 +
</style>
 +
<link href="SpryAssets/SpryMenuBarHorizontal.css" rel="stylesheet" type="text/css" />
 +
<style type="text/css">
 +
body {
 +
background-color: #151515;
 +
}
 +
</style>
 +
<script src="SpryAssets/SpryMenuBar.js" type="text/javascript"></script>
 +
</head>
-
<html>
+
<body>
-
<div id="box" style="width: 700px; margin-left: 137px; padding: 5px; border: 3px solid #000; background-color: #fe2b33;">
+
<div id="top">
-
<div id="template" style="text-align: center; font-weight: bold; font-size: large; color: #f6f6f6; padding: 5px;">
+
<img src="logo.png" width="209" height="101" />
-
This is a template page. READ THESE INSTRUCTIONS.
+
<ul id="MenuBar1" class="MenuBarHorizontal">
-
</div>
+
  <li><a href="#" class="menuziti">  Home </a></li>
-
<div id="instructions" style="text-align: center; font-weight: normal; font-size: small; color: #f6f6f6; padding: 5px;">
+
  <li><a href="#"><span class="menuziti">Team</span></a></li>
-
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>.
+
  <li class="menuziti"><a href="#">Project</a></li>
-
</div>
+
  <li><a href="#"><span class="menuziti">Date Page</span></a>    </li>
-
<div id="warning" style="text-align: center; font-weight: bold; font-size: small; color: #f6f6f6; padding: 5px;">
+
  <li><a href="#" class="menuziti">Modling</a></li>
-
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. 
+
  <li><a href="#" class="menuziti">Human Practice</a></li>
-
</div>
+
  <li><a href="#" class="menuziti">Safety</a></li>
 +
</ul>
</div>
</div>
 +
<script type="text/javascript">
 +
var MenuBar1 = new Spry.Widget.MenuBar("MenuBar1", {imgDown:"SpryAssets/SpryMenuBarDownHover.gif", imgRight:"SpryAssets/SpryMenuBarRightHover.gif"});
 +
</script>
 +
</body>
</html>
</html>
-
 
-
 
-
{| style="color:#1b2c8a;background-color:#0c6;" cellpadding="3" cellspacing="1" border="1" bordercolor="#fff" width="62%" align="center"
 
-
!align="center"|[[Team:AHUT_China|Home]]
 
-
!align="center"|[[Team:AHUT_China/Team|Team]]
 
-
!align="center"|[https://igem.org/Team.cgi?year=2013&team_name=AHUT_China Official Team Profile]
 
-
!align="center"|[[Team:AHUT_China/Project|Project]]
 
-
!align="center"|[[Team:AHUT_China/Parts|Parts Submitted to the Registry]]
 
-
!align="center"|[[Team:AHUT_China/Modeling|Modeling]]
 
-
!align="center"|[[Team:AHUT_China/Notebook|Notebook]]
 
-
!align="center"|[[Team:AHUT_China/Safety|Safety]]
 
-
!align="center"|[[Team:AHUT_China/Attributions|Attributions]]
 
-
|}
 
-
 
-
 
-
Use this page to answer the questions on the  [[Safety | safety page]].
 

Revision as of 02:40, 13 September 2013

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> 无标题文档