-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path404.html
101 lines (89 loc) · 3.66 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
<!DOCTYPE html>
<html lang="en" xml:lang="en" xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta charset="utf-8">
<meta http-equiv="content-language" content="en">
<title>Maris Tammik - 404</title>
<meta name="description" content="Maris Tammik is an audio programmer for video games.">
<meta name="keywords" content="audio programming, gameaudio, sounddesign, audio, computer game, video game, games, implementation">
<link rel="stylesheet" href="css/style.css">
<link rel="stylesheet" href="css/layout.css">
<link rel="stylesheet" type="text/css" href="/print.css" media="print" />
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1, user-scalable=no">
<link rel="icon" href="favicon.ico" type="image/x-icon"/>
<link rel="shortcut icon" href="favicon.ico" type="image/x-icon"/>
<!--
shortcut image
<link rel="apple-touch-icon" href="/custom_icon.png">
<link rel="shortcut icon" type="image/png" href="/favicon.png"/>
-->
</head>
<body>
<div class="wrapper">
<!-- Header stuff goes here -->
<div class="HeaderImage">
<!--<a href="index.html">
<img src="images/logo.svg" alt="logo"/>
</a>-->
<a href="index.html">
<h1>
Maris Tammik
</h1>
</a>
</div>
<div class="HeaderTitle">
<a href="index.html">
<h2>
Audio Programmer
</h2>
</a>
</div>
<!-- Navigational bits go here -->
<div class="Navigation" id="myTopnav">
<a href="index.html" class="current">home</a>
<a href="work.html">work</a>
<a href="about.html">about</a>
<!--<a href="http://blog.tammik.ca">blog</a>-->
<a href="https://neurodifferent.me/@fuzzblob" class="contact" title="Twitter">
<img src="images/social/mastodon.svg" alt="https://neurodifferent.me/@fuzzblob" />
</a>
<a href="mailto:[email protected]" class="contact" title="Email">
<img src="images/social/mail.svg" alt="mailto:[email protected]" />
</a>
<a href="https://ca.linkedin.com/in/fuzzblob" class="contact" title="Linked In">
<img src="images/social/linkedin.svg" alt="https://linkedin.com/in/fuzzblob" />
</a>
<a href="https://github.com/fuzzblob/" class="contact" title="GitHub">
<img src="images/social/github.svg" alt="https://github.com/fuzzblob/" />
</a>
<!-- navigation folding on small screens -->
<a href="javascript:void(0);" class="icon" onclick="ResponsiveNavigation()">
☰
</a>
</div>
<!-- this is the page title -->
<div class="Title">
<h3>404 Error!</h3>
</div>
<!-- and here is the rest of the content -->
<div class="Content">
<h2>There is nothing here</h2>
<p>
Ooops! This should not have happened. I'm sorry to break this to you, but what you are looking for does not seem to be here...
</p>
<p>
If you believe the machines have made a mistake and you should have found what you are looking for please get in <a href="contact.html">contact</a>.
</p>
</div>
<!-- last but not least here's a footer -->
<div class="Footer">
<div class="divider"></div>
<p>
© (2025) <b>Maris Tammik</b>
<br>
available on <a href="https://github.com/chtammik/chtammik.github.io">GitHub</a>
</p>
</div>
</div>
</body>
</html>