-
Notifications
You must be signed in to change notification settings - Fork 0
/
404.html
91 lines (88 loc) · 4 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
<!DOCTYPE html>
<html>
<head>
<meta http-equiv="content-type" content="text/html; charset=UTF-8">
<title>Not Found</title>
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="theme-color" content="#2196F3">
<link rel="icon" sizes="192x192" href="/images/blue-icon.png">
<link href="//cdn.muicss.com/mui-0.2.0-rc1/css/mui.min.css" rel="stylesheet" type="text/css" media="">
<script src="//cdn.muicss.com/mui-0.2.0-rc1/js/mui.min.js" async=""></script>
<link rel="stylesheet" href="/stylesheets/font-awesome.css" media="">
<link rel="stylesheet" href="/stylesheets/socicon.css" media="">
<link rel="stylesheet" href="/stylesheets/layout.css" media="">
<link rel="stylesheet" href="/stylesheets/layout-dark.css" media="">
<noscript>
<iframe src="//www.googletagmanager.com/ns.html?id=GTM-W3WJC5" height="0" width="0" style="display:none;visibility:hidden"></iframe>
</noscript>
<script src="/javascripts/tag.js" async=""></script>
</head>
<body><input type="checkbox" value="0" id="sidenav">
<div class="main mui--z2">
<nav id="main-bar" class="mui-container-fluid"><a href="/">
<div class="icon"></div>
</a></nav>
<div class="main-content">
<!-- Links-->
<ul class="links list-no-decoration">
<li>
<h3>Josh Stagg</h3>
<ul class="list-no-decoration">
<li><a href="/about">About</a></li>
</ul>
</li>
<li>
<h3>Projects</h3>
<ul class="list-no-decoration">
<!--li(class="")-->
<!-- a(href="/projects")= "All"-->
<!--li(class="")-->
<!-- a(href="/projects/podcast")= "Artifact.fm"-->
<li><a href="/projects/slate">Slate</a></li>
<li><a href="/projects/weather">Atmospheric</a></li>
<li><a href="/projects/storymap">StoryMap.io</a></li>
<li class="disabled"><a href="/projects/geonoto">Geonoto</a></li>
<li class="disabled"><a href="/projects/pspwvista">pspWvista</a></li>
</ul>
</li>
</ul>
</div>
<div class="main-footer">
<center>
<div class="social-links">
<ul class="horz-list list-no-decoration">
<li><a href="https://twitter.com/joshstagg" alt="Twitter" target="blank" class="socicon">a</a></li>
<li><a href="https://www.instagram.com/joshstagg/" alt="Instagram" target="blank" class="socicon">x</a></li>
<li><a href="https://github.com/stagg" alt="Github" target="blank" class="socicon">Q</a></li>
<li><a href="https://ca.linkedin.com/in/joshstagg" alt="Linkedin" target="blank" class="socicon">j</a></li>
</ul>
</div>
</center>
</div>
</div>
<div class="sub-content"><label for="sidenav" class="touch"></label>
<nav id="mobile-appbar" class="mui-container-fluid mui--z1">
<table width="100%">
<tbody>
<tr class="mui--appbar-height">
<td class="mui-col mui-col-xs-2"><label for="sidenav"><i class="fa fa-bars"></i></label></td>
<td class="mui-col"></td>
</tr>
</tbody>
</table>
</nav>
<div class="content-wrapper">
<div class="article">
<center>
<h1>Not Found</h1>
</center>
<h2></h2>
<pre></pre>
</div>
</div>
<footer id="footer" class="footer">
<center><i class="fa fa-copyright"></i> 2022 Josh Stagg</center>
</footer>
</div>
</body>
</html>