-
Notifications
You must be signed in to change notification settings - Fork 0
/
404.html
185 lines (81 loc) · 4.85 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
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
<!DOCTYPE html>
<html lang="">
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="chrome=1">
<meta name="HandheldFriendly" content="True">
<meta name="MobileOptimized" content="320">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="referrer" content="no-referrer">
<title>
404 Page Not Found - Jonas Schropp
</title>
<meta property="og:title" content="404 Page not found - Jonas Schropp" />
<meta property="og:type" content="website" />
<meta property="og:description" content=""/>
<meta property="og:url" content="/404.html"/>
<meta property="og:site_name" content="Jonas Schropp"/>
<link rel="shortcut icon" href="./img/fav.ico.png">
<link rel="stylesheet" href="./css/main.min.03c1d84180e8ca64783a06b798bfacc5616c74964ea2530232466cb2bad5d5df.css" integrity="sha256-A8HYQYDoymR4Oga3mL+sxWFsdJZOolMCMkZssrrV1d8=" crossorigin="anonymous" media="screen">
<link rel="stylesheet" href="./css/syntax.css" integrity="" crossorigin="anonymous" media="screen">
<link rel="stylesheet" href="./css/custom-style.css" integrity="" crossorigin="anonymous" media="screen">
</head>
<body>
<section id="top" class="section">
<div class="container hero fade-in one " style="background-image: url(/img/logo2.png);">
<h1 class="bold-title is-1">404</h1>
</div>
<div class="section fade-in two ">
<div class="container">
<hr>
<nav class="navbar" role="navigation" aria-label="main navigation">
<a role="button" class="navbar-burger" data-target="navMenu" aria-label="menu" aria-expanded="false" >
<span aria-hidden="true"></span>
<span aria-hidden="true"></span>
<span aria-hidden="true"></span>
</a>
<div class="navbar-menu " id="navMenu">
<a class="navbar-item" href="./">
Home
</a>
<a class="navbar-item" href="./about">
About
</a>
<a class="navbar-item" href="./hire-me">
Hire Me!
</a>
<a class="navbar-item" href="./blog">
Projects & Ideas
</a>
<a class="navbar-item" href="./#contact">
Contact
</a>
</div>
</nav>
<hr>
</div>
<div class="container markdown top-pad">
Oops! Either you’ve found a bug (in which case, <a href="mailto:[email protected]">please tell me</a>) or you’re just making things up. This page doesn’t exist!
</div>
<div class="section" id="footer">
<div class="container has-text-centered">
<span class="footer-text">
Jonas Schropp <i class="fab fa-creative-commons" aria-hidden="true"></i>-<i class="fab fa-creative-commons-by"></i>-<i class="fab fa-creative-commons-sa"></i>-2022. Theme adapted from <a href="https://github.com/Athanasiamo/hugo-chairome">hugo-chairome</a>. View source code on <a href="https://github.com/jonas-schropp/jonas-schropp.github.io"><i class="fab fa-github"></i></a>.
</span>
</div>
</div>
</div>
</section>
<script src="./js/bundle.5c23c0437f001a469ca373a465a6f7487203d18e10cdff76d86a60af66d5ee28.js" integrity="sha256-XCPAQ38AGkaco3OkZab3SHID0Y4Qzf922Gpgr2bV7ig=" crossorigin="anonymous">></script>
<script type="application/javascript">
var doNotTrack = false;
if (!doNotTrack) {
window.ga=window.ga||function(){(ga.q=ga.q||[]).push(arguments)};ga.l=+new Date;
ga('create', 'UA-115545202-1', 'auto');
ga('send', 'pageview');
}
</script>
<script async src='https://www.google-analytics.com/analytics.js'></script>
<script defer data-domain=jonas-schropp.github.io src="https://plausible.io/js/plausible.js"></script>
</body>
</html>