Team:IIT Delhi/Naya Patr

From 2013.igem.org

(Difference between revisions)
 
(8 intermediate revisions not shown)
Line 1: Line 1:
<html>
<html>
-
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
+
 
-
<html>
+
<head>
<head>
-
<title>Free Css Layout 1</title>
+
<style type="text/css">  
-
<meta http-equiv="content-type" content="text/html; charset=iso-8859-1">
+
<!--
-
<link rel="stylesheet" href="https://2013.igem.org/Team:IIT_Delhi/Naya_Patr_css?action=raw&ctype=text/css" type="text/css" />
+
 +
#navbar ul {
 +
margin: 0;
 +
padding: 5px;
 +
list-style-type: none;
 +
text-align: center;  
 +
background-color: #000;
 +
}
 +
 +
#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>
</head>
<body>
<body>
-
<div id="container">
+
<img src="https://static.igem.org/mediawiki/2013/5/5e/Header.jpg" alt="Header" width="960" height="300">
-
<div id="header"><h1><a href="http://www.free-css.com/free-css-layouts.php">Free CSS Layouts</a></h1></div>
+
<div id="navbar">  
-
  <div id="wrapper">
+
  <ul>  
-
    <div id="content">
+
<li><a href="#">Home</a></li>  
-
      <p><strong>Content here.</strong></p>
+
<li><a href="https://2013.igem.org/Team:IIT_Delhi/Team">Team</a></li>  
-
      <p>  This is a line - 1</p>
+
<li><a href="https://2013.igem.org/Team:IIT_Delhi/Project">Project</a></li>  
-
      <p>  This is aline -2 </p>
+
<li><a href="https://2013.igem.org/Team:IIT_Delhi/Parts">Parts</a></li>  
-
      <p> This is aline -3 </p>
+
<li><a href="#">Notebook</a></li>  
-
      <p>This is a line -4</p>
+
        <li><a href="https://2013.igem.org/Team:IIT_Delhi/Safety">Safety</a></li>  
-
    </div>
+
        <li><a href="https://2013.igem.org/Team:IIT_Delhi/Attributions">Sponsors</a></li>  
-
  </div>
+
        <li><a href="#">iGEM in South Asia</a></li>  
-
  <div id="navigation">
+
   </ul>  
-
    <p><strong>Navigation Here</strong></p>
+
-
    <ul>
+
-
      <li><a href="http://www.free-css.com/">Free CSS Templates</a></li>
+
-
      <li><a href="http://www.free-css.com/free-css-layouts.php">Free CSS Layouts</a></li>
+
-
    </ul>
+
-
  </div>
+
-
  <div id="extra">
+
-
    <p><strong>More stuff here.</strong></p>
+
-
    <p>sit malesuada lacus pellus parturpiscing. Pellenterdumat maecenatoque cras a magna nibh et quis diam ames et. Laoremvolutpat ac dolor eget eget temper lacus vestibus velit lacus venean. Magnaipsum tellus morbi leo aliquat nulla convallis pellentesque.</p>
+
-
  </div>
+
-
  <div id="footer">
+
-
    <p>Footer</p>
+
-
   </div>
+
</div>
</div>
-
</body>
 
-
</html>
 
 +
 +
 +
</body>
</html>
</html>

Latest revision as of 07:31, 24 August 2013

Header