2011-07-25 23:48:49 -04:00
|
|
|
<!doctype html>
|
|
|
|
<!-- paulirish.com/2008/conditional-stylesheets-vs-css-hacks-answer-neither/ -->
|
|
|
|
<!--[if lt IE 7 ]> <html class="no-js ie6" lang="en"> <![endif]-->
|
|
|
|
<!--[if IE 7 ]> <html class="no-js ie7" lang="en"> <![endif]-->
|
|
|
|
<!--[if IE 8 ]> <html class="no-js ie8" lang="en"> <![endif]-->
|
|
|
|
<!--[if (gte IE 9)|!(IE)]><!--> <html class="no-js" lang="en"> <!--<![endif]-->
|
2011-02-16 12:36:10 -05:00
|
|
|
<head>
|
|
|
|
<meta charset="utf-8">
|
|
|
|
|
2011-07-25 23:48:49 -04:00
|
|
|
<!-- Always force latest IE rendering engine (even in intranet) & Chrome Frame
|
2011-02-16 12:36:10 -05:00
|
|
|
Remove this if you use the .htaccess -->
|
|
|
|
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
|
|
|
|
|
|
|
|
<title></title>
|
|
|
|
<meta name="description" content="">
|
|
|
|
<meta name="author" content="">
|
|
|
|
|
2011-07-25 23:48:49 -04:00
|
|
|
<!-- Mobile viewport optimized: j.mp/bplateviewport -->
|
2011-02-16 12:36:10 -05:00
|
|
|
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
|
|
|
|
|
|
|
<!-- Place favicon.ico & apple-touch-icon.png in the root of your domain and delete these references -->
|
|
|
|
<link rel="shortcut icon" href="/favicon.ico">
|
|
|
|
<link rel="apple-touch-icon" href="/apple-touch-icon.png">
|
|
|
|
|
|
|
|
|
2011-07-25 23:48:49 -04:00
|
|
|
<!-- CSS: implied media="all" -->
|
2011-02-16 12:36:10 -05:00
|
|
|
<link rel="stylesheet" href="css/style.css?v=2">
|
|
|
|
|
|
|
|
<!-- Uncomment if you are specifically targeting less enabled mobile browsers
|
|
|
|
<link rel="stylesheet" media="handheld" href="css/handheld.css?v=2"> -->
|
2011-07-25 23:48:49 -04:00
|
|
|
|
2011-02-16 12:36:10 -05:00
|
|
|
<!-- All JavaScript at the bottom, except for Modernizr which enables HTML5 elements & feature detects -->
|
2011-07-25 23:48:49 -04:00
|
|
|
<script src="js/libs/modernizr-1.7.min.js"></script>
|
2011-02-16 12:36:10 -05:00
|
|
|
|
|
|
|
</head>
|
|
|
|
|
2011-07-25 23:48:49 -04:00
|
|
|
<body>
|
2011-02-16 12:36:10 -05:00
|
|
|
|
|
|
|
<div id="container">
|
|
|
|
<header>
|
|
|
|
|
|
|
|
</header>
|
|
|
|
<div id="main" role="main">
|
2011-07-25 23:48:49 -04:00
|
|
|
|
2011-02-16 12:36:10 -05:00
|
|
|
</div>
|
|
|
|
<footer>
|
|
|
|
|
|
|
|
</footer>
|
|
|
|
</div> <!--! end of #container -->
|
|
|
|
|
|
|
|
|
|
|
|
<!-- JavaScript at the bottom for fast page loading -->
|
|
|
|
|
2011-07-25 23:48:49 -04:00
|
|
|
<!-- Grab Google CDN's jQuery, with a protocol relative URL; fall back to local if necessary -->
|
|
|
|
<script src="//ajax.googleapis.com/ajax/libs/jquery/1.5.1/jquery.js"></script>
|
|
|
|
<script>window.jQuery || document.write("<script src='js/libs/jquery-1.5.1.min.js'>\x3C/script>")</script>
|
|
|
|
|
|
|
|
|
2011-02-16 12:36:10 -05:00
|
|
|
<!-- scripts concatenated and minified via ant build script-->
|
|
|
|
<script src="js/plugins.js"></script>
|
|
|
|
<script src="js/script.js"></script>
|
2011-07-25 23:48:49 -04:00
|
|
|
<!-- end scripts-->
|
|
|
|
|
|
|
|
|
2011-02-16 12:36:10 -05:00
|
|
|
<!--[if lt IE 7 ]>
|
|
|
|
<script src="js/libs/dd_belatedpng.js"></script>
|
2011-07-25 23:48:49 -04:00
|
|
|
<script>DD_belatedPNG.fix("img, .png_bg"); // Fix any <img> or .png_bg bg-images. Also, please read goo.gl/mZiyb </script>
|
2011-02-16 12:36:10 -05:00
|
|
|
<![endif]-->
|
|
|
|
|
|
|
|
|
|
|
|
<!-- mathiasbynens.be/notes/async-analytics-snippet Change UA-XXXXX-X to be your site's ID -->
|
|
|
|
<script>
|
2011-07-25 23:48:49 -04:00
|
|
|
var _gaq=[["_setAccount","UA-XXXXX-X"],["_trackPageview"]];
|
2011-02-16 12:36:10 -05:00
|
|
|
(function(d,t){var g=d.createElement(t),s=d.getElementsByTagName(t)[0];g.async=1;
|
2011-07-25 23:48:49 -04:00
|
|
|
g.src=("https:"==location.protocol?"//ssl":"//www")+".google-analytics.com/ga.js";
|
|
|
|
s.parentNode.insertBefore(g,s)}(document,"script"));
|
2011-02-16 12:36:10 -05:00
|
|
|
</script>
|
2011-07-25 23:48:49 -04:00
|
|
|
|
2011-02-16 12:36:10 -05:00
|
|
|
</body>
|
|
|
|
</html>
|