This repository has been archived by the owner on Jan 29, 2019. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 1
/
404.html
68 lines (63 loc) · 3.2 KB
/
404.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8">
<meta name="author" content="Eddie Hedges">
<meta name="description" content="Eddie Hedges is a web developer that enjoys both front and back end development. This includes markup, styling, user interface, functionality, and data store. This website will have information about programming, web development and design, python, ruby, javascript, html, css, open source, and possibly some health/nutrition information.">
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1">
<title>Eddie Hedges - 404 Not Found</title>
<link href="http://fonts.googleapis.com/css?family=Nunito:700" rel="stylesheet" type="text/css">
<link rel="stylesheet" type="text/css" href="/css/edstyles.min.css">
</head>
<body>
<div id="forkme"><a href="https://github.com/edhedges"><img src="/img/forkme.png" alt="Fork me on GitHub"></a></div>
<div class="container">
<header>
<div class="eight columns">
<h1><a href="/">Eddie Hedges</a></h1>
</div>
<div class="eight columns">
<ul id="social_list">
<li id="githubicon"><a title="GitHub" id="octoicon" href="https://github.com/edhedges"></a></li>
<li><a title="StackExchange" id="stackexchangeicon" href="http://stackexchange.com/users/1193099/edhedges?tab=accounts"></a>
<li><a title="LinkedIn" id="linkedinicon" href="http://www.linkedin.com/pub/eddie-hedges/3b/167/168"></a></li>
<li><a title="RSS Feed" id="rssicon" href="/atom.xml"></a></li>
</ul>
</div>
<div class="sixteen columns">
<hr />
</div>
</header>
<div class="row">
<div class="sixteen columns">
<h2>404 Not Found</h2>
<hr />
<p>Page not found :(. Here's a random picture from <a href="http://www.reddit.com/r/aww/">/r/aww</a> that will help.</p>
<img id="random_image" alt="Random /r/aww image" src="" />
</div>
</div>
<div class="row">
<div class="sixteen columns">
<hr />
<footer>
<p>Created by <a href="/">Eddie Hedges</a>
<br />Generated by <a href="//jekyllrb.com/">Jekyll</a>
<br />Hosted by <a href="//pages.github.com/">GitHub Pages</a></p>
</footer>
</div>
</div>
<script src="//ajax.googleapis.com/ajax/libs/jquery/1.7.2/jquery.min.js" type="text/javascript"></script>
<script src="/js/tooltips.min.js" type="text/javascript"></script>
<script src="/js/getRandomImage.min.js" type="text/javascript"></script>
<script type="text/javascript">
var _gaq = _gaq || [];
_gaq.push(['_setAccount', 'UA-28147007-1']);
_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>