-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathhendecad.html
More file actions
234 lines (202 loc) · 6.56 KB
/
hendecad.html
File metadata and controls
234 lines (202 loc) · 6.56 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
<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width,initial-scale=1" />
<title>phyturge — hendecad</title>
<meta name="description" content="HENDECAD — an operating system for long‑term cognitive and creative work by Phyturge Arboreum." />
<style>
:root{
--bg0:#07090c;
--bg1:#05070a;
--fg:#eee7db;
--muted:#b8b0a3;
--cad:#7bd3a7;
--focus:#9ad9b9;
}
*{ margin:0; padding:0; box-sizing:border-box; }
html, body{
min-height: 100%;
background: var(--bg1);
}
body{
color: var(--fg);
background:
radial-gradient(900px 650px at 22% 18%, rgba(120,140,160,.09), transparent 68%),
radial-gradient(760px 560px at 72% 78%, rgba(60,140,110,.07), transparent 62%),
linear-gradient(180deg, var(--bg0), var(--bg1));
background-attachment: fixed;
font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
letter-spacing: 0.01em;
overflow-y: auto;
overflow-x: hidden;
padding-bottom: 80px;
}
body::before{
content:"";
position: fixed;
inset:0;
pointer-events:none;
opacity: .06;
background-image:
repeating-linear-gradient(0deg, rgba(255,255,255,.028) 0, rgba(255,255,255,.028) 1px, transparent 1px, transparent 4px),
repeating-linear-gradient(90deg, rgba(0,0,0,.03) 0, rgba(0,0,0,.03) 1px, transparent 1px, transparent 5px);
mix-blend-mode: overlay;
z-index: 1;
}
.wrap{
display: flex;
justify-content: center;
padding: clamp(40px, 8vh, 100px) 24px;
position: relative;
z-index: 2;
}
.doc{
max-width: 720px;
width: 100%;
}
/* Header block */
.header{
margin-bottom: clamp(28px, 4.5vh, 40px);
padding-bottom: 20px;
border-bottom: 1px solid rgba(238,231,219,.08);
}
.kicker{
font-size: 14px;
color: var(--muted);
letter-spacing: 0.16em;
text-transform: uppercase;
margin-bottom: 6px;
}
.title-row{
font-size: 18px;
line-height: 1.5;
margin-bottom: 6px;
color: rgba(238,231,219,.9);
}
.sub-row{
font-size: 16px;
color: rgba(238,231,219,.82);
}
/* Sections */
.section{
margin-top: 28px;
}
.section-label{
font-size: 14px;
color: var(--cad);
letter-spacing: 0.12em;
text-transform: uppercase;
margin-bottom: 4px;
opacity: .9;
}
.section-title{
font-size: 16px;
color: rgba(238,231,219,.9);
margin-bottom: 8px;
}
.section-body{
font-size: 16px;
line-height: 1.7;
color: rgba(238,231,219,.82);
}
.section-body p + p{
margin-top: 10px;
}
/* Footer / back link */
.footer{
margin-top: 40px;
padding-top: 20px;
border-top: 1px solid rgba(238,231,219,.08);
font-size: 14px;
color: rgba(238,231,219,.55);
}
.nav-back{
margin-top: 32px;
display: inline-block;
font-size: 15px;
}
a{
color: var(--fg);
text-decoration: none;
border-bottom: 1px dotted rgba(238,231,219,.30);
transition: border-color .2s, color .2s;
}
a:hover{
border-bottom-color: rgba(154,217,185,.78);
color: rgba(238,231,219,.98);
}
a:focus-visible{
outline: 2px solid var(--focus);
outline-offset: 3px;
border-radius: 6px;
}
@media (prefers-reduced-motion: reduce){
*{ animation: none !important; transition: none !important; }
}
</style>
</head>
<body>
<div class="wrap">
<article class="doc">
<header class="header">
<div class="kicker">phyturge · hendecad</div>
<div class="title-row">
We design digital constitutions for creative and cognitive work.
</div>
<div class="sub-row">
Phyturge builds operating systems that bridge human thought and machine language – transparent, sovereign, self‑evolving.
</div>
</header>
<section class="section">
<div class="section-label">About Phyturge</div>
<div class="section-title">Operating systems as digital constitutions</div>
<div class="section-body">
<p>
Phyturge is the developer brand for projects that treat operating systems as digital constitutions – with a charter, entity hierarchies, execution contracts, and genealogies.
</p>
<p>
Every Phyturge product is rooted in classical ideas of order and form, yet fully digital, AI‑powered, and designed as a lab of ideas at the intersection of culture, philosophy, and technology.
</p>
</div>
</section>
<section class="section">
<div class="section-label">The system</div>
<div class="section-title">HENDECAD operating system</div>
<div class="section-body">
<p>
HENDECAD is an operating system for long‑term cognitive and creative work. It is built on 11 agents, an intermediate language (phyIL), and Constitution 4.x, which defines boundaries, contracts, and change admission procedures.
</p>
<p>
The system operates local‑first – your primary data remains yours, and all internal layers (indexes, profiles, workflows) are reconstructible and auditable.
</p>
</div>
</section>
<section class="section">
<div class="section-label">Practice</div>
<div class="section-title">Solo‑developed, end to end</div>
<div class="section-body">
<p>
Phyturge is designed by a solo developer – everything from constitution to code, from philosophy to deployment. This ensures coherence of vision, intellectual honesty, and full genealogy for every entity in the system.
</p>
</div>
</section>
<section class="section">
<div class="section-label">Newsletter · Blog</div>
<div class="section-title">Archive of ideas (soon)</div>
<div class="section-body">
<p>
Coming soon: archive of ideas, experiment logs, constitution descriptions, and analyses at the intersection of culture and technology.
</p>
</div>
</section>
<footer class="footer">
HENDECAD — local‑first orchestration for long‑horizon work.
</footer>
<div class="nav-back">
<a href="index.html">[ return to main ]</a>
</div>
</article>
</div>
</body>
</html>