-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path404.html
More file actions
92 lines (89 loc) · 4.07 KB
/
Copy path404.html
File metadata and controls
92 lines (89 loc) · 4.07 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
<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>Page Not Found | Marco Policani</title>
<meta name="description" content="This page has moved or no longer exists. Find Marco Policani's role fit, case studies, and contact details from here.">
<meta name="author" content="Marco Policani">
<meta name="robots" content="noindex, follow">
<link rel="icon" type="image/svg+xml" href="/assets/favicon.svg">
<link rel="apple-touch-icon" href="/assets/apple-touch-icon.png">
<link rel="stylesheet" href="/assets/portfolio-site.css?v=20260715-ia">
<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=Inter:wght@300;400;500;600&family=Geist+Mono:wght@400;500&display=swap" rel="stylesheet">
</head>
<body>
<a class="skip-link" href="#main">Skip to content</a>
<nav class="local-nav" aria-label="Top-level portfolio sections">
<div class="nav-inner">
<a class="nav-title" href="index.html">Marco Policani</a>
<div class="nav-links">
<a href="pmo-portfolio-governance-leader.html">Profile</a>
<a href="operating-history.html">Cases</a>
<a href="artifacts.html">Methods</a>
<a href="governance/index.html">Library</a>
<a href="resources/">Labs</a>
<a href="contact.html">Contact</a>
<a class="nav-search-link" href="/search.html" aria-label="Search" title="Search"><span aria-hidden="true">⌕</span></a>
</div>
</div>
</nav>
<main id="main">
<section class="section-white" aria-labelledby="notfound-heading">
<div class="section-inner two-col">
<div>
<p class="section-kicker">404 — page not found</p>
<h1 id="notfound-heading" style="color:var(--ink);">This page has moved or no longer exists.</h1>
<p class="lead">The portfolio menu has been simplified, but the underlying content remains available. These are the main routes.</p>
<div class="actions">
<a class="button primary" href="/pmo-portfolio-governance-leader.html">Evaluate role fit</a>
<a class="button" href="/operating-history.html">Open cases</a>
<a class="button" href="/index.html">Back to overview</a>
</div>
</div>
<div class="proof-box">
<h3>Common destinations</h3>
<div class="repo-links">
<a href="/pmo-portfolio-governance-leader.html">Role fit for hiring leaders</a>
<a href="/operating-history.html">Named cases</a>
<a href="/artifacts.html">Methods</a>
<a href="/modules.html">Modules and PoCs</a>
<a href="/governance/">Library</a>
<a href="/resources/">Labs</a>
<a href="/operating-history.html#evidence">Evidence and boundaries</a>
<a href="/contact.html">Contact</a>
</div>
</div>
</div>
</section>
</main>
<footer>
<div class="section-inner">
<p>Marco Policani | <a href="/index.html">Portfolio overview</a> | <a href="https://github.com/policani" target="_blank" rel="noopener noreferrer">GitHub</a> | <a href="https://www.linkedin.com/in/marcpolicani" target="_blank" rel="noopener noreferrer">LinkedIn</a></p>
</div>
</footer>
<script>
(() => {
const path = window.location.pathname;
const routes = {
"/proof.html": "/operating-history.html#evidence",
"/portfolio.html": "/pmo-portfolio-governance-leader.html",
"/pmo-operating-model.html": "/pmo-portfolio-governance-leader.html",
"/hero-banner-lab.html": "/resources.html",
"/portfolio-signal-field.html": "/resources.html",
"/kytherion-drift.html": "/resources.html",
"/orbit-raiders.html": "/resources.html",
"/kytherion-drift/": "/resources.html",
"/orbit-raiders/": "/resources.html",
"/tools/job-boards-scanner.html": "https://github.com/policani/job-boards-scanner"
};
const destination = routes[path] || (path.startsWith("/journeys/") ? "/artifacts.html" : path.startsWith("/governance/guides/") ? "/governance/#frameworks" : null);
if (destination) window.location.replace(destination);
})();
</script>
<script src="assets/hero-parallax.js?v=20260715-ia" defer></script>
<script data-goatcounter="https://policani.goatcounter.com/count" async src="//gc.zgo.at/count.js"></script>
</body>
</html>