-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
720 lines (662 loc) · 36.6 KB
/
Copy pathindex.html
File metadata and controls
720 lines (662 loc) · 36.6 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
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
<!DOCTYPE html>
<html lang="en"> <head> <meta charset="UTF-8"> <meta name="viewport" content="width=device-width, initial-scale=1.0"> <title>The Minjerribah Protocol | 77-Generation Strategy</title> <script src="https://cdn.tailwindcss.com"></script> <script src="https://cdn.jsdelivr.net/npm/chart.js"></script> <style> @import url('https://fonts.googleapis.com/css2?family=Inter:wght@300;400;600;700&family=Playfair+Display:wght@600;700&display=swap');
body {
font-family: 'Inter', sans-serif;
background-color: #FDFBF7; /* Sand-white */
color: #1F2937;
}
h1, h2, h3, h4 {
font-family: 'Playfair Display', serif;
}
.chart-container {
position: relative;
width: 100%;
max-width: 800px;
margin: 0 auto;
height: 350px;
max-height: 400px;
}
.card-hover:hover {
transform: translateY(-4px);
box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
}
.tab-active {
border-bottom: 2px solid #0D9488;
color: #0D9488;
font-weight: 600;
}
/* Custom scrollbar for text panels */
.custom-scroll::-webkit-scrollbar {
width: 6px;
}
.custom-scroll::-webkit-scrollbar-track {
background: #f1f1f1;
}
.custom-scroll::-webkit-scrollbar-thumb {
background: #d1d5db;
border-radius: 4px;
}
.glass-panel {
background: rgba(255, 255, 255, 0.8);
backdrop-filter: blur(8px);
border: 1px solid rgba(255, 255, 255, 0.3);
}
</style>
<link rel="icon" type="image/png" sizes="32x32" href="assets/favicon-raster-32.png">
<link rel="icon" type="image/png" sizes="192x192" href="assets/favicon-raster-192.png">
<link rel="apple-touch-icon" sizes="180x180" href="assets/apple-touch-icon-raster-180.png">
</head> <body class="antialiased selection:bg-teal-100 selection:text-teal-900">
<!-- Navigation -->
<nav class="sticky top-0 z-50 bg-white/90 backdrop-blur border-b border-stone-200">
<div class="max-w-7xl mx-auto px-4 sm:px-6 lg:px-8">
<div class="flex justify-between h-16 items-center">
<div class="flex items-center">
<span class="text-2xl font-bold text-teal-800 tracking-tight">Minjerribah<span class="text-amber-600">Protocol</span></span>
</div>
<div class="hidden md:flex space-x-8">
<a href="#vision" class="text-gray-600 hover:text-teal-700 px-3 py-2 text-sm font-medium transition">Vision</a>
<a href="#ecosystem" class="text-gray-600 hover:text-teal-700 px-3 py-2 text-sm font-medium transition">The 10 Entities</a>
<a href="#setco" class="text-gray-600 hover:text-teal-700 px-3 py-2 text-sm font-medium transition">SETCo (Jobs)</a>
<a href="#tech" class="text-gray-600 hover:text-teal-700 px-3 py-2 text-sm font-medium transition">The Stacks</a>
<a href="#simulation" class="text-gray-600 hover:text-teal-700 px-3 py-2 text-sm font-medium transition">Truth Engine</a>
</div>
<div class="md:hidden">
<!-- Mobile menu button placeholder -->
<button class="text-gray-500 hover:text-gray-900 focus:outline-none">
☰
</button>
</div>
</div>
</div>
</nav>
<!-- Hero Section -->
<header id="vision" class="relative bg-gradient-to-b from-stone-50 to-stone-100 pt-16 pb-24 overflow-hidden">
<div class="max-w-7xl mx-auto px-4 sm:px-6 lg:px-8 relative z-10">
<div class="text-center max-w-4xl mx-auto">
<div class="inline-flex items-center px-3 py-1 rounded-full bg-teal-100 text-teal-800 text-xs font-semibold uppercase tracking-wide mb-4">
Strategy for 77 Generations
</div>
<h1 class="text-4xl md:text-6xl font-bold text-gray-900 mb-6 leading-tight">
Joyful Responsible Abundance <br/>on <span class="text-teal-700">Minjerribah</span>
</h1>
<p class="text-xl text-gray-600 mb-8 max-w-2xl mx-auto">
A blueprint to transition North Stradbroke Island from extraction to regeneration. Integrating sovereign AI, circular economics, and indigenous wisdom to build 77 generations of wealth.
</p>
<div class="flex flex-col sm:flex-row justify-center gap-4">
<button onclick="document.getElementById('setco').scrollIntoView({behavior: 'smooth'})" class="bg-teal-700 text-white px-8 py-3 rounded-lg font-semibold hover:bg-teal-800 transition shadow-lg hover:shadow-xl">
Explore Employment Strategy
</button>
<button onclick="document.getElementById('simulation').scrollIntoView({behavior: 'smooth'})" class="bg-white text-teal-700 border border-teal-200 px-8 py-3 rounded-lg font-semibold hover:bg-teal-50 transition shadow-sm">
Run Truth Engine Demo
</button>
</div>
</div>
</div>
<!-- Abstract Visual Elements (CSS Shapes) -->
<div class="absolute top-0 left-0 w-full h-full overflow-hidden pointer-events-none opacity-30">
<div class="absolute -top-24 -left-24 w-96 h-96 bg-amber-200 rounded-full mix-blend-multiply filter blur-3xl"></div>
<div class="absolute top-1/2 -right-24 w-80 h-80 bg-teal-200 rounded-full mix-blend-multiply filter blur-3xl"></div>
</div>
</header>
<!-- Key Metrics Dashboard -->
<section class="bg-white border-b border-stone-200">
<div class="max-w-7xl mx-auto px-4 sm:px-6 lg:px-8 py-12">
<div class="grid grid-cols-1 md:grid-cols-4 gap-6 text-center divide-y md:divide-y-0 md:divide-x divide-stone-100">
<div class="p-4">
<div class="text-3xl font-bold text-gray-900" id="stat-gen">77</div>
<div class="text-sm text-gray-500 font-medium uppercase tracking-wide mt-1">Generations Planned</div>
</div>
<div class="p-4">
<div class="text-3xl font-bold text-teal-600" id="stat-entities">10</div>
<div class="text-sm text-gray-500 font-medium uppercase tracking-wide mt-1">Interconnected Entities</div>
</div>
<div class="p-4">
<div class="text-3xl font-bold text-amber-600" id="stat-jobs">100%</div>
<div class="text-sm text-gray-500 font-medium uppercase tracking-wide mt-1">Regenerative Focus</div>
</div>
<div class="p-4">
<div class="text-3xl font-bold text-purple-600" id="stat-tech">Zero</div>
<div class="text-sm text-gray-500 font-medium uppercase tracking-wide mt-1">Extraction</div>
</div>
</div>
</div>
</section>
<main class="max-w-7xl mx-auto px-4 sm:px-6 lg:px-8 py-16 space-y-24">
<!-- Section: The Ecosystem (10 Companies) -->
<section id="ecosystem">
<div class="grid md:grid-cols-2 gap-12 items-start">
<div>
<h2 class="text-3xl font-bold text-gray-900 mb-4">The "10 Companies All At Once" Strategy</h2>
<p class="text-gray-600 mb-6 text-lg">
We aren't just building a hotel or a business; we are orchestrating a <span class="font-semibold text-teal-700">Civilisation Stack</span>. This ecosystem is composed of 10 interoperable legal entities—some sovereign to Straddie, others global public benefit systems—working together to activate Joyful Responsible Abundance.
</p>
<p class="text-gray-600 mb-6">
From <strong>SETCo</strong> (Employment) to <strong>Sandworm</strong> (Infrastructure), every dollar spent in hospitality circulates through this system to regenerate the island.
</p>
<div class="bg-stone-50 p-6 rounded-xl border border-stone-200">
<h3 class="font-semibold text-gray-900 mb-3">Core Strategic Philosophy</h3>
<ul class="space-y-3">
<li class="flex items-start">
<span class="text-teal-600 mr-2">✦</span>
<span class="text-sm text-gray-700"><strong>Sovereignty:</strong> All Straddie land, energy, sport, and tunnels are locally owned (SSWF).</span>
</li>
<li class="flex items-start">
<span class="text-teal-600 mr-2">✦</span>
<span class="text-sm text-gray-700"><strong>Braided Economy:</strong> Weaving traditional AUD revenue with "C-Hours" (Community Hours).</span>
</li>
<li class="flex items-start">
<span class="text-teal-600 mr-2">✦</span>
<span class="text-sm text-gray-700"><strong>Overcompliance:</strong> Using AI to exceed all regulations, creating legal invincibility.</span>
</li>
</ul>
</div>
</div>
<!-- Interactive Entity Grid -->
<div class="bg-white rounded-2xl shadow-xl border border-stone-100 p-6">
<div class="text-xs font-semibold text-gray-400 uppercase tracking-wider mb-4">Select an entity to reveal details</div>
<div class="grid grid-cols-2 sm:grid-cols-3 gap-3" id="entity-grid">
<!-- Entities injected via JS -->
</div>
<!-- Detail View Panel -->
<div id="entity-detail" class="mt-6 p-5 bg-stone-50 rounded-lg border border-stone-200 hidden transition-all duration-300">
<div class="flex items-center justify-between mb-2">
<h4 id="detail-title" class="font-bold text-lg text-teal-800"></h4>
<span id="detail-type" class="text-xs bg-white border border-stone-200 px-2 py-1 rounded"></span>
</div>
<p id="detail-desc" class="text-sm text-gray-600 mb-3"></p>
<div class="text-xs text-gray-500">
<strong>Revenue:</strong> <span id="detail-revenue"></span>
</div>
</div>
</div>
</div>
</section>
<!-- Section: SETCo & Employment (User's Leverage Point) -->
<section id="setco" class="scroll-mt-24">
<div class="bg-teal-900 rounded-3xl overflow-hidden shadow-2xl text-white">
<div class="grid md:grid-cols-5">
<div class="md:col-span-2 p-10 bg-teal-800 flex flex-col justify-center">
<div class="uppercase tracking-widest text-teal-300 text-xs font-bold mb-2">The Engine Room</div>
<h2 class="text-3xl font-bold mb-6">SETCo: Straddie Employment & Training Co.</h2>
<p class="text-teal-100 mb-6 leading-relaxed">
This is where hospitality meets sovereignty. SETCo isn't just HR; it's a <strong>Human Capital Engine</strong>. We supply "over-compliant," highly skilled staff to local businesses (like Beach Hotel) while banking "C-Hours" for the community.
</p>
<ul class="space-y-4 text-sm text-teal-50">
<li class="flex items-center">
<div class="w-6 h-6 rounded-full bg-teal-600 flex items-center justify-center mr-3">✓</div>
Solves labor shortages via "Try Everything" workforce.
</li>
<li class="flex items-center">
<div class="w-6 h-6 rounded-full bg-teal-600 flex items-center justify-center mr-3">✓</div>
Integrates Indigenous knowledge into hospitality training.
</li>
<li class="flex items-center">
<div class="w-6 h-6 rounded-full bg-teal-600 flex items-center justify-center mr-3">✓</div>
Generates sovereign wealth via labor-hire margins.
</li>
</ul>
</div>
<div class="md:col-span-3 p-10 bg-teal-900">
<h3 class="text-xl font-semibold mb-6 border-b border-teal-700 pb-2">The Braided Economy Simulator</h3>
<p class="text-sm text-teal-300 mb-6">
See how employing local staff through SETCo builds the Sovereign Wealth Fund.
</p>
<div class="grid grid-cols-1 sm:grid-cols-2 gap-8">
<div class="space-y-6">
<div>
<label class="block text-xs font-medium text-teal-300 mb-1">Number of Staff Hired</label>
<input type="range" min="1" max="50" value="10" id="staff-slider" class="w-full h-2 bg-teal-700 rounded-lg appearance-none cursor-pointer">
<div class="flex justify-between text-xs mt-1">
<span>1</span>
<span id="staff-val" class="font-bold text-white">10</span>
<span>50</span>
</div>
</div>
<div>
<label class="block text-xs font-medium text-teal-300 mb-1">Avg Hourly Rate (AUD)</label>
<input type="range" min="25" max="60" value="35" id="rate-slider" class="w-full h-2 bg-teal-700 rounded-lg appearance-none cursor-pointer">
<div class="flex justify-between text-xs mt-1">
<span>$25</span>
<span id="rate-val" class="font-bold text-white">$35</span>
<span>$60</span>
</div>
</div>
</div>
<div class="bg-teal-800/50 p-6 rounded-xl border border-teal-700">
<div class="mb-4">
<div class="text-xs text-teal-300 uppercase">Monthly Wage Bill (To Local Economy)</div>
<div class="text-2xl font-bold text-white" id="wage-output">$0</div>
</div>
<div class="mb-4">
<div class="text-xs text-amber-400 uppercase font-bold">Sovereign Wealth Generated (Monthly)</div>
<div class="text-2xl font-bold text-amber-400" id="wealth-output">$0</div>
<div class="text-xs text-teal-400 mt-1">*Based on SETCo Margin & C-Hour conversion</div>
</div>
</div>
</div>
</div>
</div>
</div>
</section>
<!-- Section: The Tech Stacks -->
<section id="tech" class="scroll-mt-24">
<div class="text-center mb-12">
<h2 class="text-3xl font-bold text-gray-900">The 4 Stacks of Sovereignty</h2>
<p class="text-gray-600 mt-2 max-w-2xl mx-auto">The Minjerribah Protocol is built on four integrated layers of technology and philosophy.</p>
</div>
<!-- Custom Tabs -->
<div class="flex justify-center border-b border-gray-200 mb-8 overflow-x-auto">
<button class="stack-tab px-6 py-3 text-sm font-medium text-gray-500 hover:text-gray-700 focus:outline-none transition tab-active" data-target="silica">
Silica Stack (Matter)
</button>
<button class="stack-tab px-6 py-3 text-sm font-medium text-gray-500 hover:text-gray-700 focus:outline-none transition" data-target="aura">
Aura Stack (Mind)
</button>
<button class="stack-tab px-6 py-3 text-sm font-medium text-gray-500 hover:text-gray-700 focus:outline-none transition" data-target="eros">
Eros Stack (Body)
</button>
<button class="stack-tab px-6 py-3 text-sm font-medium text-gray-500 hover:text-gray-700 focus:outline-none transition" data-target="gaia">
Gaia Stack (Earth)
</button>
</div>
<div class="grid md:grid-cols-3 gap-8">
<!-- Content Panel -->
<div class="md:col-span-2">
<div id="silica" class="stack-content animate-fade-in">
<h3 class="text-xl font-bold text-gray-900 mb-4">Silica Stack: Material Sovereignty</h3>
<p class="text-gray-600 mb-4">
We turn the island's sand into our power and infrastructure. Moving from mining to manufacturing.
</p>
<div class="grid sm:grid-cols-2 gap-4">
<div class="p-4 bg-white border border-gray-200 rounded-lg">
<h4 class="font-bold text-teal-700">Sand Batteries</h4>
<p class="text-sm text-gray-600 mt-1">Thermal energy storage using local silica. Decouples us from the grid.</p>
</div>
<div class="p-4 bg-white border border-gray-200 rounded-lg">
<h4 class="font-bold text-teal-700">Wave Energy</h4>
<p class="text-sm text-gray-600 mt-1">"Flutter" cascade systems harvesting hydro-kinetic energy from the coast.</p>
</div>
<div class="p-4 bg-white border border-gray-200 rounded-lg">
<h4 class="font-bold text-teal-700">Subterranean Tunnels</h4>
<p class="text-sm text-gray-600 mt-1">"Sandworm" TBMs creating underground logistics and eco-city infrastructure.</p>
</div>
<div class="p-4 bg-white border border-gray-200 rounded-lg">
<h4 class="font-bold text-teal-700">Glass Manufacturing</h4>
<p class="text-sm text-gray-600 mt-1">Converting waste glass and sand into construction materials.</p>
</div>
</div>
</div>
<div id="aura" class="stack-content hidden animate-fade-in">
<h3 class="text-xl font-bold text-gray-900 mb-4">Aura Stack: Cognitive Sovereignty</h3>
<p class="text-gray-600 mb-4">
The digital nervous system. Protecting identity and enabling truth.
</p>
<ul class="space-y-3">
<li class="p-3 bg-white border border-gray-100 rounded shadow-sm"><strong>Sovereign Nodes:</strong> Decentralized servers owned by families/clans, ensuring data privacy.</li>
<li class="p-3 bg-white border border-gray-100 rounded shadow-sm"><strong>Digital Twins:</strong> A real-time virtual replica of Minjerribah for simulation and planning.</li>
<li class="p-3 bg-white border border-gray-100 rounded shadow-sm"><strong>Legal RAG AI:</strong> An AI that knows every law (Federal, State, Council) to ensure "Overcompliance."</li>
</ul>
</div>
<div id="eros" class="stack-content hidden animate-fade-in">
<h3 class="text-xl font-bold text-gray-900 mb-4">Eros Stack: Biological Sovereignty</h3>
<p class="text-gray-600 mb-4">
Health, community connection, and the "Social Fabric."
</p>
<ul class="space-y-3">
<li class="p-3 bg-white border border-gray-100 rounded shadow-sm"><strong>Aura of Dementia:</strong> AI-assisted care enabling elders to stay on-country longer.</li>
<li class="p-3 bg-white border border-gray-100 rounded shadow-sm"><strong>Global Peace Travel:</strong> AI-guided travel itineraries to foster cross-cultural understanding.</li>
<li class="p-3 bg-white border border-gray-100 rounded shadow-sm"><strong>Sandy Sports Club:</strong> Wellness and youth engagement hub.</li>
</ul>
</div>
<div id="gaia" class="stack-content hidden animate-fade-in">
<h3 class="text-xl font-bold text-gray-900 mb-4">Gaia Stack: Ecological Sovereignty</h3>
<p class="text-gray-600 mb-4">
Regeneration of the physical environment.
</p>
<ul class="space-y-3">
<li class="p-3 bg-white border border-gray-100 rounded shadow-sm"><strong>Indigenous Co-Design:</strong> QYAC partnership for land management.</li>
<li class="p-3 bg-white border border-gray-100 rounded shadow-sm"><strong>Film Festival:</strong> Telling the story of the land to the world.</li>
<li class="p-3 bg-white border border-gray-100 rounded shadow-sm"><strong>Regenerative Agriculture:</strong> Local food systems reducing import dependency.</li>
</ul>
</div>
</div>
<!-- Chart Panel (Dynamic based on Tab) -->
<div class="bg-white p-4 rounded-xl border border-stone-200 shadow-lg flex flex-col items-center justify-center">
<h4 class="text-sm font-bold text-gray-500 uppercase mb-4 w-full text-center">Projected Transition Impact (2025-2035)</h4>
<div class="chart-container">
<canvas id="stackChart"></canvas>
</div>
<div class="text-xs text-center text-gray-400 mt-4">
Data extrapolated from Source Reports (Energy Matrix & Economic Models)
</div>
</div>
</div>
</section>
<!-- Section: The Truth Engine (Interactive Demo) -->
<section id="simulation" class="bg-gray-900 text-white rounded-3xl overflow-hidden shadow-2xl relative">
<!-- Background Matrix Effect (Abstract) -->
<div class="absolute inset-0 opacity-10" style="background-image: radial-gradient(#0D9488 1px, transparent 1px); background-size: 20px 20px;"></div>
<div class="relative z-10 p-8 md:p-12">
<div class="max-w-3xl mx-auto">
<div class="flex items-center space-x-3 mb-6">
<div class="w-3 h-3 bg-green-500 rounded-full animate-pulse"></div>
<h2 class="text-2xl font-mono font-bold text-green-400">The Truth Engine: Kintsugi Protocol v1.0</h2>
</div>
<p class="text-gray-300 mb-8 font-mono text-sm">
This system uses "Legal RAG" (Retrieval Augmented Generation) and "Overcompliance" logic to approve projects. It simulates how we balance Heritage, Ecology, and Commerce.
</p>
<div class="bg-black/50 border border-gray-700 rounded-xl p-6 font-mono">
<div class="grid gap-6 mb-6">
<div>
<label class="block text-xs text-gray-400 mb-2">PROJECT TYPE</label>
<select id="sim-type" class="w-full bg-gray-800 border border-gray-600 rounded p-2 text-white focus:border-green-500 focus:outline-none">
<option value="hotel_wing">New Eco-Accommodation Wing</option>
<option value="film_fest">Global Film Festival Event</option>
<option value="tunnel">Subterranean Logistics Tunnel</option>
<option value="solar">Community Solar Farm</option>
</select>
</div>
<div class="grid grid-cols-2 gap-4">
<div>
<label class="block text-xs text-gray-400 mb-2">INDIGENOUS CO-DESIGN %</label>
<input type="number" id="sim-codesign" value="50" min="0" max="100" class="w-full bg-gray-800 border border-gray-600 rounded p-2 text-white">
</div>
<div>
<label class="block text-xs text-gray-400 mb-2">REGENERATIVE OFFSET %</label>
<input type="number" id="sim-offset" value="110" min="0" max="200" class="w-full bg-gray-800 border border-gray-600 rounded p-2 text-white">
</div>
</div>
</div>
<button id="run-sim" class="w-full bg-green-600 hover:bg-green-500 text-black font-bold py-3 rounded transition flex items-center justify-center">
RUN COMPLIANCE SIMULATION
</button>
<!-- Terminal Output -->
<div id="sim-output" class="mt-6 p-4 bg-black rounded border border-green-900 h-48 overflow-y-auto text-xs leading-relaxed hidden">
<!-- JS will populate this -->
</div>
</div>
</div>
</div>
</section>
</main>
<!-- Footer -->
<footer class="bg-stone-100 border-t border-stone-200 py-12">
<div class="max-w-7xl mx-auto px-4 sm:px-6 lg:px-8 text-center">
<h3 class="text-xl font-bold text-gray-900 mb-4">Ready to build the future?</h3>
<p class="text-gray-600 mb-6 max-w-lg mx-auto">
This isn't just a plan; it's a shovel-ready strategy. We are looking for partners to activate the <strong>SETCo</strong> engine and launch the <strong>Minjerribah Protocol</strong>.
</p>
<div class="text-sm text-gray-400">
© 2025 Minjerribah Protocol Design Research. All Rights Reserved.
</div>
</div>
</footer>
<script>
// --- DATA STORE ---
const entities = [
{
id: 'alpha',
name: 'Alpha Infinity Foundation',
type: 'Global Non-Profit',
icon: '∞',
desc: 'The philosophical anchor. Owns the "Joyful Responsible Abundance" IP and ensures mission lock across all entities.',
revenue: 'Donations, Grants, Licensing'
},
{
id: 'aura',
name: 'Aura of Intelligence',
type: 'Pty Ltd (Global)',
icon: '🧠',
desc: 'Health-tech AI for dementia care. The first "unicorn" product to fund the ecosystem. Proves the tech stack works.',
revenue: 'SaaS Subscriptions, Government Health Contracts'
},
{
id: 'sswf',
name: 'Straddie Sovereign Wealth',
type: 'Trust',
icon: '🏛️',
desc: 'Holds the land, the tunnels, and the assets for the community. Ensuring wealth stays on the island.',
revenue: 'Lease yields, Asset appreciation'
},
{
id: 'setco',
name: 'SETCo',
type: 'Co-operative',
icon: '🤝',
desc: 'The labor engine. Hires locals, trains them (Hospitality, AI, Care), and leases them to businesses. Banks C-Hours.',
revenue: 'Labor Hire Margins, Training Fees'
},
{
id: 'clean',
name: 'Straddie Clean Energy',
type: 'Pty Ltd',
icon: '⚡',
desc: 'Deploys wave energy and sand batteries. Selling power to the grid and the island.',
revenue: 'Energy Sales, PPA Agreements'
},
{
id: 'sandworm',
name: 'Sandworm Systems',
type: 'Infrastructure Co',
icon: '🚇',
desc: 'Subterranean tunneling and logistics. Building the eco-city infrastructure underground.',
revenue: 'Infrastructure Contracts, Tunnelling Services'
},
{
id: 'qi',
name: 'Quandamooka Intelligence',
type: 'Tech Co-op',
icon: '👁️',
desc: 'The "Truth Engine" developers. Building Digital Twins and Sovereign Nodes.',
revenue: 'Software Licensing, Data Services'
},
{
id: 'sports',
name: 'Sandy Sports Club',
type: 'Community Club',
icon: '⚽',
desc: 'Wellness, youth sports, and community health. The social glue of the ecosystem.',
revenue: 'Memberships, Event Hosting'
},
{
id: 'gajra',
name: 'GAJRA Earth',
type: 'Global Org',
icon: '🌍',
desc: 'Planetary scale regeneration projects. Taking the Minjerribah model to the world.',
revenue: 'International Development Funding'
},
{
id: 'vc',
name: '500 Queens VC',
type: 'Venture Capital',
icon: '💎',
desc: 'Funding vehicle for female-led startups within the ecosystem.',
revenue: 'Investment Returns'
}
];
// --- ENTITY GRID LOGIC ---
const gridContainer = document.getElementById('entity-grid');
const detailPanel = document.getElementById('entity-detail');
// Render Grid
entities.forEach(entity => {
const card = document.createElement('div');
card.className = 'bg-stone-50 p-4 rounded-lg border border-stone-200 cursor-pointer hover:bg-teal-50 hover:border-teal-200 transition flex flex-col items-center justify-center text-center h-28 card-hover';
card.onclick = () => showEntityDetail(entity);
card.innerHTML = `
<div class="text-2xl mb-2">${entity.icon}</div>
<div class="text-xs font-bold text-gray-700 leading-tight">${entity.name}</div>
`;
gridContainer.appendChild(card);
});
function showEntityDetail(entity) {
detailPanel.classList.remove('hidden');
document.getElementById('detail-title').textContent = entity.name;
document.getElementById('detail-type').textContent = entity.type;
document.getElementById('detail-desc').textContent = entity.desc;
document.getElementById('detail-revenue').textContent = entity.revenue;
// Highlight effect
detailPanel.classList.add('ring-2', 'ring-teal-100');
setTimeout(() => detailPanel.classList.remove('ring-2', 'ring-teal-100'), 300);
}
// --- SETCO CALCULATOR LOGIC ---
const staffSlider = document.getElementById('staff-slider');
const rateSlider = document.getElementById('rate-slider');
const staffVal = document.getElementById('staff-val');
const rateVal = document.getElementById('rate-val');
const wageOutput = document.getElementById('wage-output');
const wealthOutput = document.getElementById('wealth-output');
function updateSetcoCalc() {
const staff = parseInt(staffSlider.value);
const rate = parseInt(rateSlider.value);
staffVal.textContent = staff;
rateVal.textContent = `$${rate}`;
// Assumptions: 160 hours/month. Margin for Sovereign Fund = 15%.
const hoursPerMonth = 160;
const totalWageBill = staff * rate * hoursPerMonth;
const sovereignMargin = totalWageBill * 0.15;
wageOutput.textContent = `$${totalWageBill.toLocaleString()}`;
wealthOutput.textContent = `$${sovereignMargin.toLocaleString()}`;
}
staffSlider.addEventListener('input', updateSetcoCalc);
rateSlider.addEventListener('input', updateSetcoCalc);
updateSetcoCalc(); // Init
// --- CHART.JS LOGIC ---
let myChart = null;
const chartData = {
silica: {
labels: ['2025', '2027', '2029', '2031', '2033', '2035'],
datasets: [
{
label: 'Fossil Fuel Dependency',
data: [90, 70, 45, 20, 5, 0],
borderColor: '#EF4444',
backgroundColor: 'rgba(239, 68, 68, 0.1)',
fill: true
},
{
label: 'Sovereign Renewable Generation',
data: [10, 30, 55, 80, 95, 100],
borderColor: '#0D9488',
backgroundColor: 'rgba(13, 148, 136, 0.1)',
fill: true
}
]
},
aura: {
labels: ['2025', '2027', '2029', '2031', '2033', '2035'],
datasets: [
{
label: 'Active Digital Twins',
data: [1, 5, 12, 50, 100, 150],
borderColor: '#8B5CF6',
backgroundColor: 'rgba(139, 92, 246, 0.1)',
fill: true
}
]
},
eros: {
labels: ['2025', '2027', '2029', '2031', '2033', '2035'],
datasets: [
{
label: 'Community Wellness Index',
data: [60, 65, 72, 80, 88, 95],
borderColor: '#EC4899',
backgroundColor: 'rgba(236, 72, 153, 0.1)',
fill: true
}
]
},
gaia: {
labels: ['2025', '2027', '2029', '2031', '2033', '2035'],
datasets: [
{
label: 'Hectares Regenerated',
data: [100, 500, 1500, 3000, 6000, 10000],
borderColor: '#059669',
backgroundColor: 'rgba(5, 150, 105, 0.1)',
fill: true
}
]
}
};
function renderChart(type) {
const ctx = document.getElementById('stackChart').getContext('2d');
if (myChart) myChart.destroy();
myChart = new Chart(ctx, {
type: 'line',
data: chartData[type],
options: {
responsive: true,
maintainAspectRatio: false, // Important for CSS container sizing
plugins: {
legend: { position: 'bottom' },
tooltip: { mode: 'index', intersect: false }
},
scales: {
y: { beginAtZero: true }
}
}
});
}
// Tab Switching Logic
const tabs = document.querySelectorAll('.stack-tab');
const contents = document.querySelectorAll('.stack-content');
tabs.forEach(tab => {
tab.addEventListener('click', () => {
// UI Toggles
tabs.forEach(t => t.classList.remove('tab-active'));
tab.classList.add('tab-active');
contents.forEach(c => c.classList.add('hidden'));
const targetId = tab.getAttribute('data-target');
document.getElementById(targetId).classList.remove('hidden');
// Update Chart
renderChart(targetId);
});
});
// Initialize default chart
renderChart('silica');
// --- TRUTH ENGINE SIMULATION ---
document.getElementById('run-sim').addEventListener('click', () => {
const output = document.getElementById('sim-output');
const type = document.getElementById('sim-type').value;
const coDesign = parseInt(document.getElementById('sim-codesign').value);
const offset = parseInt(document.getElementById('sim-offset').value);
output.classList.remove('hidden');
output.innerHTML = ''; // Clear
const logs = [
`> INITIATING KINTSUGI PROTOCOL...`,
`> ACCESSING LEGAL RAG DATABASE (QLD, FEDERAL, LOCAL)...`,
`> ANALYZING PROJECT: ${type.toUpperCase()}`,
`> CHECKING CULTURAL HERITAGE OVERLAY...`,
`> CHECKING BIODIVERSITY IMPACT...`,
];
// Simulation Logic
let passed = true;
let reason = "";
if (coDesign < 40) {
passed = false;
reason = "FAIL: Indigenous Co-Design below minimum threshold (40%). Project violates Sovereign Principles.";
} else if (offset < 100) {
passed = false;
reason = "FAIL: Regenerative Offset must be > 100% (Net Positive). Extraction detected.";
} else {
reason = "SUCCESS: Project meets 'Overcompliance' standards. Approved for C-Hour Funding.";
}
// Delayed typing effect
let delay = 0;
logs.forEach(log => {
setTimeout(() => {
output.innerHTML += `<div class="text-green-500 mb-1">${log}</div>`;
output.scrollTop = output.scrollHeight;
}, delay);
delay += 600;
});
setTimeout(() => {
const color = passed ? 'text-green-300' : 'text-red-500';
output.innerHTML += `<div class="${color} font-bold mt-2 border-t border-gray-700 pt-2">${reason}</div>`;
output.scrollTop = output.scrollHeight;
}, delay + 600);
});
</script>
</body> </html>