mirror of
https://github.com/danbee/cv
synced 2025-03-04 08:59:12 +00:00
114 lines
3.8 KiB
HTML
114 lines
3.8 KiB
HTML
<!DOCTYPE html>
|
|
|
|
<!--
|
|
320 and Up boilerplate extension
|
|
Author: Andy Clarke
|
|
Version: 0.9b
|
|
URL: http://stuffandnonsense.co.uk/projects/320andup
|
|
-->
|
|
|
|
<!--[if IEMobile 7 ]><html class="no-js iem7" manifest="default.appcache?v=1"><![endif]-->
|
|
<!--[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)|(gt IEMobile 7)|!(IEMobile)|!(IE)]><!--><html class="no-js" manifest="default.appcache?v=1" lang="en"><!--<![endif]-->
|
|
|
|
<head>
|
|
<meta charset="utf-8">
|
|
|
|
<title>320 and up</title>
|
|
<meta name="description" content="">
|
|
<meta name="author" content="">
|
|
|
|
<!-- http://t.co/dKP3o1e -->
|
|
<meta name="HandheldFriendly" content="True">
|
|
<meta name="MobileOptimized" content="320">
|
|
<meta name="viewport" content="width=device-width, target-densitydpi=160dpi, initial-scale=1">
|
|
|
|
<!-- For less capable mobile browsers
|
|
<link rel="stylesheet" media="handheld" href="css/handheld.css?v=1"> -->
|
|
|
|
<!-- For all browsers -->
|
|
<link rel="stylesheet" href="css/style.css?v=1">
|
|
|
|
<!-- JavaScript at bottom except for Modernizr -->
|
|
<script src="js/libs/modernizr-1.7.min.js"></script>
|
|
|
|
<!-- For iPhone 4 -->
|
|
<link rel="apple-touch-icon-precomposed" sizes="114x114" href="img/h/apple-touch-icon.png">
|
|
<!-- For iPad 1-->
|
|
<link rel="apple-touch-icon-precomposed" sizes="72x72" href="img/m/apple-touch-icon.png">
|
|
<!-- For iPhone 3G, iPod Touch and Android -->
|
|
<link rel="apple-touch-icon-precomposed" href="img/l/apple-touch-icon-precomposed.png">
|
|
<!-- For Nokia -->
|
|
<link rel="shortcut icon" href="img/l/apple-touch-icon.png">
|
|
<!-- For everything else -->
|
|
<link rel="shortcut icon" href="/favicon.ico">
|
|
|
|
<!--iOS. Delete if not required -->
|
|
<meta name="apple-mobile-web-app-capable" content="yes">
|
|
<meta name="apple-mobile-web-app-status-bar-style" content="black-translucent">
|
|
<link rel="apple-touch-startup-image" href="img/splash.png">
|
|
|
|
<!--Microsoft. Delete if not required -->
|
|
<meta http-equiv="cleartype" content="on">
|
|
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
|
|
|
|
<!-- http://t.co/y1jPVnT -->
|
|
<link rel="canonical" href="/">
|
|
</head>
|
|
|
|
<body class="clearfix">
|
|
|
|
<header role="banner" class="clearfix">
|
|
<h1>320 and up</h1>
|
|
</header>
|
|
|
|
<div class="content clearfix">
|
|
|
|
<h1>Page not found</h1>
|
|
|
|
<div role="main">
|
|
<p>Sorry, but the page you’re looking for doesn’t not exist.</p>
|
|
<p>It looks like this was either the result of:</p>
|
|
|
|
<ul>
|
|
<li>A mis-typed address</li>
|
|
<li>An out-of-date link</li>
|
|
</ul>
|
|
|
|
<script>var GOOG_FIXURL_LANG = (navigator.language || '').slice(0,2), GOOG_FIXURL_SITE = location.host;</script>
|
|
<script src="http://linkhelp.clients.google.com/tbproxy/lh/wm/fixurl.js"></script>
|
|
</div>
|
|
|
|
<div role="complimentary">
|
|
</div>
|
|
|
|
</div>
|
|
|
|
<footer role="contentinfo" class="clearfix">
|
|
</footer>
|
|
|
|
<!-- mathiasbynens.be/notes/async-analytics-snippet Change UA-XXXXX-X to be your site's ID -->
|
|
<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>
|
|
<!-- Scripts -->
|
|
<script src="js/plugins.js"></script>
|
|
<script src="js/script.js"></script>
|
|
|
|
<!--[if (lt IE 9) & (!IEMobile)]>
|
|
<script src="js/libs/DOMAssistantCompressed-2.8.js"></script>
|
|
<script src="js/libs/selectivizr-1.0.1.js"></script>
|
|
<script src="js/libs/respond.min.js"></script>
|
|
<![endif]-->
|
|
|
|
<!-- http://t.co/HZe9oJ4 -->
|
|
<script>
|
|
var _gaq=[['_setAccount','UA-XXXXX-X'],['_trackPageview']]; // Change UA-XXXXX-X to be your site's ID
|
|
(function(d,t){var g=d.createElement(t),s=d.getElementsByTagName(t)[0];g.async=1;
|
|
g.src=('https:'==location.protocol?'//ssl':'//www')+'.google-analytics.com/ga.js';
|
|
s.parentNode.insertBefore(g,s)}(document,'script'));
|
|
</script>
|
|
<noscript>Your browser does not support JavaScript!</noscript>
|
|
</body>
|
|
</html> |