Difference between revisions of "Team:Northeastern Boston"

(Replaced content with "{{Northeastern_Boston/CSS}} <html> </html> {{Northeastern_Boston/Javascript}}")
Line 1: Line 1:
 
{{Northeastern_Boston/CSS}}
 
{{Northeastern_Boston/CSS}}
 
<html>
 
<html>
 +
<!doctype html>
  
 +
<html lang="en">
 +
<head>
 +
  <meta charset="utf-8">
 +
 +
  <title>Northeastern IGEM 2015 </title>
 +
  <meta name="description" content="The HTML5 Herald">
 +
  <meta name="author" content="Kevin O'Leary">
 +
 +
  <link rel="stylesheet" href="css/styles.css?v=1.0">
 +
 +
  <!--[if lt IE 9]>
 +
  <script src="http://html5shiv.googlecode.com/svn/trunk/html5.js"></script>
 +
  <![endif]-->
 +
</head>
 +
 +
<body>
 +
<script src="http://ajax.googleapis.com/ajax/libs/jquery/1.11.3/jquery.min.js"></script>
 +
  <script src="js/scripts.js"></script>
 +
 +
  <div class='wrapper'>
 +
  <div class='sidebar'>
 +
    <div class='title'>
 +
      Menu
 +
    </div>
 +
    <ul class='nav'>
 +
      <li>
 +
        <a class='active'>Home</a>
 +
      </li>
 +
      <li>
 +
        <a>Team</a>
 +
      </li>
 +
      <li>
 +
        <a>Project</a>
 +
      </li>
 +
      <li>
 +
        <a>Parts</a>
 +
      </li>
 +
      <li>
 +
        <a>Notebook</a>
 +
      </li>
 +
      <li>
 +
        <a>Attributions</a>
 +
      </li>
 +
      <li>
 +
        <a>Collaborations</a>
 +
      </li>
 +
      <li>
 +
        <a>Human Practices</a>
 +
      </li>
 +
      <li>
 +
      <a>Safety</a>
 +
      </li>
 +
      <li>
 +
      <a>Modeling</a>
 +
      </li>
 +
      <li>
 +
      <a>Measurement</a>
 +
      </li>
 +
      <li>
 +
      <a>Software</a>
 +
      </li>
 +
    </ul>
 +
  </div>
 +
  <div class='content isOpen'>
 +
   
 +
    <img id='comingSoon' src="images/comingsoon.svg" alt="Northeastern University 2015">
 +
  </div>
 +
</div>
 +
</body>
 +
</html>
  
 
</html>
 
</html>
  
 
{{Northeastern_Boston/Javascript}}
 
{{Northeastern_Boston/Javascript}}

Revision as of 22:33, 28 June 2015

Northeastern IGEM 2015

</html>