-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
62 lines (62 loc) · 3.84 KB
/
Copy pathindex.html
File metadata and controls
62 lines (62 loc) · 3.84 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
<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>The Interdependent Way</title>
<meta name="description" content="Canon-safe public entrance for The Interdependent Way when the verified generated site is unavailable.">
<style>
:root { color-scheme: dark; --bg:#07090d; --panel:#111827; --ink:#edf2ff; --muted:#b8c2d6; --line:#2c3446; --accent:#8fd3ff; --warn:#ffd479; }
* { box-sizing: border-box; }
body { margin: 0; font-family: system-ui, -apple-system, Segoe UI, Roboto, sans-serif; background: radial-gradient(circle at top left, #162032, var(--bg) 42rem); color: var(--ink); line-height: 1.6; }
a { color: var(--accent); }
header, main, footer { max-width: 980px; margin: 0 auto; padding: 2rem; }
header { padding-top: 4rem; }
.eyebrow { color: var(--warn); text-transform: uppercase; letter-spacing: .12em; font-size: .78rem; font-weight: 700; }
h1 { font-size: clamp(2.25rem, 8vw, 5rem); line-height: .95; margin: .5rem 0 1rem; }
h2 { margin-top: 0; }
.lede { max-width: 760px; color: var(--muted); font-size: 1.2rem; }
.grid { display: grid; gap: 1rem; grid-template-columns: repeat(auto-fit, minmax(240px, 1fr)); }
.card, .hmmm { border: 1px solid var(--line); border-radius: 18px; background: color-mix(in srgb, var(--panel) 88%, transparent); padding: 1.2rem; }
.actions { display: flex; flex-wrap: wrap; gap: .75rem; margin: 1.5rem 0; }
.button { border: 1px solid var(--accent); border-radius: 999px; padding: .75rem 1rem; text-decoration: none; font-weight: 700; }
code { background: #05070a; border: 1px solid var(--line); border-radius: .4rem; padding: .1rem .35rem; }
footer { color: var(--muted); border-top: 1px solid var(--line); }
</style>
</head>
<body>
<header>
<p class="eyebrow">Canon-safe entrance · branch-source fallback</p>
<h1>The Interdependent Way</h1>
<p class="lede">This is the recovery floor. The preferred public experience is the verified Eleventy artifact, whose machine-readable build identity must match the repository commit that deployed it.</p>
<div class="actions" aria-label="Primary links">
<a class="button" href="https://github.com/wayseer00/main/blob/main/canon/INTERDEPENDENT_WAY.txt">Read the canonical text</a>
<a class="button" href="https://github.com/The-Interdependency/The-Interdependency.github.io">Website repository</a>
<a class="button" href="https://github.com/The-Interdependency">Project constellation</a>
</div>
</header>
<main>
<section class="grid" aria-label="Status cards">
<article class="card">
<h2>Canon</h2>
<p>The text canon lives in <code>wayseer00/main:canon/INTERDEPENDENT_WAY.txt</code>, and nowhere on this site supersedes it.</p>
</article>
<article class="card">
<h2>Website</h2>
<p>The generated site now publishes <code>/build.json</code> with its site commit and canonical provenance. Deployment is green only when the public endpoint reports the expected commit.</p>
</article>
<article class="card">
<h2>Next platform action</h2>
<p>GitHub Pages must use GitHub Actions, attach <code>interdependentway.org</code>, verify DNS, and enforce HTTPS. Those settings live outside this branch and require repository administration.</p>
</article>
</section>
<section class="hmmm" style="margin-top:1rem">
<h2>hmmm</h2>
<p>If you are seeing this page, the recovery floor is doing its job but the generated deployment is not yet proven current. Check the Pages environment and compare the live <code>/build.json</code> commit with <code>main</code>.</p>
</section>
</main>
<footer>
<p>© 2026 The Interdependent Way. Canon by Way Seer Erin. Public implementation by The Interdependency.</p>
</footer>
</body>
</html>