-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy path404.html
More file actions
executable file
·344 lines (274 loc) · 6.78 KB
/
404.html
File metadata and controls
executable file
·344 lines (274 loc) · 6.78 KB
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
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
<!DOCTYPE HTML>
<!-- Salve, Regina, Mater misericordiæ,
vita, dulcedo, et spes nostra, salve.
Ad te clamamus exsules filii Hevæ,
Ad te suspiramus, gementes et flentes
in hac lacrimarum valle.
Eia, ergo, advocata nostra, illos tuos
misericordes oculos ad nos converte;
Et Jesum, benedictum fructum ventris tui,
nobis post hoc exsilium ostende.
O clemens, O pia, O dulcis Virgo Maria. -->
<html lang="en">
<head>
<title>Matthew Kudija</title>
<link rel="shortcut icon" type="image/jpg" href="https://raw.githubusercontent.com/mkudija/mkudija.github.io/master/favicon.ico"/>
<link rel="shortcut icon" href="https://github.com/mkudija/mkudija.github.io/blob/master/favicon.ico">
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1, user-scalable=no" />
<!-- <link rel="stylesheet" href="https://raw.githubusercontent.com/mkudija/mkudija.github.io/master/assets/css/main.css" /> -->
<!-- Google tag (gtag.js) -->
<script async src="https://www.googletagmanager.com/gtag/js?id=G-NSV8628BMT"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'G-NSV8628BMT');
</script>
</head>
<body>
<style type="text/css" media="screen">
body { /*https://blog.koenvangilst.nl/brutalist-css/*/
font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Helvetica, Arial, sans-serif;
font-size: 16px;
line-height: 1.5;
max-width: 50rem;
padding: 2rem;
margin: auto;
color: #444444;
}
code {
color: #777;
font-family: monospace;
font-size: 14px;
background: whitesmoke;
border-radius: .2rem;
padding: .1rem .3rem .2rem;
}
pre {
color: #777;
font-family: monospace;
font-size: 14px;
background: whitesmoke;
border-radius: .2rem;
padding: .1rem .3rem .2rem;
}
a {
color:#3377b3;
text-decoration: none;
/*border-bottom: dotted 1px;*/
}
a:hover {
/*color: #5B7894;*/
color: #2D5FAB;
/*background:whitesmoke;*/
background: #EDCEA8;
border-radius: 0.1rem;
/*text-decoration: underline;*/
border-bottom: dotted 1px;
}
h1 {
border-bottom: 1px solid #ccc;
padding-bottom: 3px;
}
h1.line {
text-decoration: underline 8px #D2A054;
text-decoration-skip-ink: none;
border-bottom: none;
}
h2.line {
text-decoration: underline 5px #D2A054;
text-decoration-skip-ink: none;
}
img.profile {
/*border-radius: 50%;*/
box-shadow: 7px 7px 0px 0px #D2A054;
}
hr {
border: 0;
border-bottom: solid 1px rgba(210, 215, 217, 0.75);
margin: 2em 0;
}
br { /*to fix extra spacing of indented bullets*/
content: "";
margin: 2em;
display: block;
font-size: 5%;
}
blockquote {
/*background: whitesmoke;*/
border: 1px solid #ccc;
border-left: 4px solid #ccc;
border-radius: 0.1rem;
margin: 1.5em 10px;
padding: 0.5em 10px;
}
blockquote p {
display: inline;
}
th {
background-color: #ccc;
padding: .4rem;
}
td {
padding: .3rem;
}
tr:nth-child(even){background-color: whitesmoke;}
tr:hover {background-color: #ddd;}
ul.cols {
columns: 4;
}
/* Button */
input[type="submit"],
input[type="reset"],
input[type="button"],
button,
.button {
border-radius: 0.375em;
display: inline-block;
font-size: 0.8em;
font-weight: 700;
height: 3.5em;
letter-spacing: 0.075em;
line-height: 3.5em;
padding: 0 2.25em;
text-align: center;
text-transform: uppercase;
white-space: nowrap;
background-color: #5B7894;
color: #ffffff !important;
}
.button:hover {
border-radius: 0.375em;
background-color: #D2A054;
box-shadow: 5px 8px 8px 0 rgba(0, 0, 0, 0.2), 5px 6px 20px 0 rgba(0, 0, 0, 0.19);
border-bottom: none;
}
/* Main */
#main {
flex-grow: 1;
flex-shrink: 1;
width: 100%;
}
#main > .inner {
padding: 0 0em 0.1em 0em;
margin: 0 auto;
max-width: 110em;
}
#main > .inner > section {
padding: 6em 0 4em 0 ;
border-top: solid 2px rgba(210, 215, 217, 0.75);
}
#main > .inner > section:first-of-type {
border-top: 0 !important;
}
@media screen and (max-width: 1680px) {
#main > .inner {
padding: 0 5em 0.1em 5em ;
}
#main > .inner > section {
padding: 5em 0 3em 0 ;
}
}
@media screen and (max-width: 1280px) {
#main > .inner {
padding: 0 4em 0.1em 4em ;
}
#main > .inner > section {
padding: 4em 0 2em 0 ;
}
}
@media screen and (max-width: 736px) {
#main > .inner {
padding: 0 0.1em 0.1em 0.1em;
/*padding: 0 2em 0.1em 2em;*/
}
#main > .inner > section {
padding: 3em 0 1em 0 ;
}
}
/* Header */
header {
border-bottom: solid 5px #5B7894;
overflow: hidden;
}
header a {
float: left;
color: #444444;
padding: .2rem 0.75rem 0 0.75rem;
text-decoration: none;
border-radius: 0.1rem;
}
header a.logo {
/*font-size: 25px;*/
font-weight: bold;
color: #777;
text-decoration: none;
/*border-bottom: dotted 1px;*/
}
header a:hover {
background-color: #green;
background: whitesmoke;
border-radius: 0.2rem;
border-bottom: none;
}
header-right {
float: right;
}
@media screen and (max-width: 500px) {
header a {
float: none;
display: block;
text-align: left;
}
header-right {
float: none;
}
}
/* Footer */
#footer .copyright {
color: #9fa3a6;
font-size: 0.9em;
padding: 0em 0.1em 0.1em 0.1em;
}
#footer .copyright a {
color: inherit;
border-bottom: dotted 1px;
}
#footer .copyright a:hover {
color: #5B7894;
background:whitesmoke;
text-decoration: none;
}
</style>
<!-- Wrapper -->
<div id="wrapper">
<!-- Main -->
<div id="main">
<div class="inner">
<header id="header">
<a href="index.html" class="mk"><strong>Matthew Kudija</strong></a>
</header>
<center>
<header>
<h1 class="line"><strong>404</strong></h1>
<p>Sorry, that page doesn't exist. You may be looking for a note that is private or not yet published.</p>
<!-- <p>Sorry, that page doesn't exist. You may be looking for a note that is private or not yet published. If you would like to see this note, please <a href="mailto:m.kudija@protonmail.com">let me know</a>.</p> -->
</header>
<br><br>
<a href="javascript:history.back()" class="button special">Go Back</a>
<a href="https://matthewkudija.com/" class="button special">Home</a>
<a href="mailto:m.kudija@protonmail.com?Subject=I%20found%20an%20issue%20with%20your%20website%21%20" class="button special">Report a Problem</a>
</center>
</div>
</div>
</div>
</body>
<hr>
<footer id="footer" align="center">
<center>
<img src="https://github.com/mkudija/mkudija.github.io/blob/master/images/kudija_family_shield.png?raw=true" width=100px>
<p class="copyright">© 2005<script>new Date().getFullYear()>2005&&document.write("–"+new Date().getFullYear());</script> Matthew Kudija • <a href="https://github.com/mkudija/mkudija.github.io/" target="_blank">Source</a></p>
</center>
</footer>
</html>