-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
83 lines (76 loc) · 1.99 KB
/
index.html
File metadata and controls
83 lines (76 loc) · 1.99 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0"/>
<title>Ukubona Map</title>
<style>
body {
font-family: system-ui, -apple-system, sans-serif;
line-height: 1.6;
margin: 2rem auto;
max-width: 720px;
padding: 0 1rem;
background-color: #fdfdfd;
color: #111;
}
h1, h2, h3 {
font-weight: 600;
margin-top: 2rem;
}
ul {
list-style-type: disc;
margin-left: 1.5rem;
}
a {
color: #0366d6;
text-decoration: none;
}
a:hover {
text-decoration: underline;
}
code {
background: #f3f3f3;
padding: 0.2em 0.4em;
font-size: 90%;
}
</style>
</head>
<body>
<h1>Ukubona Framework Map</h1>
<h2>1. Ubuntu (Sympathetic ⚡️ ⚡️ Creator, Prospero, Elon, Trump)</h2>
<ul>
<li>Ukuvula</li>
<li>Ukuzula</li>
<li>Ukusoma</li>
<li>Ukubona</li>
<li>Ukuvela</li>
</ul>
<h2>2. Final Step (Parasympathetic: When Storm is Over, Cadence)</h2>
<ul>
<li>Recursion</li>
</ul>
<h2>3. The Dude (Branching, Suspended Hostilities</h2>
<ul>
<li>🏝️ Pissed on rug: loss of <a href="https://en.wikipedia.org/wiki/Ritualization" target="_blank">ritualized coherence</a></li>
<li>🦈 ✂️ 🛟 Your priorities: hygiene, food, dignity</li>
<li>🪛 🏴☠️ Or else: confrontation</li>
<li>🚢 Restoration and calm</li>
<li>🌊 Inevitable abyss</li>
</ul>
<h2>4. Witness (Recursive: Sympathetic, Parasympathetic, Aesthetic)</h2>
<ul>
<li>Just outlined an inversion</li>
<li>Guess we call it absurdity or comedy</li>
<li>Upright? It’s the tree</li>
</ul>
<h2>5. Conclusion (Kinetic: Conscious, Unconscious, Suppressed)</h2>
<ul>
<li>Roots</li>
<li>Trunk</li>
<li>Branching</li>
<li><a href="https://abikesa.github.io/the-dude/" target="_blank">Recursion</a></li></li>
<li>Canopy</li>
</ul>
</body>
</html>