Team:Cornell/templates/header

From 2012.igem.org

(Difference between revisions)
Line 1: Line 1:
 +
<!DOCTYPE html>
 +
<!-- paulirish.com/2008/conditional-stylesheets-vs-css-hacks-answer-neither/ -->
<!--[if lt IE 7]> <html class="no-js lt-ie9 lt-ie8 lt-ie7" lang="en"> <![endif]-->
<!--[if lt IE 7]> <html class="no-js lt-ie9 lt-ie8 lt-ie7" lang="en"> <![endif]-->
<!--[if IE 7]>    <html class="no-js lt-ie9 lt-ie8" lang="en"> <![endif]-->
<!--[if IE 7]>    <html class="no-js lt-ie9 lt-ie8" lang="en"> <![endif]-->
Line 8: Line 10:
<meta charset="utf-8" />
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width" />
<meta name="viewport" content="width=device-width" />
-
<link rel="stylesheet" href="https://2012.igem.org/Team:Cornell/stylesheets/foundation?action=raw&ctype=text/css">
+
<link rel="stylesheet" href="stylesheets/foundation.css">
-
<link rel="stylesheet" href="https://2012.igem.org/Team:Cornell/stylesheets/app?action=raw&ctype=text/css">
+
<link rel="stylesheet" href="stylesheets/app.css">
-
<script src="https://2012.igem.org/Team:Cornell/javascripts/modernizr.foundation?action=raw&ctype=text/javascript"></script>
+
<script src="javascripts/modernizr.foundation.js"></script>
<!-- IE Fix for HTML5 Tags -->
<!-- IE Fix for HTML5 Tags -->
<!--[if lt IE 9]>
<!--[if lt IE 9]>
Line 17: Line 19:
</head>
</head>
<body>
<body>
-
<div class="row header off-canvas">
+
<div class="row header off-canvas">
<div class="twelve columns centered header no-pad" id="header-wrapper">
<div class="twelve columns centered header no-pad" id="header-wrapper">
-
<a href="https://2012.igem.org/Team:Cornell/testing/home">
+
<a href="home.html">
<div id="logo-wrapper">
<div id="logo-wrapper">
-
<img src="https://dl.dropbox.com/u/3824307/iGEM/images/logo2.jpg">
+
<img src="https://dl.dropbox.com/u/3824307/iGEM/images/logo3.jpg">
</div> </a>
</div> </a>
-
<a href="https://2012.igem.org/Main_Page">
+
<a href="https://2012.igem.org/Main_Page">
-
<div id="">
+
<div id="igem-attr">
-
<img src="https://static.igem.org/mediawiki/2012/5/56/GdsIgemlogouse.jpg">
+
<img src="https://dl.dropbox.com/u/3824307/iGEM/images/UCL-Igem.png">
</div> </a>
</div> </a>
<ul class="nav-bar">
<ul class="nav-bar">
<li class="active">
<li class="active">
-
<a href="https://2012.igem.org/Team:Cornell/testing/home">Home</a>
+
<a href="home.html">Home</a>
</li>
</li>
<li class="has-flyout">
<li class="has-flyout">
-
<a href="https://2012.igem.org/Team:Cornell/testing/project">Project</a>
+
<a href="project.html">Project</a>
-
<a href="https://2012.igem.org/Team:Cornell/testing/project" class="flyout-toggle"><span> </span></a>
+
<a href="#" class="flyout-toggle"><span> </span></a>
<ul class="flyout">
<ul class="flyout">
<li>
<li>
Line 47: Line 49:
</li>
</li>
<li class="">
<li class="">
-
<a href="https://2012.igem.org/Team:Cornell/testing/protocols">Protocols</a>
+
<a href="protocols.html">Protocols</a>
</li>
</li>
<li class="has-flyout">
<li class="has-flyout">
-
<a href="https://2012.igem.org/Team:Cornell/testing/notebook">Notebook</a>
+
<a href="notebook.html">Notebook</a>
<a href="#" class="flyout-toggle"><span> </span></a>
<a href="#" class="flyout-toggle"><span> </span></a>
<ul class="flyout right">
<ul class="flyout right">
Line 65: Line 67:
</li>
</li>
<li class="has-flyout">
<li class="has-flyout">
-
<a href="https://2012.igem.org/Team:Cornell/testing/team">Team</a>
+
<a href="team.html">Team</a>
<a href="#" class="flyout-toggle"><span> </span></a>
<a href="#" class="flyout-toggle"><span> </span></a>
<ul class="flyout right">
<ul class="flyout right">
Line 80: Line 82:
</li>
</li>
<li class="">
<li class="">
-
<a href="https://2012.igem.org/Team:Cornell/testing/outreach">Outreach</a>
+
<a href="outreach.html">Outreach</a>
</li>
</li>
</ul>
</ul>
Line 86: Line 88:
</div>
</div>
</div>
</div>
 +
</html>

Revision as of 04:24, 22 September 2012

<!DOCTYPE html>