<!doctype html>
<html class="no-js" lang="en">
<head>
	<meta charset="utf-8" />
	<meta name="viewport" content="width=device-width, initial-scale=1.0" />

	<title>Page Not Found &mdash; danieldriver.com</title>
	<meta name="description" content="Page description goes here">

	<link href="/css/willamette.css" rel="stylesheet">
	<link href="/css/font-awesome.min.css" rel="stylesheet">
	<script src="/js/vendor/modernizr.js"></script>
</head>
<body>

<header>
	<div class="row">
		<div class="small-12 medium-12 large-12 columns">
			<h2><a href="/">D.&thinsp;R. Driver</a></h2>
		</div>
	</div>
</header>

<nav>
	<div class="row">
		<div class="small-12 medium-12 large-12 columns">
			<ul>
				
				
				<li><a href="/">Home</a></li>
				
				<li><a href="/notes/">Notes</a></li>
				
				<li><a href="/bsc/">Childs</a></li>
				
				<li><a href="/about/">About</a></li>
				
			</ul>
		</div>
	</div>
</nav>

<div class="section-headline section-bg-color1">
	<div class="row">
		<div class="small-12 medium-12 large-12 large-centered columns">
			<h1>Page Not Found</h1>
			<h5>404 error: the data you want are not here.</h5>
		</div>
	</div>
</div>

<div class="section-bg-color1">
	<div class="row first-row">
		<div class="small-12 medium-8 large-7 columns small-centered">

<p>Sorry, but the page you are trying to view does not exist &mdash; perhaps you can try searching for it below.</p>

<script type="text/javascript">
  var GOOG_FIXURL_LANG = 'en';
  var GOOG_FIXURL_SITE = ''
</script>
<script type="text/javascript"
  src="http://linkhelp.clients.google.com/tbproxy/lh/wm/fixurl.js">
</script>

		</div>
	</div>
</div>

<footer class="section-bg-color2">
	<div class="row">
		<div class="small-12 medium-12 large-12 columns">
			<ul>
				<li>&copy; 2014 by Daniel Driver. All rights reserved.</li>
				<li>Powered by <a href="http://jekyllrb.com">Jekyll</a> with <a href="http://www.typeandgrids.com">Type &amp; Grids</a>.</li>
			</ul>
			<div class="social-icons">
				<a href="http://twitter.com/danieldriver"><i class="fa fa-twitter-square fa-2x"></i></a>
				<a href="http://github.com/danieldriver"><i class="fa fa-github-square fa-2x"></i></a>
			</div>
		</div>
	</div>
</footer>

<script src="/js/vendor/jquery.min.js"></script>
<script src="/js/foundation.min.js"></script>
<script src="/js/willamette.js"></script>
<script type="text/javascript">

  var _gaq = _gaq || [];
  _gaq.push(['_setAccount', 'UA-21845990-3']);
  _gaq.push(['_setDomainName', 'danieldriver.com']);
  _gaq.push(['_trackPageview']);

  (function() {
    var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true;
    ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js';
    var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s);
  })();

</script>

</body>
</html>