-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path404.html
More file actions
93 lines (92 loc) · 3.77 KB
/
404.html
File metadata and controls
93 lines (92 loc) · 3.77 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
<!DOCTYPE html>
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=windows-1252" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<style></style>
<link
rel="shortcut icon"
type="image/jpg"
href="/img/favicon.png"
/>
<title>404 - Page Not Found</title>
<!-- modernized header-->
<link rel="stylesheet" href="/css/common.min.css" />
<link rel="stylesheet" href="/css/search.min.css" />
<!-- font -->
<link rel="stylesheet" href="/css.css" />
<link rel="stylesheet" href="/mobile.css" />
<link rel="stylesheet" href="/404.css" />
<link rel="preconnect" href="https://fonts.googleapis.com" />
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin />
<link
href="https://fonts.googleapis.com/css2?family=Nunito+Sans&display=swap"
rel="stylesheet"
/>
<!-- scripting -->
<script src="/src/jquery-3.6.0.min.js"></script>
<script src="/script.js"></script>
<script type="application/ld+json">
{
"@context": "https://schema.org/",
"@type": "Person",
"name": "Sander Vonk",
"url": "https://svonk.me/About/",
"image": "/img/me.jpg",
"sameAs": [
"https://github.com/sandercvonk",
"https://sander.vonk.one/",
"https://svonk.me/",
"/",
"https://linkedin.com/in/sandercvonk/",
"https://youtube.com/@sandercvonk",
"https://instagram.com/sander.c.vonk"
],
"jobTitle": "College Student"
}
</script>
</head>
<body style="background: #f6f8fa">
<header style="justify-content: space-between" class="">
<div id="branding">
<div id="branding-img">
<object data="/img/me/favicon/favicon-alt.svg" type="image/svg+xml" alt="Website by Sander Vonk" title="Website by Sander Vonk">
<object data="/img/me/favicon/favicon-alt.png" type="image/png" alt="Website by Sander Vonk" title="Website by Sander Vonk">
<img src="/img/me/favicon/favicon.png" alt="Sander Vonk" title="Website by Sander Vonk">
</object>
</object>
</div>
<div id="branding-text">Sander<br>Vonk</div>
</div>
<button id="nav-button" data-role="menu-toggle" aria-label="Toggle Navigation Menu" control-id="ControlID-1"></button>
<nav id="main-nav">
<div id="nav-mobile-title" smallonly="">Pages</div>
<a href="/">Home</a>
<a href="/Projects/">Projects</a>
<a href="https://github.com/sandervonk/">Code</a>
<a href="/Portfolio/">Portfolio</a>
<a href="/Contact">Contact</a>
<span smallonly="">© 2020-2024 Sander Vonk</span>
</nav>
<div id="header-actions">
<!-- old search (not working)-->
<div class="toggle-search" id="native-search">
<input type="text" id="search" search-input="" placeholder="Search" control-id="ControlID-2">
<button id="search-button" submit-search="" title="Submit Search" class="gsc-search-button gsc-search-button-v2" control-id="ControlID-3"></button>
</div>
<!-- new search (working, trackers, ew) -->
<div class="toggle-search" id="g-search" style="display: none"></div>
</div>
</header>
<div style="padding: 50px; padding-top: calc((2vw + 5vh) / 3); background: #f6f8fa">
<!--BODY CONTENT HERE-->
</div>
<div class="scale-four">
<div class="content">
<h2 class="text name" id="coming-soon" data-text="404">404</h2>
<a class="picture subname name four-oh-four-context">Page Not Found</a>
</div>
</div>
<script src="/js/common.js"></script>
</body>
</html>