Wiki/navbar.php

From 2014hs.igem.org

(Difference between revisions)
(Created page with "<!doctype html> <html> <head> <meta charset="utf-8"> <title>iGEM San Diego</title> <script src="http://code.jquery.com/jquery-1.11.1.min.js"></script> <script> $(function() { ...")
(Blanked the page)
 
Line 1: Line 1:
-
<!doctype html>
 
-
<html>
 
-
<head>
 
-
<meta charset="utf-8">
 
-
<title>iGEM San Diego</title>
 
-
<script src="http://code.jquery.com/jquery-1.11.1.min.js"></script>
 
-
<script>
 
-
$(function() {
 
-
  $('a[href*=#]:not([href=#])').click(function() {
 
-
    if (location.pathname.replace(/^\//,'') == this.pathname.replace(/^\//,'') && location.hostname == this.hostname) {
 
-
      var target = $(this.hash);
 
-
      target = target.length ? target : $('[name=' + this.hash.slice(1) +']');
 
-
      if (target.length) {
 
-
        $('html,body').animate({
 
-
          scrollTop: target.offset().top
 
-
        }, 1000);
 
-
        return false;
 
-
      }
 
-
    }
 
-
  });
 
-
});
 
-
</script>
 
-
<!--<link href="style.css" rel="stylesheet" type="text/css">-->
 
-
<link href="https://e298d40fc30af56b25c594b5705188b5a91b073c.googledrive.com/host/0B21Mp8HDTzNfU1d2WTR6NlhPeU0" rel="stylesheet" type="text/css">
 
-
</head>
 
-
<body>
 
-
<div id="navbar-wrapper" class="nav">
 
-
    <div id="inside-wrapper">
 
-
    <div id="logo-holder">
 
-
            Logo Will Go Here
 
-
        </div>
 
-
        <nav id="navbar">
 
-
            <a style="padding-left: 0; border-bottom: 1px solid #e8e8e8;" href="index.html">Home</a>
 
-
            <a href="project.html">Project</a>
 
-
            <a href="themteam.html">The Team</a>
 
-
            <a href="journal.html">Journal</a>
 
-
                <a href="results.html">Results</a>
 
-
                <a href="outreach.html">Outreach</a>
 
-
            <a href="safety.html">Safety</a>
 
-
            <a href="igem.org" style="padding-right: 0;">iGEM</a>
 
-
        </nav>
 
-
        </div>
 
-
</div>
 

Latest revision as of 17:46, 19 June 2014