-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
244 lines (237 loc) · 10.7 KB
/
index.html
File metadata and controls
244 lines (237 loc) · 10.7 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
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Knowledge Intelligence: Home</title>
<meta name="description"
content="A practical framework for governing explicit and tacit knowledge as strategic, decision-relevant enterprise assets.">
<link rel="canonical" href="https://knowledge-intelligence.dev/">
<link rel="icon" type="image/svg+xml" href="/assets/images/ki-nav-icon.svg">
<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=Bricolage+Grotesque:opsz,wght@12..96,200..800&family=DM+Sans:opsz,wght@9..40,300;9..40,400;9..40,500;9..40,600&family=Inter:wght@400;500;600;700&family=Space+Grotesk:wght@300;400;500;600;700&display=swap"
rel="stylesheet">
<script src="https://cdn.jsdelivr.net/npm/lucide@0.462.0/dist/umd/lucide.min.js" defer></script>
<link rel="stylesheet" href="/assets/css/site.css?v=20260303-1">
<style>
/* ── HERO STAT ENHANCEMENTS ───────────────────────── */
.stat-item {
position: relative;
overflow: hidden;
}
.stat-sparkline {
position: absolute;
bottom: 0; left: 0; right: 0;
height: 40px;
pointer-events: none;
opacity: 0.18;
}
.stat-source {
display: block;
font-family: 'Space Grotesk', sans-serif;
font-size: 9px;
font-weight: 600;
letter-spacing: 0.1em;
text-transform: uppercase;
color: rgba(255,255,255,0.25);
margin-top: 6px;
}
.stat-bar-track {
height: 2px;
background: rgba(255,255,255,0.08);
border-radius: 1px;
margin-top: 8px;
overflow: hidden;
}
.stat-bar-fill {
height: 100%;
border-radius: 1px;
transform: scaleX(0);
transform-origin: left;
transition: transform 1.4s cubic-bezier(0.4,0,0.2,1);
}
.home-hero.vis-ready .stat-bar-fill { transform: scaleX(1); }
/* ── PILLAR CARDS ───────────────────────────────── */
.pillar-card {
position: relative;
overflow: hidden;
}
.pillar-card::after {
content: '';
position: absolute;
bottom: 0; left: 0; right: 0;
height: 1px;
background: linear-gradient(90deg, transparent, var(--p-color, rgba(34,185,220,0.4)), transparent);
opacity: 0;
transition: opacity 0.3s ease;
}
.pillar-card:hover::after { opacity: 1; }
.pillar-card:nth-child(1) { --p-color: rgba(34,185,220,0.5); }
.pillar-card:nth-child(2) { --p-color: rgba(103,212,135,0.5); }
.pillar-card:nth-child(3) { --p-color: rgba(167,139,250,0.5); }
.pillar-metric {
display: flex;
align-items: center;
gap: 8px;
margin-top: 14px;
padding-top: 12px;
border-top: 1px solid rgba(255,255,255,0.06);
}
.pillar-metric-val {
font-family: 'Bricolage Grotesque', sans-serif;
font-size: 20px;
font-weight: 700;
letter-spacing: -0.03em;
color: var(--p-color, rgba(34,185,220,0.9));
line-height: 1;
}
.pillar-metric-label {
font-size: 11px;
color: rgba(255,255,255,0.35);
line-height: 1.4;
}
/* ── CHAPTER CHIPS ───────────────────────────────── */
.chapter-chip {
position: relative;
overflow: hidden;
}
.ch-num {
font-family: 'Space Grotesk', sans-serif;
font-size: 9px;
font-weight: 700;
color: rgba(255,255,255,0.2);
letter-spacing: 0.08em;
margin-bottom: 4px;
display: block;
}
</style>
</head>
<body class="home-landing">
<a class="skip-link" href="#main-content">Skip to content</a>
<nav aria-label="Main navigation">
<a class="nav-logo nav-logo-link" href="/" aria-label="Knowledge Intelligence home">
<img src="/assets/images/ki-nav-icon.svg" alt="" class="nav-icon" aria-hidden="true">
<span class="home-wordmark">Knowledge Intelligence</span>
</a>
<div class="nav-links">
<a href="/assets.html">The Assets</a>
<a href="/challenge.html">The Challenge</a>
<a href="/whynow.html">Why Now</a>
<a href="/capability.html">The Capability</a>
<a href="/framework.html">The Framework</a>
<a href="/decisions.html">The Decisions</a>
<a href="/measurement.html">The Measurement</a>
<a href="/barriers.html">The Barriers</a>
</div>
</nav>
<main id="main-content">
<section class="home-hero" id="vision">
<canvas id="network-canvas" aria-hidden="true"></canvas>
<div class="hero-overlay"></div>
<div class="home-shell hero-layout">
<div class="hero-content">
<h1 class="fade-in visible">Introducing <span>Knowledge Intelligence</span></h1>
<p class="hero-sub fade-in visible">A practical framework for governing, measuring, and applying enterprise
knowledge with decision-grade discipline.</p>
<div class="hero-next fade-in visible" aria-label="Continue to sections below">
<span class="hero-next-label">Continue to</span>
<a href="#outcomes">Framework</a>
<a href="#chapters">Insights</a>
</div>
</div>
<aside class="hero-stats fade-in visible" aria-label="Key statistics">
<div class="stat-item">
<span class="stat-value">84-91%</span>
<p>of market value is tied to intangible assets rooted in organisational knowledge.</p>
<span class="stat-source">Ocean Tomo, 2015–2020</span>
<div class="stat-bar-track"><div class="stat-bar-fill" style="width:88%;background:var(--accent,#22b9dc)"></div></div>
<svg class="stat-sparkline" viewBox="0 0 200 40" preserveAspectRatio="none" aria-hidden="true">
<polyline points="0,35 30,30 60,25 90,18 130,12 170,8 200,5" fill="none" stroke="#22b9dc" stroke-width="1.5"/>
</svg>
</div>
<div class="stat-item">
<span class="stat-value">48%</span>
<p>of leaders report critical knowledge loss each year.</p>
<span class="stat-source">KMWorld, 2024</span>
<div class="stat-bar-track"><div class="stat-bar-fill" style="width:48%;background:#e0bc56"></div></div>
<svg class="stat-sparkline" viewBox="0 0 200 40" preserveAspectRatio="none" aria-hidden="true">
<polyline points="0,10 40,14 80,18 110,24 150,30 200,35" fill="none" stroke="#e0bc56" stroke-width="1.5"/>
</svg>
</div>
</aside>
</div>
</section>
<section class="capabilities-section" id="outcomes">
<div class="home-shell">
<header class="section-header fade-in">
<span class="section-label">What The Framework Delivers</span>
<h2 class="section-title">Three Core Capabilities</h2>
</header>
<div class="pillars-grid">
<article class="pillar-card fade-in">
<div class="pillar-icon-wrap"><i data-lucide="layers-3"></i></div>
<h3>Clarity and Insight</h3>
<p>Map the full knowledge landscape and make material gaps visible.</p>
<div class="pillar-metric">
<div class="pillar-metric-val">80%</div>
<div class="pillar-metric-label">of knowledge estate is tacit and currently invisible</div>
</div>
</article>
<article class="pillar-card fade-in">
<div class="pillar-icon-wrap"><i data-lucide="shield-check"></i></div>
<h3>Governance Framework</h3>
<p>Establish ownership, controls, and accountability across the knowledge lifecycle.</p>
<div class="pillar-metric">
<div class="pillar-metric-val">8</div>
<div class="pillar-metric-label">governed CKA attributes across 3 operating dimensions</div>
</div>
</article>
<article class="pillar-card fade-in">
<div class="pillar-icon-wrap"><i data-lucide="trending-up"></i></div>
<h3>Strategic Impact</h3>
<p>Strengthen decision quality and convert knowledge into durable advantage.</p>
<div class="pillar-metric">
<div class="pillar-metric-val">6–12mo</div>
<div class="pillar-metric-label">signal lead time advantage over ungoverned alternatives</div>
</div>
</article>
</div>
</div>
</section>
<section class="chapters-section" id="chapters">
<div class="home-shell">
<header class="section-header fade-in">
<span class="section-label">Navigate The Content</span>
<h2 class="section-title">Read by Chapter</h2>
</header>
<p class="chapters-sub fade-in">Review each section independently to assess capability design, governance
controls, and implementation risk.</p>
<div class="chapter-grid">
<a class="chapter-chip fade-in" href="/assets.html"><span class="ch-num">01</span><i data-lucide="layout-grid"></i><span>The Assets</span></a>
<a class="chapter-chip fade-in" href="/challenge.html"><span class="ch-num">02</span><i data-lucide="triangle-alert"></i><span>The Challenge</span></a>
<a class="chapter-chip fade-in" href="/whynow.html"><span class="ch-num">03</span><i data-lucide="clock-3"></i><span>Why Now</span></a>
<a class="chapter-chip fade-in" href="/capability.html"><span class="ch-num">04</span><i data-lucide="star"></i><span>The Capability</span></a>
<a class="chapter-chip fade-in" href="/framework.html"><span class="ch-num">05</span><i data-lucide="globe"></i><span>The Framework</span></a>
<a class="chapter-chip fade-in" href="/decisions.html"><span class="ch-num">06</span><i data-lucide="grid-3x3"></i><span>The Decisions</span></a>
<a class="chapter-chip fade-in" href="/measurement.html"><span class="ch-num">07</span><i data-lucide="chart-column"></i><span>The Measurement</span></a>
<a class="chapter-chip fade-in" href="/barriers.html"><span class="ch-num">08</span><i data-lucide="ban"></i><span>The Barriers</span></a>
</div>
</div>
</section>
</main>
<script src="/assets/js/site.js?v=20260303-1" defer></script>
<script>
// Trigger stat bar animations when hero is visible
(function(){
var hero = document.querySelector('.home-hero');
if (!hero) return;
var io = new IntersectionObserver(function(e){
if (e[0].isIntersecting) { hero.classList.add('vis-ready'); io.unobserve(hero); }
}, { threshold: 0.3 });
io.observe(hero);
}());
</script>
</body>
</html>