Skip to content

Commit 6e613c0

Browse files
committed
rebuilding site from f2e4083
0 parents  commit 6e613c0

File tree

496 files changed

+71403
-0
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

496 files changed

+71403
-0
lines changed

404.html

Lines changed: 345 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,345 @@
1+
2+
3+
4+
5+
6+
7+
8+
<!doctype html>
9+
<html
10+
lang="en"
11+
dir="ltr"
12+
class="scroll-smooth"
13+
data-default-appearance="light"
14+
data-auto-appearance="true"
15+
><head>
16+
<meta charset="utf-8" />
17+
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
18+
<meta name="theme-color" content="#FFFFFF" />
19+
20+
<title>404 Page not found &middot; /dev/ by Massimiliano Pippi</title>
21+
<meta name="title" content="404 Page not found &middot; /dev/ by Massimiliano Pippi" />
22+
23+
24+
25+
26+
27+
<script
28+
type="text/javascript"
29+
src="https://dev.pippi.im/js/appearance.min.8a082f81b27f3cb2ee528df0b0bdc39787034cf2cc34d4669fbc9977c929023c.js"
30+
integrity="sha256-iggvgbJ/PLLuUo3wsL3Dl4cDTPLMNNRmn7yZd8kpAjw="
31+
></script>
32+
33+
34+
35+
36+
37+
38+
39+
40+
41+
42+
<link
43+
type="text/css"
44+
rel="stylesheet"
45+
href="https://dev.pippi.im/css/main.bundle.min.e280dcdcda864121a0d22eaad4cb36e83940298515188021beb90faa5ae53bfc.css"
46+
integrity="sha256-4oDc3NqGQSGg0i6q1Ms26DlAKYUVGIAhvrkPqlrlO/w="
47+
/>
48+
49+
50+
51+
52+
53+
54+
55+
<meta
56+
name="description"
57+
content="
58+
59+
60+
61+
"
62+
/>
63+
64+
65+
66+
67+
<link rel="canonical" href="https://dev.pippi.im/404.html" />
68+
69+
70+
71+
<link rel="apple-touch-icon" sizes="180x180" href="/apple-touch-icon.png" />
72+
<link rel="icon" type="image/png" sizes="32x32" href="/favicon-32x32.png" />
73+
<link rel="icon" type="image/png" sizes="16x16" href="/favicon-16x16.png" />
74+
<link rel="manifest" href="/site.webmanifest" />
75+
76+
77+
78+
79+
80+
81+
82+
83+
<meta property="og:url" content="https://dev.pippi.im/404.html">
84+
<meta property="og:site_name" content="/dev/ by Massimiliano Pippi">
85+
<meta property="og:title" content="404 Page not found">
86+
<meta property="og:locale" content="en">
87+
<meta property="og:type" content="website">
88+
89+
90+
<meta name="twitter:card" content="summary">
91+
<meta name="twitter:title" content="404 Page not found">
92+
93+
94+
95+
96+
97+
98+
<meta name="author" content="Massimiliano Pippi" />
99+
100+
101+
102+
<link href="https://github.com/masci" rel="me" />
103+
104+
<link href="http://www.linkedin.com/in/masci" rel="me" />
105+
106+
107+
108+
109+
110+
111+
112+
113+
114+
115+
116+
117+
<script
118+
data-goatcounter="https://massi.goatcounter.com/count"
119+
async
120+
src="//gc.zgo.at/count.js"
121+
></script>
122+
123+
124+
125+
</head>
126+
<body
127+
class="m-auto flex h-screen max-w-7xl flex-col bg-neutral px-6 text-lg leading-7 text-neutral-900 dark:bg-neutral-800 dark:text-neutral sm:px-14 md:px-24 lg:px-32"
128+
>
129+
<div id="the-top" class="absolute flex self-center">
130+
<a
131+
class="-translate-y-8 rounded-b-lg bg-primary-200 px-3 py-1 text-sm focus:translate-y-0 dark:bg-neutral-600"
132+
href="#main-content"
133+
><span class="pe-2 font-bold text-primary-600 dark:text-primary-400">&darr;</span
134+
>Skip to main content</a
135+
>
136+
</div>
137+
138+
139+
<header class="py-6 font-semibold text-neutral-900 dark:text-neutral sm:py-10 print:hidden">
140+
<nav class="flex items-start justify-between sm:items-center">
141+
142+
<div class="flex flex-row items-center">
143+
144+
<a
145+
class="decoration-primary-500 hover:underline hover:decoration-2 hover:underline-offset-2"
146+
rel="me"
147+
href="/"
148+
>/dev/ by Massimiliano Pippi</a
149+
>
150+
151+
</div>
152+
153+
154+
<ul class="flex list-none flex-col text-end sm:flex-row">
155+
156+
157+
158+
<li class="group mb-1 sm:mb-0 sm:me-7 sm:last:me-0.5">
159+
160+
<a
161+
href="/now/"
162+
title="What I&#39;m doing Now"
163+
164+
><span
165+
class="decoration-primary-500 group-hover:underline group-hover:decoration-2 group-hover:underline-offset-2"
166+
>Now</span
167+
>
168+
</a
169+
>
170+
171+
</li>
172+
173+
174+
<li class="group mb-1 sm:mb-0 sm:me-7 sm:last:me-0.5">
175+
176+
<a
177+
href="/writing/"
178+
title="Writings"
179+
180+
><span
181+
class="decoration-primary-500 group-hover:underline group-hover:decoration-2 group-hover:underline-offset-2"
182+
>Stuff I write</span
183+
>
184+
</a
185+
>
186+
187+
</li>
188+
189+
190+
<li class="group mb-1 sm:mb-0 sm:me-7 sm:last:me-0.5">
191+
192+
<a
193+
href="/book/"
194+
title=""
195+
196+
><span
197+
class="decoration-primary-500 group-hover:underline group-hover:decoration-2 group-hover:underline-offset-2"
198+
>Stuff I read</span
199+
>
200+
</a
201+
>
202+
203+
</li>
204+
205+
206+
<li class="group mb-1 sm:mb-0 sm:me-7 sm:last:me-0.5">
207+
208+
<a
209+
href="/talk/"
210+
title="Talks"
211+
212+
><span
213+
class="decoration-primary-500 group-hover:underline group-hover:decoration-2 group-hover:underline-offset-2"
214+
>Stuff I say</span
215+
>
216+
</a
217+
>
218+
219+
</li>
220+
221+
222+
<li class="group mb-1 sm:mb-0 sm:me-7 sm:last:me-0.5">
223+
224+
<a
225+
href="/resume/"
226+
title="Massimiliano Pippi"
227+
228+
><span
229+
class="decoration-primary-500 group-hover:underline group-hover:decoration-2 group-hover:underline-offset-2"
230+
>cv</span
231+
>
232+
</a
233+
>
234+
235+
</li>
236+
237+
238+
<li class="group mb-1 sm:mb-0 sm:me-7 sm:last:me-0.5">
239+
240+
<a
241+
href="https://github.com/masci/dev"
242+
title=""
243+
target="_blank"
244+
>
245+
<span
246+
class="group-dark:hover:text-primary-400 transition-colors group-hover:text-primary-600"
247+
><span class="icon relative inline-block px-1 align-text-bottom"><svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 496 512"><path fill="currentColor" d="M165.9 397.4c0 2-2.3 3.6-5.2 3.6-3.3.3-5.6-1.3-5.6-3.6 0-2 2.3-3.6 5.2-3.6 3-.3 5.6 1.3 5.6 3.6zm-31.1-4.5c-.7 2 1.3 4.3 4.3 4.9 2.6 1 5.6 0 6.2-2s-1.3-4.3-4.3-5.2c-2.6-.7-5.5.3-6.2 2.3zm44.2-1.7c-2.9.7-4.9 2.6-4.6 4.9.3 2 2.9 3.3 5.9 2.6 2.9-.7 4.9-2.6 4.6-4.6-.3-1.9-3-3.2-5.9-2.9zM244.8 8C106.1 8 0 113.3 0 252c0 110.9 69.8 205.8 169.5 239.2 12.8 2.3 17.3-5.6 17.3-12.1 0-6.2-.3-40.4-.3-61.4 0 0-70 15-84.7-29.8 0 0-11.4-29.1-27.8-36.6 0 0-22.9-15.7 1.6-15.4 0 0 24.9 2 38.6 25.8 21.9 38.6 58.6 27.5 72.9 20.9 2.3-16 8.8-27.1 16-33.7-55.9-6.2-112.3-14.3-112.3-110.5 0-27.5 7.6-41.3 23.6-58.9-2.6-6.5-11.1-33.3 2.6-67.9 20.9-6.5 69 27 69 27 20-5.6 41.5-8.5 62.8-8.5s42.8 2.9 62.8 8.5c0 0 48.1-33.6 69-27 13.7 34.7 5.2 61.4 2.6 67.9 16 17.7 25.8 31.5 25.8 58.9 0 96.5-58.9 104.2-114.8 110.5 9.2 7.9 17 22.9 17 46.4 0 33.7-.3 75.4-.3 83.6 0 6.5 4.6 14.4 17.3 12.1C428.2 457.8 496 362.9 496 252 496 113.3 383.5 8 244.8 8zM97.2 352.9c-1.3 1-1 3.3.7 5.2 1.6 1.6 3.9 2.3 5.2 1 1.3-1 1-3.3-.7-5.2-1.6-1.6-3.9-2.3-5.2-1zm-10.8-8.1c-.7 1.3.3 2.9 2.3 3.9 1.6 1 3.6.7 4.3-.7.7-1.3-.3-2.9-2.3-3.9-2-.6-3.6-.3-4.3.7zm32.4 35.6c-1.6 1.3-1 4.3 1.3 6.2 2.3 2.3 5.2 2.6 6.5 1 1.3-1.3.7-4.3-1.3-6.2-2.2-2.3-5.2-2.6-6.5-1zm-11.4-14.7c-1.6 1-1.6 3.6 0 5.9 1.6 2.3 4.3 3.3 5.6 2.3 1.6-1.3 1.6-3.9 0-6.2-1.4-2.3-4-3.3-5.6-2z"/></svg>
248+
</span></span></a
249+
>
250+
251+
</li>
252+
253+
254+
255+
</ul>
256+
257+
</nav>
258+
</header>
259+
260+
261+
<div class="relative flex grow flex-col">
262+
<main id="main-content" class="grow">
263+
264+
<h1 class="mb-3 text-4xl font-extrabold">Page Not Found 😕</h1>
265+
<p class="mb-12 mt-8 text-neutral-400 dark:text-neutral-500">
266+
Error 404
267+
</p>
268+
<div class="prose dark:prose-invert">
269+
<p>It seems that the page you've requested does not exist.</p>
270+
</div>
271+
272+
</main>
273+
274+
<div
275+
class="pointer-events-none absolute bottom-0 end-0 top-[100vh] w-12"
276+
id="to-top"
277+
hidden="true"
278+
>
279+
<a
280+
href="#the-top"
281+
class="pointer-events-auto sticky top-[calc(100vh-5.5rem)] flex h-12 w-12 items-center justify-center rounded-full bg-neutral/50 text-xl text-neutral-700 backdrop-blur hover:text-primary-600 dark:bg-neutral-800/50 dark:text-neutral dark:hover:text-primary-400"
282+
aria-label="Scroll to top"
283+
title="Scroll to top"
284+
>
285+
&uarr;
286+
</a>
287+
</div>
288+
<footer class="py-10 print:hidden">
289+
290+
291+
<div class="flex items-center justify-between">
292+
<div>
293+
294+
295+
<p class="text-sm text-neutral-500 dark:text-neutral-400">
296+
&copy;
297+
2025
298+
Massimiliano Pippi
299+
</p>
300+
301+
302+
303+
<p class="text-xs text-neutral-500 dark:text-neutral-400">
304+
305+
306+
Powered by <a class="hover:underline hover:decoration-primary-400 hover:text-primary-500"
307+
href="https://gohugo.io/" target="_blank" rel="noopener noreferrer">Hugo</a> &amp; <a class="hover:underline hover:decoration-primary-400 hover:text-primary-500" href="https://github.com/jpanther/congo" target="_blank" rel="noopener noreferrer">Congo</a>
308+
</p>
309+
310+
</div>
311+
<div class="flex flex-row items-center">
312+
313+
314+
315+
316+
<div
317+
class="me-14 cursor-pointer text-sm text-neutral-700 hover:text-primary-600 dark:text-neutral dark:hover:text-primary-400"
318+
>
319+
<button id="appearance-switcher-0" type="button" aria-label="appearance switcher">
320+
<div
321+
class="flex h-12 w-12 items-center justify-center dark:hidden"
322+
title="Switch to dark appearance"
323+
>
324+
<span class="icon relative inline-block px-1 align-text-bottom"><svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512"><path fill="currentColor" d="M32 256c0-123.8 100.3-224 223.8-224c11.36 0 29.7 1.668 40.9 3.746c9.616 1.777 11.75 14.63 3.279 19.44C245 86.5 211.2 144.6 211.2 207.8c0 109.7 99.71 193 208.3 172.3c9.561-1.805 16.28 9.324 10.11 16.95C387.9 448.6 324.8 480 255.8 480C132.1 480 32 379.6 32 256z"/></svg>
325+
</span>
326+
</div>
327+
<div
328+
class="hidden h-12 w-12 items-center justify-center dark:flex"
329+
title="Switch to light appearance"
330+
>
331+
<span class="icon relative inline-block px-1 align-text-bottom"><svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512"><path fill="currentColor" d="M256 159.1c-53.02 0-95.1 42.98-95.1 95.1S202.1 351.1 256 351.1s95.1-42.98 95.1-95.1S309 159.1 256 159.1zM509.3 347L446.1 255.1l63.15-91.01c6.332-9.125 1.104-21.74-9.826-23.72l-109-19.7l-19.7-109c-1.975-10.93-14.59-16.16-23.72-9.824L256 65.89L164.1 2.736c-9.125-6.332-21.74-1.107-23.72 9.824L121.6 121.6L12.56 141.3C1.633 143.2-3.596 155.9 2.736 164.1L65.89 256l-63.15 91.01c-6.332 9.125-1.105 21.74 9.824 23.72l109 19.7l19.7 109c1.975 10.93 14.59 16.16 23.72 9.824L256 446.1l91.01 63.15c9.127 6.334 21.75 1.107 23.72-9.822l19.7-109l109-19.7C510.4 368.8 515.6 356.1 509.3 347zM256 383.1c-70.69 0-127.1-57.31-127.1-127.1c0-70.69 57.31-127.1 127.1-127.1s127.1 57.3 127.1 127.1C383.1 326.7 326.7 383.1 256 383.1z"/></svg>
332+
</span>
333+
</div>
334+
</button>
335+
</div>
336+
337+
</div>
338+
</div>
339+
340+
341+
</footer>
342+
343+
</div>
344+
</body>
345+
</html>

CNAME

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
dev.pippi.im

android-chrome-192x192.png

3.01 KB
Loading

android-chrome-512x512.png

10.6 KB
Loading

apple-touch-icon.png

3.8 KB
Loading

0 commit comments

Comments
 (0)