generated from alshedivat/al-folio
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path404.html
More file actions
69 lines (60 loc) · 3.87 KB
/
404.html
File metadata and controls
69 lines (60 loc) · 3.87 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" /> <!-- same as <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> -->
<meta http-equiv="X-UA-Compatible" content="IE=edge" /> <!-- Defines the compatibility of version with browser -->
<meta name="viewport" content="width=device-width, initial-scale=1.0" /> <!-- for make website responsive -->
<meta name="author" content="Paweł Ilnicki" /> <!-- might be useful: https://stackoverflow.com/a/14775557/8527654 -->
<meta name="description " content="Discover the projects, portfolio, resume, and creative work of Paweł Ilnicki – a versatile tech enthusiast, passionate painter, writer, and gamer. Explore his achievements, professional background, and connect through useful links to his other platforms." />
<title>Page missing | Paweł Ilnicki | Tech Enthusiast, Painter, Writer & Gamer - Portfolio & Resume</title>
<!-- Structured data: https://developers.google.com/search/docs/appearance/structured-data/breadcrumb -->
<!-- It is either a top level path or a direct descendant of top level path - SO NO BREADCRUMB DATA NEEDED. -->
<link rel="stylesheet" href="/dist/style.css">
<script defer data-domain="pawel-ilnicki.pl" src="https://plausible.io/js/script.js"></script>
</head>
<body>
<header>
<nav class="main full-size item">
<a href="/">Home</a>
<a href="/resume">Resume</a>
<a href="/portfolio">Portfolio</a>
<nav>
<label>
<input type="radio" name="color-scheme" value="system" checked>
<img class="icon" src="/assets/img/moon-or-sun.svg" alt="Use system colour">
</label>
<label>
<input type="radio" name="color-scheme" value="light">
<img class="icon" src="/assets/img/sun.svg" alt="Light-mode">
</label>
<label>
<input type="radio" name="color-scheme" value="dark">
<img class="icon" src="/assets/img/moon.svg" alt="Dark-mode">
</label>
</nav>
</nav>
<ul itemscope itemtype="https://schema.org/BreadcrumbList" class="breadcrumb">
<li itemprop="itemListElement" itemscope itemtype="https://schema.org/ListItem">
<a itemprop="item" href="/"><span itemprop="name">God knows where</span></a>
<meta itemprop="position" content="1" /></li>
</ul>
</header>
<main class="flex">
<span>
<h1 class="typewriter">404</h1>
<p>There is no page under this address.</p>
<a href="/">Take me home</a>, country home, West Virginia<br />
<a href="https://youtu.be/rvrZJ5C_Nwg?si=iEwvKcUWh3nBd4JQ&t=142"><img src="/assets/img/aaa.gif" class="zoom" title="Watch the music video"></a>
</span>
</main>
<footer>
<p>Made by myself © 2024</p>
<nav class="socials">
<a href="mailto:pawel.ilnicki@allegro.com"><img src="/assets/img/mail.svg" class="icon" title="Drop me a line!"></a>
<a href="https://github.com/DeutscheGabanna"><img src="/assets/img/brand-github.svg" class="icon" title="Check out my GitHub profile!"></a>
<a href="https://www.linkedin.com/in/pawe%C5%82-ilnicki-6760a4162"><img src="/assets/img/brand-linkedin.svg" class="icon" title="Check out my Linkedin profile!"></a>
<a href="https://www.youtube.com/@mayorsministers6981"><img src="/assets/img/brand-youtube.svg" class="icon" title="Check out my YouTube profile!"></a>
</nav>
</footer>
</body>
</html>