diff --git a/ifttt/about/index.html b/ifttt/about/index.html index d148372..ae833e8 100644 --- a/ifttt/about/index.html +++ b/ifttt/about/index.html @@ -28,6 +28,7 @@ Verify Governance Verticals + Whitepaper Developers FR diff --git a/ifttt/api/index.html b/ifttt/api/index.html index 2c9cf56..2080420 100644 --- a/ifttt/api/index.html +++ b/ifttt/api/index.html @@ -26,10 +26,8 @@ Verify Verticals Governance + Whitepaper About - Paper FR diff --git a/ifttt/fr/governance/index.html b/ifttt/fr/governance/index.html index 2b891c8..e4e33e4 100644 --- a/ifttt/fr/governance/index.html +++ b/ifttt/fr/governance/index.html @@ -27,6 +27,7 @@ Confiance Vérifier Verticaux + Livre blanc Développeurs À propos EN @@ -110,4 +111,3 @@ - diff --git a/ifttt/fr/index.html b/ifttt/fr/index.html index c578e54..195497b 100644 --- a/ifttt/fr/index.html +++ b/ifttt/fr/index.html @@ -38,6 +38,8 @@ Confiance Vérifier Verticaux + Gouvernance + Livre blanc Développeurs À propos EN @@ -139,4 +141,3 @@ - diff --git a/ifttt/governance/index.html b/ifttt/governance/index.html index 0b68fb3..13d911f 100644 --- a/ifttt/governance/index.html +++ b/ifttt/governance/index.html @@ -27,6 +27,7 @@ Trust Verify Verticals + Whitepaper Developers About FR @@ -176,4 +177,3 @@ - diff --git a/ifttt/index.html b/ifttt/index.html index 3c7b32a..25d2cd2 100644 --- a/ifttt/index.html +++ b/ifttt/index.html @@ -39,6 +39,7 @@ Verify Verticals Governance + Whitepaper FAQ Developers About diff --git a/ifttt/style.css b/ifttt/style.css index 41f37dd..f774bd2 100644 --- a/ifttt/style.css +++ b/ifttt/style.css @@ -65,6 +65,61 @@ pre.code code { line-height: 1.45; } +.form { + display: grid; + gap: 12px; + margin-top: 12px; +} + +.field label { + display: block; + font-size: 12px; + font-weight: 700; + color: var(--muted); + margin: 0 0 6px; +} + +.field input, +.field select, +.field textarea { + width: 100%; + padding: 10px 12px; + border-radius: 12px; + border: 1px solid var(--border); + background: #ffffff; + font-size: 14px; + line-height: 1.2; +} + +.field textarea { + resize: vertical; +} + +.field input:focus, +.field select:focus, +.field textarea:focus { + outline: none; + border-color: rgba(29, 78, 216, 0.45); + box-shadow: 0 0 0 4px rgba(29, 78, 216, 0.12); +} + +.field-row { + display: grid; + grid-template-columns: 1fr 1fr; + gap: 12px; +} + +.honeypot { + display: none !important; +} + +@media (max-width: 860px) { + .field-row { + grid-template-columns: 1fr; + } +} + + .wrap { max-width: 1120px; margin: 0 auto; diff --git a/ifttt/verticals/ai/index.html b/ifttt/verticals/ai/index.html index 37148de..b8af10c 100644 --- a/ifttt/verticals/ai/index.html +++ b/ifttt/verticals/ai/index.html @@ -24,6 +24,7 @@ How Verify Governance + Whitepaper About Developers diff --git a/ifttt/verticals/finance/index.html b/ifttt/verticals/finance/index.html index a521d47..bc9bc8b 100644 --- a/ifttt/verticals/finance/index.html +++ b/ifttt/verticals/finance/index.html @@ -24,6 +24,7 @@ Trust Verify Governance + Whitepaper About Developers diff --git a/ifttt/verticals/government/index.html b/ifttt/verticals/government/index.html index d001307..7620dd5 100644 --- a/ifttt/verticals/government/index.html +++ b/ifttt/verticals/government/index.html @@ -27,6 +27,7 @@ Trust Verify Governance + Whitepaper About Developers diff --git a/ifttt/verticals/healthcare/index.html b/ifttt/verticals/healthcare/index.html index a89e768..821a5b3 100644 --- a/ifttt/verticals/healthcare/index.html +++ b/ifttt/verticals/healthcare/index.html @@ -27,6 +27,7 @@ Trust Verify Governance + Whitepaper About Developers diff --git a/ifttt/verticals/index.html b/ifttt/verticals/index.html index 5eb04ea..54cf4b7 100644 --- a/ifttt/verticals/index.html +++ b/ifttt/verticals/index.html @@ -24,6 +24,7 @@ Trust Verify Governance + Whitepaper About Developers FR diff --git a/ifttt/verticals/legal/index.html b/ifttt/verticals/legal/index.html index ac144c1..296de2a 100644 --- a/ifttt/verticals/legal/index.html +++ b/ifttt/verticals/legal/index.html @@ -24,6 +24,7 @@ Trust Verify Governance + Whitepaper About Developers diff --git a/ifttt/verticals/saas/index.html b/ifttt/verticals/saas/index.html index f3d86f1..29c65ae 100644 --- a/ifttt/verticals/saas/index.html +++ b/ifttt/verticals/saas/index.html @@ -24,6 +24,7 @@ Trust Verify Governance + Whitepaper About Developers diff --git a/ifttt/verticals/sciences/index.html b/ifttt/verticals/sciences/index.html index e04a7d1..ecfb294 100644 --- a/ifttt/verticals/sciences/index.html +++ b/ifttt/verticals/sciences/index.html @@ -24,6 +24,7 @@ How Verify Governance + Whitepaper About Developers diff --git a/ifttt/verticals/secops/index.html b/ifttt/verticals/secops/index.html index 3face0b..c55f943 100644 --- a/ifttt/verticals/secops/index.html +++ b/ifttt/verticals/secops/index.html @@ -24,6 +24,7 @@ Trust Verify Governance + Whitepaper About Developers diff --git a/ifttt/verticals/supply-chain/index.html b/ifttt/verticals/supply-chain/index.html index e6177e8..bcada31 100644 --- a/ifttt/verticals/supply-chain/index.html +++ b/ifttt/verticals/supply-chain/index.html @@ -27,6 +27,7 @@ Trust Verify Governance + Whitepaper About Developers diff --git a/ifttt/whitepaper/index.html b/ifttt/whitepaper/index.html new file mode 100644 index 0000000..cd34472 --- /dev/null +++ b/ifttt/whitepaper/index.html @@ -0,0 +1,181 @@ + + + + + + IF.TTT — Whitepaper + + + + + +
+
+ + + + IF.TTT + Whitepaper + + + + +
+
+ +
+
+
+
+

Long-form spec + receipts

+

The IF.TTT whitepaper.

+

+ “Trustworthy” can’t be a vibe. This paper documents the receipt‑first sequence: hash the sourcehash the output → + publish a traceshare no‑login receiptsoptional offline bundles. +

+ +
+
+ Paper + HTML + Markdown +
+
+ Receipts + Trace + hashes +
+
+ Offline + Proof bundle + verifier +
+
+ + + +

+ If your environment blocks downloads (common for some web fetchers), use the HTML version. The receipts are still verifiable. +

+
+ + +
+
+ +
+ +
+
+ + + + + diff --git a/ifttt/whitepaper/thanks/index.html b/ifttt/whitepaper/thanks/index.html new file mode 100644 index 0000000..234e557 --- /dev/null +++ b/ifttt/whitepaper/thanks/index.html @@ -0,0 +1,73 @@ + + + + + + IF.TTT — Whitepaper request + + + + + +
+
+ + + + IF.TTT + Whitepaper + + + + +
+
+ +
+
+
+

Received.

+

If you submitted the form, we’ll reply with the stable links. No pitch deck required.

+ + + + +
+
+
+ + + + +