<!doctype html>
<html lang="en">
<head>
    <meta charset="utf-8">
    <meta name="viewport" content="width=device-width, initial-scale=1.0">
    <meta name="description" content="DavidJB.com, Python, Technology, Web, Linux, and more, by David Beitey">

        <link rel="alternate"  href="http://davidjb.com/feeds/all.atom.xml" type="application/atom+xml" title="DavidJB.com Full Atom Feed"/>

        <title>Oops, not found! (404) // DavidJB.com // Python, Technology, Web, Linux, and more, by David Beitey</title>

    <link href="/favicon.ico" rel="icon">

    <link rel="stylesheet" href="http://cdnjs.cloudflare.com/ajax/libs/pure/0.5.0/pure-min.css">
    <link rel="stylesheet" href="http://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.1.0/css/font-awesome.min.css">
    <link rel="stylesheet" href="http://davidjb.com/theme/css/pure.css">
    <link rel="stylesheet" href="http://davidjb.com/theme/css/pygments.css">

    <script src="http://cdnjs.cloudflare.com/ajax/libs/jquery/2.0.3/jquery.min.js"></script>

    <link rel="stylesheet" type="text/css" href="http://davidjb.com/theme/tipuesearch/tipuesearch.css">
    <script type="text/javascript" src="http://davidjb.com/theme/tipuesearch/tipuesearch_set.js"></script>
    <script type="text/javascript" src="http://davidjb.com/theme/tipuesearch/tipuesearch.js"></script>

</head>

<body>
    <div class="pure-g-r" id="layout">
        <div class="sidebar pure-u">
            <div class="cover-img" style="background-image: url('/images/cover.jpg')">
                <div class="cover-body">
                    <header class="header">
                        <hgroup>
                            <img class="avatar" src="/images/me-square.png">
                            <h1 class="brand-main"><a href="http://davidjb.com">DavidJB.com</a></h1>
                            <p class="tagline">Python, Technology, Web, Linux, and more, by David Beitey</p>
                                <p class="social">
                                    <a href="http://git.io/djb">
                                        <i class="fa fa-github-square fa-3x"></i>
                                    </a>
                                    <a href="http://twitter.com/davidjb_">
                                        <i class="fa fa-twitter-square fa-3x"></i>
                                    </a>
                                    <a href="http://linkedin.com/in/davidbeitey">
                                        <i class="fa fa-linkedin-square fa-3x"></i>
                                    </a>
                                    <a href="http://facebook.com/david.beitey">
                                        <i class="fa fa-facebook-square fa-3x"></i>
                                    </a>
                                    <a href="http://google.com/+DavidBeitey">
                                        <i class="fa fa-google-plus-square fa-3x"></i>
                                    </a>
                                </p>
<nav class="nav">
                              <ul class="nav-list">
                                <li class="nav-item"><a class="pure-button" href="http://davidjb.com/about.html">About&nbsp;me</a></li>
                                <li class="nav-item"><a class="pure-button" href="http://davidjb.com/cv.html">My <span class="caps">CV</span></a></li>
                                <li class="nav-item"><a class="pure-button" href="http://davidjb.com/projects.html">Projects</a></li>
                              </ul>
                            </nav>

                        </hgroup>
                    </header>
                </div>
            </div>
        </div>
        <div id="search">
            <form action="http://davidjb.com">
                <input type="text" name="q" id="tipue_search_input" autocomplete="off" required>
            </form>
            <div id="tipue_search_content"></div>
        </div>
    <div class="pure-u">
        <div class="content">
            <h1 class="content-subhead">Oops, not found!&nbsp;(404)</h1>
            <p><p>This page couldn&#8217;t be found.  Maybe you&#8217;d like to&nbsp;try:</p>
<ul class="simple">
<li>Clicking <em>Refresh</em> again.  Hey, it might just&nbsp;work.</li>
<li>Another <span class="caps">URL</span> at&nbsp;random</li>
<li>Waiting a while and coming back.  Something might turn up in the&nbsp;meantime.</li>
<li>Click the big header at the top and head back to the&nbsp;homepage.</li>
</ul>
<p>If you think there really should be somethin at this <span class="caps">URL</span> that isn&#8217;t, then feel
free to report the issue to me over at
<a class="reference external" href="https://github.com/davidjb/davidjb.github.com">https://github.com/davidjb/davidjb.github.com</a>.</p>
<p>All things aside, thanks for visiting the 404 page.  These things never get much&nbsp;love.</p>
</p>
        </div>
<footer class="footer">
    <p>&copy; davidjb (David Beitey) &ndash;
        Built with <a href="https://github.com/davidjb/pure-single">Pure Theme</a> (customised)
        for <a href="http://blog.getpelican.com/">Pelican</a>
    </p>
</footer>    </div>
    </div>
    <script>
        var $top = $('.go-top');

        // Show or hide the sticky footer button
        $(window).scroll(function() {
            if ($(this).scrollTop() > 200) {
                $top.fadeIn(200);
            } else {
                $top.fadeOut(200);
            }
        });

        // Animate the scroll to top
        $top.click(function(event) {
            event.preventDefault();
            $('html, body').animate({scrollTop: 0}, 300);
        })

        // Makes sure that the href="#" attached to the <a> elements
        // don't scroll you back up the page.
        $('body').on('click', 'a[href="#"]', function(event) {
            event.preventDefault();
        });
    </script>
    <script type="text/javascript">
        var gaJsHost = (("https:" == document.location.protocol) ? "https://ssl." : "http://www.");
        document.write(unescape("%3Cscript src='" + gaJsHost + "google-analytics.com/ga.js' type='text/javascript'%3E%3C/script%3E"));
    </script>
    <script type="text/javascript">
        try {
            var pageTracker = _gat._getTracker("UA-24253455-1");
            pageTracker._trackPageview();
            } catch(err) {}
    </script>


    <script>
    $(document).ready(function() {
         $('#tipue_search_input').tipuesearch({
              'show': 6,
              'mode': 'json',
              'contentLocation': 'tipuesearch_content.json'
         });
    });
    </script>

</body>
</html>