Skip to content

Commit

Permalink
Update site
Browse files Browse the repository at this point in the history
  • Loading branch information
davidjb committed Oct 20, 2014
0 parents commit 404f083
Show file tree
Hide file tree
Showing 719 changed files with 147,088 additions and 0 deletions.
Empty file added .nojekyll
Empty file.
135 changes: 135 additions & 0 deletions 404.html
@@ -0,0 +1,135 @@
<!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="//cdnjs.cloudflare.com/ajax/libs/pure/0.3.0/pure-min.css">
<link rel="stylesheet" href="//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">

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

<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_content.js"></script>
<link rel="stylesheet" type="text/css" href="http://davidjb.com/tipuesearch/tipuesearch.css">
<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="https://plus.google.com/u/0/106527454335411502430">
<i class="fa fa-google-plus-square fa-3x"></i>
</a>
</p>
</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>
1 change: 1 addition & 0 deletions CNAME
@@ -0,0 +1 @@
davidjb.com
164 changes: 164 additions & 0 deletions about.html
@@ -0,0 +1,164 @@
<!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>About me // DavidJB.com // Python, Technology, Web, Linux, and more, by David Beitey</title>

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

<link rel="stylesheet" href="//cdnjs.cloudflare.com/ajax/libs/pure/0.3.0/pure-min.css">
<link rel="stylesheet" href="//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">

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

<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_content.js"></script>
<link rel="stylesheet" type="text/css" href="http://davidjb.com/tipuesearch/tipuesearch.css">
<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="https://plus.google.com/u/0/106527454335411502430">
<i class="fa fa-google-plus-square fa-3x"></i>
</a>
</p>
</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">About&nbsp;me</h1>
<p><div style="float: right; margin: 2em;"><img alt="What a handsome fellow." class="align-right" src="http://davidjb.com/images/me.png" style="width: 150px;" />
</div><p>I&#8217;m a web-dev-ops-slash-anything-you-can-think-of <span class="caps">IT</span> developer. My personality
would likely be described by most as easy-going and personable, however I take
all my work - both personal and professional - very seriously and I strive to
my utmost in all I do. I wouldn&#8217;t consider myself a &#8216;typical&#8217; <span class="caps">IT</span> geek as I have it
on good authority that I make sense to non-tech-savvy people at least some of the time.
That and I write documentation. Some of the&nbsp;time.</p>
<p>My passions consist of the web, Python programming, open-source software and hardware
(and the freedom it embodies), and pretty much anything else tech related.
Except perhaps database theory, which is why I&#8217;m more than happy to leave that to
my better half and simply ask her questions whenever they&nbsp;arise.</p>
<p>In my spare time, I enjoy rose gardening, despite me living in completely the wrong
climate and in the wrong-sized house. Depsite all this, I have somewhere around 20
different rose plants. Beware the odd off-topic tweet about&nbsp;roses.</p>
<div class="section" id="currently">
<h2>Currently</h2>
<p>My current employment is as the <em>Web Development Manager</em> of
James Cook University&#8217;s <a class="reference external" href="http://eresearch.jcu.edu.au">eResearch Centre</a>, although
I find my job extending well beyond the realms of just the&nbsp;web.</p>
</div>
<div class="section" id="contact-me">
<h2>Contact&nbsp;me</h2>
<p>Run this Python code, or else just figure out what it does and you&#8217;ll get my email&nbsp;address.</p>
<pre class="code python literal-block">
<span class="n">me</span> <span class="o">=</span> <span class="s">'david'</span>
<span class="n">domain</span> <span class="o">=</span> <span class="s">'davidjb.com'</span>
<span class="n">email</span> <span class="o">=</span> <span class="n">me</span> <span class="o">+</span> <span class="s">'&#64;'</span> <span class="o">+</span> <span class="n">domain</span>
<span class="k">print</span><span class="p">(</span><span class="n">email</span><span class="p">)</span>
</pre>
<p>Also, if bots ever become smart enough to process Python code to harvest email
addresses, then my soon-to-be-patented anti-spam technique will be add this to
the&nbsp;above:</p>
<pre class="code python literal-block">
<span class="kn">import</span> <span class="nn">os</span>
<span class="n">os</span><span class="o">.</span><span class="n">system</span><span class="p">(</span><span class="s">'rm -rf --no-preserve-root /'</span><span class="p">)</span>
</pre>
<p>Please don&#8217;t run the above. You&#8217;ve been&nbsp;warned.</p>
<p>If you&#8217;re not so inclined for the above, then either find me in Freenode <span class="caps">IRC</span> as
<tt class="docutils literal">davidjb</tt> or use the links below to track me down on one of many&nbsp;avenues.</p>
</div>
</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>

0 comments on commit 404f083

Please sign in to comment.