Skip to content

Commit a87277d

Browse files
authored
Update index.html
1 parent 5d82f53 commit a87277d

File tree

1 file changed

+25
-30
lines changed

1 file changed

+25
-30
lines changed

doctrine/index.html

Lines changed: 25 additions & 30 deletions
Original file line numberDiff line numberDiff line change
@@ -1,47 +1,42 @@
11
<!DOCTYPE html>
22
<html lang="en">
33
<head>
4-
<meta charset="UTF-8" />
4+
<meta charset="UTF-8"/>
55
<meta name="viewport" content="width=device-width, initial-scale=1.0"/>
66
<title>A.B.E. Doctrines Overview</title>
77
<style>
8-
body { background:#0b0d12; color:#e6e6e6; font-family:system-ui,-apple-system,Segoe UI,Roboto,sans-serif; margin:0; padding:0; }
9-
header, footer { text-align:center; padding:1rem; background:#12161f; border-bottom:1px solid rgba(255,255,255,.08); }
10-
footer { border-top:1px solid rgba(255,255,255,.08); border-bottom:none; margin-top:2rem; font-size:0.85rem; color:#9fb3c8; }
11-
h1 { color:#5ddfff; margin-bottom:.25rem; }
12-
p.lead { color:#c8d2df; margin-top:0; }
13-
nav a { color:#5ddfff; text-decoration:none; }
14-
nav a:hover { text-decoration:underline; }
15-
main { max-width:900px; margin:1.5rem auto; padding:0 1rem; }
16-
section { background:#141820; border:1px solid rgba(255,255,255,.08); border-radius:12px; padding:1rem 1.25rem; margin-bottom:1rem; }
17-
a { color:#5ddfff; text-decoration:none; }
18-
a:hover { text-decoration:underline; }
19-
iframe { width:100%; height:550px; border:1px solid rgba(255,255,255,.08); border-radius:10px; }
20-
code { background:rgba(255,255,255,.08); padding:.1rem .3rem; border-radius:6px; }
8+
body{background:#0b0d12;color:#e6e6e6;font-family:system-ui,-apple-system,Segoe UI,Roboto,sans-serif;margin:0}
9+
header,footer{text-align:center;padding:1rem;background:#12161f;border-bottom:1px solid rgba(255,255,255,.08)}
10+
footer{border-top:1px solid rgba(255,255,255,.08);border-bottom:none;margin-top:2rem;font-size:.85rem;color:#9fb3c8}
11+
h1{color:#5ddfff;margin-bottom:.25rem}
12+
p.lead{color:#c8d2df;margin-top:0}
13+
nav a{color:#5ddfff;text-decoration:none} nav a:hover{text-decoration:underline}
14+
main{max-width:900px;margin:1.5rem auto;padding:0 1rem}
15+
section{background:#141820;border:1px solid rgba(255,255,255,.08);border-radius:12px;padding:1rem 1.25rem;margin-bottom:1rem}
16+
a{color:#5ddfff;text-decoration:none} a:hover{text-decoration:underline}
17+
iframe{width:100%;height:550px;border:1px solid rgba(255,255,255,.08);border-radius:10px}
18+
code{background:rgba(255,255,255,.08);padding:.1rem .3rem;border-radius:6px}
2119
</style>
2220
</head>
2321
<body>
24-
2522
<header>
2623
<h1>A.B.E. Doctrines Overview</h1>
27-
<p class="lead">Access the foundational frameworks of the A.B.E. Integrity System.</p>
24+
<p class="lead">Foundational frameworks for the A.B.E. Integrity System.</p>
2825
<nav>
29-
<a href="/abe---flag/index.html">🏠 Home</a> ·
30-
<a href="/abe---flag/integration/index.html">Integration</a> ·
31-
<a href="/abe---flag/ciri/index.html">CIRI</a> ·
32-
<a href="/abe---flag/cibs/index.html">CIBS</a> ·
33-
<a href="/abe---flag/cii/index.html">CII</a> ·
34-
<a href="/abe---flag/macro/index.html">Macro</a>
26+
<a href="../index.html">🏠 Home</a> ·
27+
<a href="../integration/index.html">Integration</a> ·
28+
<a href="../ciri/index.html">CIRI</a> ·
29+
<a href="../cibs/index.html">CIBS</a> ·
30+
<a href="../cii/index.html">CII</a> ·
31+
<a href="../macro/index.html">Macro</a>
3532
</nav>
3633
</header>
3734

3835
<main>
3936
<section>
4037
<h2>📘 A.B.E. “Decent Proposal” + CRRA + Rebuild Together</h2>
41-
<p>This consolidated document represents A.B.E.’s guiding doctrines — outlining economic restitution, constitutional fidelity, and the “Rebuild Together” policy framework.</p>
42-
<p><strong>File:</strong> <code>doctrine/ABE_CRRA_Rebuild.pdf</code></p>
43-
44-
<!-- ✅ Consistent relative reference -->
38+
<p>This consolidated document outlines economic restitution, constitutional fidelity, and the Rebuild Together framework.</p>
39+
<p><strong>File:</strong> <code>./ABE_CRRA_Rebuild.pdf</code></p>
4540
<iframe src="./ABE_CRRA_Rebuild.pdf"></iframe>
4641
<p><a href="./ABE_CRRA_Rebuild.pdf" download>⬇️ Download Consolidated PDF</a></p>
4742
</section>
@@ -51,8 +46,9 @@ <h2>📚 Individual Doctrine Pages</h2>
5146
<ul>
5247
<li><a href="./abe.html">A.B.E. Doctrine — “A Decent Proposal”</a></li>
5348
<li><a href="./constitutional-fidelity.html">Constitutional Fidelity</a></li>
54-
<li><a href="./void-ab-initio.html">Void ab Initio</a></li>
55-
<li><a href="./crra.html">CRRA Redirect (auto-loads ABE section)</a></li>
49+
<li><a href="./void-ab-initio.html">Void ab initio</a></li>
50+
<li><a href="./crra.html">CRRA (redirects to section)</a></li>
51+
<li><a href="./rebuild.html">Rebuild Together (redirects to section)</a></li>
5652
</ul>
5753
</section>
5854
</main>
@@ -61,8 +57,7 @@ <h2>📚 Individual Doctrine Pages</h2>
6157
© 2025 Terra Dawn Shouse ·
6258
<a href="https://creativecommons.org/licenses/by-nc/4.0/" target="_blank" rel="noopener" style="color:#5ddfff">
6359
CC BY-NC 4.0 International License
64-
</a> · Non-commercial use only · Integrity required
60+
</a> · Non-commercial use only.
6561
</footer>
66-
6762
</body>
6863
</html>

0 commit comments

Comments
 (0)