-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
123 lines (118 loc) · 5.93 KB
/
index.html
File metadata and controls
123 lines (118 loc) · 5.93 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
<!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">
</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">Assets</a>
<a href="/challenge.html">Challenges</a>
<a href="/whynow.html">Purpose</a>
<a href="/capability.html">Capabilities</a>
<a href="/framework.html">Framework</a>
<a href="/decisions.html">Decisions</a>
<a href="/measurement.html">Measurement</a>
<a href="/barriers.html">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>
</div>
<div class="stat-item">
<span class="stat-value">48%</span>
<p>of leaders report critical knowledge loss each year.</p>
</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>
</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>
</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>
</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"><i data-lucide="layout-grid"></i><span>The
Assets</span></a>
<a class="chapter-chip fade-in" href="/challenge.html"><i data-lucide="triangle-alert"></i><span>The
Challenge</span></a>
<a class="chapter-chip fade-in" href="/whynow.html"><i data-lucide="clock-3"></i><span>Why Now</span></a>
<a class="chapter-chip fade-in" href="/capability.html"><i data-lucide="star"></i><span>The
Capability</span></a>
<a class="chapter-chip fade-in" href="/framework.html"><i data-lucide="globe"></i><span>The
Framework</span></a>
<a class="chapter-chip fade-in" href="/decisions.html"><i data-lucide="grid-3x3"></i><span>The
Decisions</span></a>
<a class="chapter-chip fade-in" href="/measurement.html"><i data-lucide="chart-column"></i><span>The
Measurement</span></a>
<a class="chapter-chip fade-in" href="/barriers.html"><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>
</body>
</html>