-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path404.html
More file actions
201 lines (187 loc) · 12.8 KB
/
Copy path404.html
File metadata and controls
201 lines (187 loc) · 12.8 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
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
<!DOCTYPE html>
<html lang="en-AU">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<script>
(function () {
var s = localStorage.getItem('theme');
if (s === 'dark' || (!s && window.matchMedia('(prefers-color-scheme: dark)').matches)) {
document.documentElement.classList.add('dark');
}
})();
</script>
<meta name="description" content="Page not found — simonives.com">
<meta property="og:title" content="Page not found — Simon Ives">
<meta property="og:description" content="The page you are looking for has moved, been removed, or never existed. simonives.com — workforce strategy, AI governance, and organisational design.">
<meta property="og:url" content="https://simonives.com/404.html">
<meta property="og:type" content="website">
<meta property="og:image" content="https://simonives.com/og-image.png">
<meta property="og:site_name" content="Simon Ives">
<link rel="canonical" href="https://simonives.com/404.html">
<link rel="llms" href="/llms.txt" type="text/plain" />
<title>Page not found — Simon Ives</title>
<link rel="icon" href="data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 100 100'><text y='.9em' font-size='90'>Φ</text></svg>">
<link rel="author" type="text/markdown" href="simonives.md">
<link rel="stylesheet" href="fonts.css">
<link rel="stylesheet" href="tokens.css">
<link rel="stylesheet" href="components.css">
<script type="application/ld+json">
{
"@context": "https://schema.org",
"@type": "Person",
"name": "Simon Ives",
"jobTitle": "Principal, HR Technology Strategy — BHP",
"description": "Simon Ives, FCPHR, MBA — practitioner and writer. Holds strategic accountability for HR Technology Strategy, HR Capital Investments, and HR AI Governance at BHP. Publishes Phronesis on Substack.",
"url": "https://simonives.com",
"sameAs": ["https://www.linkedin.com/in/simonives", "https://enterprisephronesis.substack.com", "https://github.com/simonives"],
"knowsAbout": ["HR Technology Strategy", "AI Governance", "HR Capital Investments", "Enterprise Transformation", "Workforce Strategy", "Organisational Design"],
"worksFor": {"@type": "Organization", "name": "BHP"}
}
</script>
</head>
<body>
<header class="site-header">
<nav class="container">
<a href="index.html" class="logo">Simon Ives <span class="phi-mark">Φ</span></a>
<button class="menu-toggle" aria-label="Toggle Menu" aria-expanded="false">
<svg width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="1.5">
<line x1="4" y1="6" x2="20" y2="6"></line>
<line x1="4" y1="12" x2="20" y2="12"></line>
<line x1="4" y1="18" x2="20" y2="18"></line>
</svg>
</button>
<div class="nav-container">
<ul class="nav-links">
<li><a href="index.html">Home</a></li>
<li><a href="doctrine.html">Approach</a></li>
<li><a href="portfolio.html">Track Record</a></li>
<li><a href="now.html">Now</a></li>
<li><a href="https://enterprisephronesis.substack.com" target="_blank" rel="noopener noreferrer" class="phronesis-link">Phronesis ↗</a></li>
</ul>
<div class="nav-divider"></div>
<button id="theme-toggle" aria-label="Toggle colour theme">◐</button>
<div class="header-social">
<a href="https://www.linkedin.com/in/simonives" target="_blank" rel="noopener noreferrer" aria-label="LinkedIn">
<svg width="18" height="18" viewBox="0 0 24 24" fill="currentColor"><path d="M19 0h-14c-2.761 0-5 2.239-5 5v14c0 2.761 2.239 5 5 5h14c2.762 0 5-2.239 5-5v-14c0-2.761-2.238-5-5-5zm-11 19h-3v-11h3v11zm-1.5-12.268c-.966 0-1.75-.79-1.75-1.764s.784-1.764 1.75-1.764 1.75.79 1.75 1.764-.783 1.764-1.75 1.764zm13.5 12.268h-3v-5.604c0-3.368-4-3.113-4 0v5.604h-3v-11h3v1.765c1.396-2.586 7-2.777 7 2.476v6.759z"/></svg>
</a>
<a href="https://enterprisephronesis.substack.com" target="_blank" rel="noopener noreferrer" aria-label="Substack">
<svg width="18" height="18" viewBox="0 0 24 24" fill="currentColor"><path d="M22.534 8.285H1.466V0h21.068v8.285zM1.466 10.812V24L12 18.11 22.534 24V10.812H1.466z"/></svg>
</a>
<a href="https://github.com/simonives" target="_blank" rel="noopener noreferrer" aria-label="GitHub">
<svg width="18" height="18" viewBox="0 0 24 24" fill="currentColor"><path d="M12 0c-6.626 0-12 5.373-12 12 0 5.302 3.438 9.8 8.207 11.387.599.111.793-.261.793-.577v-2.234c-3.338.726-4.033-1.416-4.033-1.416-.546-1.387-1.333-1.756-1.333-1.756-1.089-.745.083-.729.083-.729 1.205.084 1.839 1.237 1.839 1.237 1.07 1.834 2.807 1.304 3.492.997.107-.775.418-1.305.762-1.604-2.665-.305-5.467-1.334-5.467-5.931 0-1.311.469-2.381 1.236-3.221-.124-.303-.535-1.524.117-3.176 0 0 1.008-.322 3.301 1.23.957-.266 1.983-.399 3.003-.404 1.02.005 2.047.138 3.006.404 2.291-1.552 3.297-1.23 3.297-1.23.653 1.653.242 2.874.118 3.176.77.84 1.235 1.911 1.235 3.221 0 4.609-2.807 5.624-5.479 5.921.43.372.823 1.102.823 2.222v3.293c0 .319.192.694.801.576 4.765-1.589 8.199-6.086 8.199-11.386 0-6.627-5.373-12-12-12z"/></svg>
</a>
</div>
</div>
</nav>
<script>
document.addEventListener('DOMContentLoaded', () => {
const menuToggle = document.querySelector('.menu-toggle');
const navContainer = document.querySelector('.nav-container');
menuToggle.addEventListener('click', () => {
const expanded = menuToggle.getAttribute('aria-expanded') === 'true';
menuToggle.setAttribute('aria-expanded', !expanded);
navContainer.classList.toggle('is-active');
document.body.classList.toggle('no-scroll');
});
document.addEventListener('keydown', (e) => {
if (e.key === 'Escape' && menuToggle.getAttribute('aria-expanded') === 'true') {
menuToggle.setAttribute('aria-expanded', 'false');
navContainer.classList.remove('is-active');
document.body.classList.remove('no-scroll');
menuToggle.focus();
}
});
});
</script>
</header>
<main>
<section class="hero on-midnight section-padding">
<span class="phi-watermark phi-watermark--centred" aria-hidden="true">Φ</span>
<div class="container hero-content">
<div class="phi-accent-bar"></div>
<span class="eyebrow">404 — Page not found</span>
<h1 class="hero-headline">This page does not exist.</h1>
<p class="hero-subheadline lead">
The page you are looking for has moved, been removed, or never existed.
The site is small by design — everything worth reading is below.
</p>
<div class="hero-actions">
<a href="index.html" class="cta-button">Return home</a>
</div>
</div>
</section>
<div class="container">
<div class="phi-break" aria-hidden="true"><span>Φ</span></div>
</div>
<section class="engage-section">
<div class="container">
<span class="eyebrow">Where to next</span>
<div class="engage-grid">
<a href="https://enterprisephronesis.substack.com" target="_blank" rel="noopener noreferrer" class="engage-block">
<span class="engage-tag">Read</span>
<span class="engage-title">Phronesis</span>
<p class="engage-body">Practical wisdom for enterprise transformation — on Substack.</p>
<span class="engage-link">Read on Substack ↗</span>
</a>
<a href="https://www.linkedin.com/in/simonives" target="_blank" rel="noopener noreferrer" class="engage-block">
<span class="engage-tag">Connect</span>
<span class="engage-title">LinkedIn</span>
<p class="engage-body">Connect or follow on LinkedIn for occasional updates and commentary.</p>
<span class="engage-link">Connect on LinkedIn ↗</span>
</a>
<!-- PLACEHOLDER COPY, pending content pass, do not treat as final. See docs/superpowers/plans/2026-09-16-material-design-site-refresh.md Task 8. This third card is genuinely new; the Read/Connect cards above restore this page's pre-existing, real copy. -->
<a href="portfolio.html" class="engage-block">
<span class="engage-tag">See</span>
<span class="engage-title">The track record</span>
<p class="engage-body">How the work was governed, in practice.</p>
<span class="engage-link">Read the track record →</span>
</a>
<!-- END PLACEHOLDER COPY -->
</div>
</div>
</section>
</main>
<footer class="site-footer on-midnight">
<div class="container footer-band">
<p class="footer-tagline">Practical wisdom for enterprise transformation.</p>
<p class="footer-orient">
<a href="https://enterprisephronesis.substack.com" target="_blank" rel="noopener noreferrer">Read Phronesis ↗</a>
<span aria-hidden="true"> · </span>
<a href="https://www.linkedin.com/in/simonives" target="_blank" rel="noopener noreferrer">Connect on LinkedIn ↗</a>
</p>
<div class="phi-break" aria-hidden="true"><span>Φ</span></div>
<div class="footer-content">
<div class="footer-copy">
<p>© 2026 Simon Ives. All rights reserved.</p>
<p><a href="governance.html">Information Governance</a></p>
</div>
<div class="social-links">
<a href="https://www.linkedin.com/in/simonives" target="_blank" rel="noopener noreferrer" aria-label="LinkedIn"><svg width="20" height="20" viewBox="0 0 24 24" fill="currentColor"><path d="M19 0h-14c-2.761 0-5 2.239-5 5v14c0 2.761 2.239 5 5 5h14c2.762 0 5-2.239 5-5v-14c0-2.761-2.238-5-5-5zm-11 19h-3v-11h3v11zm-1.5-12.268c-.966 0-1.75-.79-1.75-1.764s.784-1.764 1.75-1.764 1.75.79 1.75 1.764-.783 1.764-1.75 1.764zm13.5 12.268h-3v-5.604c0-3.368-4-3.113-4 0v5.604h-3v-11h3v1.765c1.396-2.586 7-2.777 7 2.476v6.759z"/></svg></a>
<a href="https://enterprisephronesis.substack.com" target="_blank" rel="noopener noreferrer" aria-label="Substack"><svg width="20" height="20" viewBox="0 0 24 24" fill="currentColor"><path d="M22.534 8.285H1.466V0h21.068v8.285zM1.466 10.812V24L12 18.11 22.534 24V10.812H1.466z"/></svg></a>
<a href="https://github.com/simonives" target="_blank" rel="noopener noreferrer" aria-label="GitHub"><svg width="20" height="20" viewBox="0 0 24 24" fill="currentColor"><path d="M12 0c-6.626 0-12 5.373-12 12 0 5.302 3.438 9.8 8.207 11.387.599.111.793-.261.793-.577v-2.234c-3.338.726-4.033-1.416-4.033-1.416-.546-1.387-1.333-1.756-1.333-1.756-1.089-.745.083-.729.083-.729 1.205.084 1.839 1.237 1.839 1.237 1.07 1.834 2.807 1.304 3.492.997.107-.775.418-1.305.762-1.604-2.665-.305-5.467-1.334-5.467-5.931 0-1.311.469-2.381 1.236-3.221-.124-.303-.535-1.524.117-3.176 0 0 1.008-.322 3.301 1.23.957-.266 1.983-.399 3.003-.404 1.02.005 2.047.138 3.006.404 2.291-1.552 3.297-1.23 3.297-1.23.653 1.653.242 2.874.118 3.176.77.84 1.235 1.911 1.235 3.221 0 4.609-2.807 5.624-5.479 5.921.43.372.823 1.102.823 2.222v3.293c0 .319.192.694.801.576 4.765-1.589 8.199-6.086 8.199-11.386 0-6.627-5.373-12-12-12z"/></svg></a>
</div>
</div>
</div>
</footer>
<script>
(function () {
var header = document.querySelector('.site-header');
if (header) {
function updateScrolled() {
header.classList.toggle('scrolled', window.scrollY > 10);
}
window.addEventListener('scroll', updateScrolled, { passive: true });
updateScrolled();
}
var toggle = document.getElementById('theme-toggle');
if (toggle) {
toggle.addEventListener('click', function () {
var isDark = document.documentElement.classList.toggle('dark');
localStorage.setItem('theme', isDark ? 'dark' : 'light');
});
}
})();
</script>
</body>
</html>