Difference between revisions of "Notebook.html"

(Created page with " <html> <head> <title>Human Practice</title> <meta charset="UTF-8"> <meta name="viewport" content="width=device-width"> <style> body{ marg...")
 
Line 2: Line 2:
 
<html>
 
<html>
 
     <head>
 
     <head>
         <title>Human Practice</title>
+
         <title>Notebook</title>
 
         <meta charset="UTF-8">
 
         <meta charset="UTF-8">
 
         <meta name="viewport" content="width=device-width">
 
         <meta name="viewport" content="width=device-width">
Line 19: Line 19:
 
   position: relative;
 
   position: relative;
 
}
 
}
 +
 
*
 
*
 
{
 
{
Line 26: Line 27:
 
     margin-top: 0px;
 
     margin-top: 0px;
 
   height: 150px;
 
   height: 150px;
+
 
 
  position: fixed;
 
  position: fixed;
 
   width: 100%;
 
   width: 100%;
Line 32: Line 33:
 
#header2{
 
#header2{
 
     height: 120px;
 
     height: 120px;
+
 
 
}
 
}
 
#head-name{
 
#head-name{
+
 
 
     padding-left: 40%;
 
     padding-left: 40%;
 
     padding-top: 20px;
 
     padding-top: 20px;
 
     font-size: 30px;
 
     font-size: 30px;
     width: 300px;  
+
     width: 300px;
 +
    //float: left;
 +
   
 
}
 
}
 
#head-list{
 
#head-list{
+
 
 
     padding-top: 30px;
 
     padding-top: 30px;
 
     font-size: 20px;
 
     font-size: 20px;
Line 96: Line 99:
 
             <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>
              <a href="home.html" style="text-decoration: none; color: white;"> <li id="home">Home</li></a>
+
 
                     <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>
 
                     <a href="parts.html" style="text-decoration: none; color: white;"><li>Parts</li></a>
 
                     <a href="parts.html" style="text-decoration: none; color: white;"><li>Parts</li></a>
                    <a href="notebook.html" style="text-decoration: none; color: white;"><li>Notebook</li></a>
+
                  <li style="color: #00ff00;">Notebook</li>
 
                     <a href="attribution.html" style="text-decoration: none; color: white;"><li>Attribution</li></a>
 
                     <a href="attribution.html" style="text-decoration: none; color: white;"><li>Attribution</li></a>
 
                     <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>
                  <li style="color: #00ff00;">Human Practice</li>
+
                    <a href="humanpractice.html" style="text-decoration: none; color: white;"><li>Human Practice</li></a>
 
                     <a href="safety.html" style="text-decoration: none; color: white;"><li>Safety</li></a>
 
                     <a href="safety.html" style="text-decoration: none; color: white;"><li>Safety</li></a>
 
                  
 
                  

Revision as of 07:11, 7 August 2015

Notebook