-
Notifications
You must be signed in to change notification settings - Fork 0
/
404.html
123 lines (96 loc) · 4.91 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
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
<!DOCTYPE html>
<html lang="en">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1.0" />
<title>Ed Zynda - Coder, Hacker, Superhero</title>
<meta name="description" content="I’m a nine year Air Force veteran and web software engineer with a passion for what makes the Internet tick. I code, I travel, I eat and I'm hungry for more!" />
<meta property="og:url" content="http://www.edzynda.com/404/" />
<meta property="og:type" content="website" />
<meta property="og:title" content="404 Page not found" />
<meta property="og:description" content="I’m a nine year Air Force veteran and web software engineer with a passion for what makes the Internet tick. I code, I travel, I eat and I'm hungry for more!">
<meta property="og:image" content="/images/parallax.png" />
<link href="https://fonts.googleapis.com/icon?family=Material+Icons" rel="stylesheet">
<link href="/css/materialize.css" type="text/css" rel="stylesheet" media="screen,projection" />
<link href="/css/style.css" type="text/css" rel="stylesheet" media="screen,projection" />
<link rel="stylesheet" href="//cdnjs.cloudflare.com/ajax/libs/highlight.js/9.6.0/styles/agate.min.css">
<script>
(function (i, s, o, g, r, a, m) {
i['GoogleAnalyticsObject'] = r; i[r] = i[r] || function () {
(i[r].q = i[r].q || []).push(arguments)
}, i[r].l = 1 * new Date(); a = s.createElement(o),
m = s.getElementsByTagName(o)[0]; a.async = 1; a.src = g; m.parentNode.insertBefore(a, m)
})(window, document, 'script', 'https://www.google-analytics.com/analytics.js', 'ga');
ga('create', 'UA-56129772-1', 'auto');
ga('send', 'pageview');
</script>
</head>
<body>
<div class="navbar-fixed">
<nav class="red accent-3" role="navigation">
<div class="nav-wrapper container">
<a href="/" class="brand-logo">edzynda.com</a>
<ul id="nav-mobile" class="right hide-on-med-and-down">
<li><a href="/">Home</a></li>
<li><a href="https://leanpub.com/aopinphp">Books</a></li>
<li><a href="/tags/video" title="Videos">Videos</a></li>
<li><a href="//twitter.com/edzynda" class="icon-twitter white-text" target="_blank" title="Twitter"></a></li>
<li><a href="//github.com/ezynda3" class="icon-github white-text" target="_blank" title="Github"></a></li>
<li><a href="//instagram.com/edzynda" class="icon-instagram white-text" target="_blank" title="Instagram"></a></li>
</ul>
</div>
</nav>
</div>
<div class="parallax-container">
<br>
<br>
<br>
<br>
<h1 class="header center white-text text-lighten-2">Ed Zynda</h1>
<h3 class="header center white-text text-lighten-2">Coder | Hacker | Superhero</h3>
<div class="parallax"><img src="/images/parallax.png"></div>
</div>
<div class="container clearfix">
<main role="main" class="content">
<h1>404 - page not found</h1>
<p>The content you're looking for doesn't seem to exist.</p>
</main>
</div>
<footer class="page-footer red accent-3">
<div class="container">
<div class="row">
<div class="col l6 s12">
<div class="row valign-wrapper">
<div class="col s4">
<img src="http://www.gravatar.com/avatar/6f0ca2846bbe006ad4bc12a583387c6a.png?size=200" class="circle responsive-img">
</div>
<div class="col s8">
<h5 class="white-text">About Me</h5>
<p class="grey-text text-lighten-4">
I’m a nine year Air Force veteran and web software engineer with a passion for what makes the Internet tick. I code, I travel, I eat and I'm hungry for more!
</p>
</div>
</div>
</div>
<div class="col l3 s12 offset-l3">
<h5 class="white-text">Connect</h5>
<ul class="share-buttons">
<li><a href="//twitter.com/edzynda" class="icon-twitter white-text" target="_blank" title="Twitter"></a></li>
<li><a href="//github.com/ezynda3" class="icon-github white-text" target="_blank" title="Github"></a></li>
<li><a href="//instagram.com/edzynda" class="icon-instagram white-text" target="_blank" title="Instagram"></a></li>
</ul>
</div>
</div>
</div>
<div class="footer-copyright">
<div class="container">
© 2016 Ed Zynda.
</div>
</div>
</footer>
<script src="//cdnjs.cloudflare.com/ajax/libs/highlight.js/9.6.0/highlight.min.js"></script>
<script src="https://code.jquery.com/jquery-2.1.1.min.js"></script>
<script src="/js/materialize.js"></script>
<script src="/js/init.js"></script>
</body>
</html>