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=" | + | <link rel="stylesheet" href="stylesheets/foundation.css"> |
- | <link rel="stylesheet" href=" | + | <link rel="stylesheet" href="stylesheets/app.css"> |
- | <script src=" | + | <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=" | + | <a href="home.html"> |
<div id="logo-wrapper"> | <div id="logo-wrapper"> | ||
- | <img src="https://dl.dropbox.com/u/3824307/iGEM/images/ | + | <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:// | + | <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=" | + | <a href="home.html">Home</a> |
</li> | </li> | ||
<li class="has-flyout"> | <li class="has-flyout"> | ||
- | <a href=" | + | <a href="project.html">Project</a> |
- | <a href=" | + | <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=" | + | <a href="protocols.html">Protocols</a> |
</li> | </li> | ||
<li class="has-flyout"> | <li class="has-flyout"> | ||
- | <a href=" | + | <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=" | + | <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=" | + | <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>