mirror of
https://github.com/danbee/cv
synced 2025-03-04 08:59:12 +00:00
77 lines
3.2 KiB
Bash
77 lines
3.2 KiB
Bash
<!DOCTYPE html>
|
|
<!--
|
|
Dan Barber's CV
|
|
Author: Dan Barber
|
|
URL: http://pixelhum.com/cv
|
|
-->
|
|
<html class='no-js' lang='en' manifest='default.appcache?v=1'>
|
|
<head>
|
|
<meta charset='utf-8'>
|
|
<title>Dan Barber - Web Developer & Designer</title>
|
|
<meta content='' name='description'>
|
|
<meta content='' name='author'>
|
|
<!-- http://t.co/dKP3o1e -->
|
|
<meta content='True' name='HandheldFriendly'>
|
|
<meta content='320' name='MobileOptimized'>
|
|
<meta content='target-densitydpi=160dpi, initial-scale=1' name='viewport'>
|
|
<!--
|
|
For less capable mobile browsers
|
|
<link rel="stylesheet" media="handheld" href="css/handheld.css?v=1">
|
|
-->
|
|
<!-- For all browsers -->
|
|
<link href='css/style.css?v=1' rel='stylesheet'>
|
|
<!-- JavaScript at bottom except for Modernizr and Typekit -->
|
|
<script src='js/libs/modernizr-1.7.min.js'></script>
|
|
<!-- Typekit -->
|
|
<script src='http://use.typekit.com/ewi2mjz.js' type='text/javascript'></script>
|
|
<script>
|
|
try{Typekit.load();}catch(e){}
|
|
</script>
|
|
<link href='favicon.png' rel='shortcut icon'>
|
|
<!-- Microsoft. Delete if not required -->
|
|
<meta content='on' http-equiv='cleartype'>
|
|
<meta content='IE=edge,chrome=1' http-equiv='X-UA-Compatible'>
|
|
<!-- http://t.co/y1jPVnT -->
|
|
<link href='/' rel='canonical'>
|
|
</head>
|
|
<body class='clearfix'>
|
|
<div id='stripe'>
|
|
<div class='container'>
|
|
<canvas height='12' id='colours' width='890'></canvas>
|
|
</div>
|
|
</div>
|
|
<header class='clearfix' role='banner'>
|
|
<div class='container'>
|
|
<h1 class='icon-logo' id='main_heading'>Dan Barber</h1>
|
|
<h2>Web Designer & Developer</h2>
|
|
</div>
|
|
</header>
|
|
<h3>Profile</h3>
|
|
|
|
<p>I have 14 years of experience building web sites and web applications, from small simple websites and services to large enterprise level systems. I focus on simple, usable interfaces and prefer to work by prototyping ideas.</p>
|
|
|
|
<p>I am detail orientated and I love working alongside others on interesting projects and ideas. I love learning new techniques and technologies and I love simple, elegant, maintainable code.</p>
|
|
<footer class='clearfix' role='contentinfo'></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>') / Scripts
|
|
</script>
|
|
<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-603600-3'],['_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>
|