Difference between revisions of "Team:SVCE Chennai/Safety"

(Undo revision 83599 by Arunkumar [The way you copied Aalto-Helsinki's Safety page caused problems. Please see my email correspondence. - Kelly Drinkwater, iGEM HQ))
Line 1: Line 1:
<!DOCTYPE html>
 
<!--
 
To change this license header, choose License Headers in Project Properties.
 
To change this template file, choose Tools | Templates
 
and open the template in the editor.
 
-->
 
 
<html>
 
<html>
 
     <head>
 
     <head>
         <title>Safety</title>
+
         <title>Home</title>
 
         <meta charset="UTF-8">
 
         <meta charset="UTF-8">
 
         <meta name="viewport" content="width=device-width">
 
         <meta name="viewport" content="width=device-width">
Line 13: Line 7:
 
body{
 
body{
 
     margin: 0;
 
     margin: 0;
 +
}
 +
.firstHeading{
 +
  display: none;
 +
}
 +
/*Tried to make the content width the whole page... Not
 +
the stupid box*/
 +
#globalWrapper, #content{
 +
  width: 100%;
 +
  border: 0px;
 +
  position: relative;
 +
}
 +
*{
 +
    color: black;
 
}
 
}
 
#header{
 
#header{
 
     margin-top: 0px;
 
     margin-top: 0px;
 
   height: 150px;
 
   height: 150px;
  background-color: rgba(0,0,0,1);
+
  // background-color: rgba(0,0,0,1);
 
  position: fixed;
 
  position: fixed;
 
   width: 100%;
 
   width: 100%;
Line 26: Line 33:
 
}
 
}
 
#head-name{
 
#head-name{
     color: white;
+
      
 
     padding-left: 40%;
 
     padding-left: 40%;
 
     padding-top: 20px;
 
     padding-top: 20px;
Line 35: Line 42:
 
}
 
}
 
#head-list{
 
#head-list{
     color: white;
+
      
 
     padding-top: 30px;
 
     padding-top: 30px;
 
     font-size: 20px;
 
     font-size: 20px;
Line 79: Line 86:
 
     color: #00ff00;
 
     color: #00ff00;
 
     cursor: pointer;
 
     cursor: pointer;
 +
}
 +
#notes{
 +
  // background-image: url('images/hd1.jpg');
 +
    margin-top: 0px;
 +
    padding-top: 150px;
 +
    width: 100%;
 +
    height: 550px;
 +
    position: fixed;
 +
    z-index: -1;
 +
}
 +
#none{
 +
    padding-top: 150px;
 +
}
 +
#first{
 +
    margin-top: 100px;
 +
    width: 100%;
 +
    height: 430px;
 +
    background-color: white;
 +
}
 +
#second{
 +
    margin-top: 200px;
 +
    width: 100%;
 +
    height: 430px;
 +
    background-color: white;
 
}
 
}
 
         </style>
 
         </style>
Line 89: Line 120:
 
             <div id="head-list">
 
             <div id="head-list">
 
                 <ul>
 
                 <ul>
                    <a href="home.html" style="text-decoration: none; color: white;"> <li id="home">Home</li></a>
+
                  <li style="color: #00ff00;">Home</li>
 
                     <a href="team.html" style="text-decoration: none; color: white;"> <li id="about1">Team</li></a>
 
                     <a href="team.html" style="text-decoration: none; color: white;"> <li id="about1">Team</li></a>
 
                     <a href="project.html" style="text-decoration: none; color: white;"><li>Project</li></a>
 
                     <a href="project.html" style="text-decoration: none; color: white;"><li>Project</li></a>
Line 97: Line 128:
 
                     <a href="collaboration.html" style="text-decoration: none; color: white;"><li>Collaboration</li></a>
 
                     <a href="collaboration.html" style="text-decoration: none; color: white;"><li>Collaboration</li></a>
 
                     <a href="humanpractice.html" style="text-decoration: none; color: white;"><li>Human Practice</li></a>
 
                     <a href="humanpractice.html" style="text-decoration: none; color: white;"><li>Human Practice</li></a>
                     <li style="color: #00ff00;">Safety</li>
+
                     <a href="safety.html" style="text-decoration: none; color: white;"><li>Safety</li></a>
 +
               
 
                 </ul>
 
                 </ul>
 
             </div>
 
             </div>
 +
        </div>
 +
        <div id="notes">
 +
       
 +
        </div>
 +
        <div id="none">
 +
           
 +
        </div>
 +
        <div id="first">
 +
           
 +
        </div>
 +
        <div id="second">
 +
           
 
         </div>
 
         </div>
 
     </body>
 
     </body>
 
</html>
 
</html>

Revision as of 14:53, 11 August 2015

Home