1
0
mirror of https://github.com/danbee/cv synced 2025-03-04 08:59:12 +00:00
cv/public/sections/portfolio
2013-03-20 11:33:36 +00:00

103 lines
4.1 KiB
Plaintext

<!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 &amp; 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='width=device-width, 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 type='text/javascript'>
//<![CDATA[
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 id='main_heading'>Dan Barber</h1>
<h2>Web Designer &amp;&nbsp;Developer</h2>
</div>
</header>
<h3>Portfolio</h3>
<h4><a href="http://www.soundunlimited.co.uk">Soundunlimited</a></h4>
<p>I built a complete online shop system for a local music shop using Ruby on Rails. Rspec was used for testing.</p>
<h4><a href="http://pixelhum.com/neompc">NeoMPC</a></h4>
<p>Web based MPD client. Design and execution. Built using PHP and jQuery and uses mpd.class.php to connect to the MPD server.</p>
<h4><a href="http://footworksolutions.co.uk">Footwork Solutions</a></h4>
<p>Company logo and site design. I built the HTML for the Drupal template.</p>
<h4><a href="http://footworksolutions.co.uk/?q=halo">Halo</a></h4>
<p>Hosted care co-ordination system for drug treatment agencies. Design, initial implementation and ongoing development of key modules.</p>
<h4><a href="http://danbarberphoto.com">Dan Barber Photo</a></h4>
<p>My own photography portfolio site. I designed and implemented the site using Ruby on Rails and jQuery, including backend admin pages.</p>
<h4>My CV</h4>
<p>My CV is a responsive design built using Stasis, HAML, SASS and Markdown that makes extensive use of HTML5, CSS3, typography and web fonts. The source code is available on <a href="https://github.com/danbee/cv">Github</a>.</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 type='text/javascript'>
//<![CDATA[
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 type='text/javascript'>
//<![CDATA[
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>