Skip to content

Commit c8979a0

Browse files
Refactor HTML structure and improve spacing
Changed heading from h2 to h4 for better hierarchy and readability. Removed unnecessary blockquote and added line breaks for spacing.
1 parent 22d9af0 commit c8979a0

File tree

1 file changed

+13
-18
lines changed

1 file changed

+13
-18
lines changed

research/academic_papers/AML_Fraud_and_Global_Civicsystems.html

Lines changed: 13 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -104,9 +104,9 @@ <h3 class="text-2xl font-semibold text-teal-700 mb-3">The Solution: Ternary Logi
104104

105105
<section id="research-audio"
106106
style="text-align:center; margin:2em auto 0; max-width:800px; font-family:'Inter','Helvetica Neue',sans-serif;">
107-
<h2 style="font-size:2rem; font-weight:700; color:#003F5C; margin-bottom:0.75em;">
107+
<h4 style="font-size:2rem; font-weight:700; color:#003F5C; margin-bottom:0.75em;">
108108
Ternary Logic enforces transparency and accountability by creating an immutable, verifiable record of *what* a system knew and *when* it acted, enabling sovereign-grade forensic analysis *before* irreversible commitment.
109-
</h2>
109+
</h4>
110110

111111
<p style="font-size:1.1rem; color:#444; line-height:1.6; margin-bottom:1.5em;">
112112
Ternary Logic (TL) provides a new sovereign-grade infrastructure for evidentiary accountability. It is not a replacement for existing Anti-Money Laundering (AML) engines or regulatory systems; it is a cryptographic overlay that provides a non-repudiable, contemporaneous audit trail of every decision, attestation, and transaction. TL’s primary value is shifting accountability from post-hoc forensics to ante-hoc and contemporaneous proof.
@@ -123,18 +123,13 @@ <h2 style="font-size:2rem; font-weight:700; color:#003F5C; margin-bottom:0.75em;
123123
<p style="font-size:0.95rem; color:#777; margin-top:0.5em;">
124124
Interview Duration: <em>6 minutes 15 seconds</em>
125125
</p>
126-
127-
<blockquote
128-
style="margin-top:2em; font-style:italic; color:#58508D; border-left:4px solid #58508D; padding-left:1em;">
129-
</blockquote>
130-
131-
<a href="https://github.com/FractonicMind/TernaryLogic/research/academic_papers/"
126+
<a href="https://github.com/FractonicMind/TernaryLogic/research/academic_papers/"
132127
style="display:inline-block; margin-top:2em; background:#0B3954; color:#fff; padding:0.6em 1.4em; border-radius:6px;
133128
font-weight:600; text-decoration:none; transition:background 0.3s;">
134129
Back to Repository
135130
</a>
136131
</section>
137-
132+
<br><br>
138133
<section id="pillars" class="content-section">
139134
<div class="text-center mb-12">
140135
<h2 class="text-3xl md:text-4xl font-bold text-gray-900 mb-4">The Eight Pillars of TL</h2>
@@ -146,14 +141,14 @@ <h2 class="text-3xl md:text-4xl font-bold text-gray-900 mb-4">The Eight Pillars
146141
<div class="grid md:grid-cols-3 gap-8">
147142
<div class="md:col-span-1">
148143
<div id="pillar-nav" class="space-y-3 sticky top-24">
149-
<button class="pillar-button active" data-pillar="1">1. Epistemic Hold</button>
150-
<button class="pillar-button" data-pillar="2">2. Immutable Ledger</button>
151-
<button class="pillar-button" data-pillar="3">3. Goukassian Principle</button>
152-
<button class="pillar-button" data-pillar="4">4. Decision Logs</button>
153-
<button class="pillar-button" data-pillar="5">5. Economic Rights & Transparency</button>
154-
<button class="pillar-button" data-pillar="6">6. Sustainable Capital Allocation</button>
155-
<button class="pillar-button" data-pillar="7">7. Hybrid Shield</button>
156-
<button class="pillar-button" data-pillar="8">8. Anchors</button>
144+
<button class="pillar-button active" data-pillar="1">1. Epistemic Hold</button><br>
145+
<button class="pillar-button" data-pillar="2">2. Immutable Ledger</button><br>
146+
<button class="pillar-button" data-pillar="3">3. Goukassian Principle</button><br>
147+
<button class="pillar-button" data-pillar="4">4. Decision Logs</button><br>
148+
<button class="pillar-button" data-pillar="5">5. Economic Rights & Transparency</button><br>
149+
<button class="pillar-button" data-pillar="6">6. Sustainable Capital Allocation</button><br>
150+
<button class="pillar-button" data-pillar="7">7. Hybrid Shield</button><br>
151+
<button class="pillar-button" data-pillar="8">8. Anchors</button><br>
157152
</div>
158153
</div>
159154

@@ -257,7 +252,7 @@ <h3 class="text-xl font-semibold text-teal-700 mb-3">3. Smart Contract Safeguard
257252
</div>
258253
</div>
259254
</section>
260-
255+
<br>
261256
<section id="technical" class="content-section">
262257
<div class="text-center mb-12">
263258
<h2 class="text-3xl md:text-4xl font-bold text-gray-900 mb-4">Technical Criteria & Architecture</h2>

0 commit comments

Comments
 (0)