Skip to content

Commit 6d93fe6

Browse files
authored
Update void-ab-initio.html
1 parent 24c0fdd commit 6d93fe6

File tree

1 file changed

+13
-9
lines changed

1 file changed

+13
-9
lines changed

doctrine/void-ab-initio.html

Lines changed: 13 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -3,29 +3,31 @@
33
<head>
44
<meta charset="UTF-8" />
55
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
6-
<title>Void ab initio (Full Text)</title>
6+
<title>Void ab initio (Full Text) | A.B.E.</title>
77
<style>
88
:root{
99
--bg:#0b0d12; --panel:#1b1e25; --ink:#e0e0e0; --muted:#9aa3ad;
1010
--edge:rgba(255,255,255,.07); --edge2:rgba(255,255,255,.12);
1111
--accent:#5ddfff; --warn:#ffa559;
1212
}
1313
*{box-sizing:border-box}
14-
body { background-color:var(--bg); color:var(--ink); font-family:system-ui,Segoe UI,Roboto,Helvetica,Arial,sans-serif; line-height:1.6; margin:0; }
14+
body { background:var(--bg); color:var(--ink); font-family:system-ui,Segoe UI,Roboto,Helvetica,Arial,sans-serif; line-height:1.6; margin:0; }
1515
header { background:linear-gradient(90deg,#11151c,#1b1e25); border-bottom:1px solid var(--edge); padding:1rem 2rem; text-align:center; }
16-
h1 { color:var(--accent); margin:0 0 .25rem 0; font-size:1.6rem; }
16+
h1 { color:var(--accent); margin:0 0 .25rem; font-size:1.6rem; }
1717
header p{margin:.25rem 0 0;color:var(--muted)}
1818
main { max-width:900px; margin:2rem auto 4rem; padding:0 1rem; }
1919
.card { background:rgba(255,255,255,.03); border:1px solid var(--edge); border-radius:10px; padding:1rem 1.25rem; }
2020
article.card{ white-space:pre-wrap; font-size:.95rem; color:#d0d0d0; }
2121
a { color:#80bfff; text-decoration:none; }
2222
a:hover { text-decoration:underline; }
2323
.cta { display:flex; flex-wrap:wrap; gap:.5rem; margin:1rem 0 0; }
24-
.btn { display:inline-block; border:1px solid var(--edge2); background:transparent; color:var(--ink);
24+
.btn { display:inline-block; border:1px solid var(--edge2); background:#161a22; color:var(--ink);
2525
padding:.55rem .9rem; border-radius:8px; text-decoration:none; cursor:pointer; }
2626
.btn:hover{ border-color:var(--accent); }
2727
.back { margin:1rem 0 0; text-align:center; color:var(--muted); }
2828
footer { margin:3rem auto 3.5rem; text-align:center; font-size:.85rem; color:#888; padding:0 1rem; }
29+
.license{margin-top:.6rem;font-size:.85rem;color:#a8b7c8}
30+
.license a{color:#5ddfff}
2931
/* Print stylesheet so the PDF looks clean */
3032
@media print{
3133
header, .cta, .back, footer { display:none !important; }
@@ -54,7 +56,7 @@ <h1>Void ab initio (Full Text)</h1>
5456
Void ab Initio
5557

5658
Date: August 4, 2025
57-
Author:Terra Shouse
59+
Author: Terra Shouse
5860

5961
Qualified Immunity (QI), a judicially created doctrine, is void ab initio and void for vagueness, lacking any foundation in prior case law precedent or constitutional text, violating the Legislative Vesting Clause (Art. I, § 1), as courts cannot enact laws (Federalist No. 78, Hamilton; Marbury v. Madison, 1803, 5 U.S. 137).
6062

@@ -74,18 +76,20 @@ <h1>Void ab initio (Full Text)</h1>
7476

7577
Criminal charges under 18 U.S.C. §§ 241/242, supported by $1M+ damages (Watson v. City of Miami Beach, 1999, 177 F.3d 932), bypass QI, ensuring accountability (The American Butterfly Effect, p. 4).
7678

77-
This work by Terra Shouse/@Terra2544646351
78-
is licensed under a Creative Commons Attribution 4.0 International License. http://creativecommons.org/licenses/by/4.0/
79+
This work by Terra Shouse is licensed under a Creative Commons Attribution–NonCommercial 4.0 International License (CC BY-NC 4.0). https://creativecommons.org/licenses/by-nc/4.0/
7980
</article>
8081

8182
<p class="back"><a href="/abe---flag/doctrine/index.html">Back to Doctrine Overview</a></p>
8283

84+
<div class="license">
85+
License: <a href="https://creativecommons.org/licenses/by-nc/4.0/" target="_blank" rel="noopener">CC BY-NC 4.0</a> — non-commercial use with attribution.
86+
</div>
8387
</main>
8488

8589
<footer>
8690
<div>
87-
Authored by <strong>Terra Shouse</strong> · American Butterfly Effect (A.B.E.)<br/>
88-
Licensed under CC BY 4.0 · Public record · Integrity only.
91+
© 2025 Terra Dawn Shouse · American Butterfly Effect (A.B.E.)<br/>
92+
Licensed under <a href="https://creativecommons.org/licenses/by-nc/4.0/" target="_blank" rel="noopener">CC BY-NC 4.0</a> · Public record · Integrity only.
8993
</div>
9094
</footer>
9195

0 commit comments

Comments
 (0)