hosted/ifttt/verticals/supply-chain/index.html

139 lines
5.4 KiB
HTML
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<title>IF.TTT — Supply Chain</title>
<meta
name="description"
content="IF.TTT for industrial and supply chain environments: change-control receipts that survive contractor handoffs and insurer/auditor review."
/>
<link rel="stylesheet" href="../../style.css" />
</head>
<body>
<header class="top">
<div class="wrap top__inner">
<a class="brand" href="../../" aria-label="IF.TTT home">
<img class="brand__logo" src="../../assets/if-logo-simple.svg" alt="" aria-hidden="true" />
<span class="brand__text">
<span class="brand__title">IF.TTT</span>
<span class="brand__sub">Industrial / supply chain</span>
</span>
</a>
<nav class="nav" aria-label="Primary">
<a href="../">Verticals</a>
<a href="../../#trust">Trust</a>
<a href="../../#verify">Verify</a>
<a href="../../about/">About</a>
<a href="../../api/">Developers</a>
</nav>
</div>
</header>
<main id="top">
<section class="hero">
<div class="wrap hero__grid">
<div class="hero__copy">
<p class="kicker">Supply chain reality</p>
<h1>Handoffs are where proof dies.</h1>
<p class="lede">
Industrial systems accumulate contractors, vendors, and integrators. IF.TTT standardizes a receipt surface so chainofcustody doesnt
collapse the moment responsibility moves.
</p>
<div class="panel">
<h3>Thirdparty pressure</h3>
<ul class="list">
<li>Customers ask for change control evidence after outages.</li>
<li>Insurers ask what controls existed at the time of the incident.</li>
<li>Auditors ask for traceability across organizational boundaries.</li>
</ul>
</div>
<div class="panel" style="margin-top: 12px">
<h3>What IF.TTT provides</h3>
<div class="bw">
<div class="bw__row">
<div class="bw__k">Receipts</div>
<div class="bw__v">Stable nologin trace + output + source URLs keyed by <code>shareId</code>.</div>
</div>
<div class="bw__row">
<div class="bw__k">Offline</div>
<div class="bw__v">Bundles for verification when networks and portals are unavailable.</div>
</div>
<div class="bw__row">
<div class="bw__k">Clarity</div>
<div class="bw__v">Integrity binding is verifiable; interpretation remains process-owned.</div>
</div>
</div>
</div>
</div>
<aside class="hero__card" aria-label="Receipt-first process">
<div class="card">
<div class="card__media">
<img src="../../assets/red-team-stamp-600.png" alt="EYES ONLY // DAVE stamp" loading="lazy" />
</div>
<div class="card__hdr">
<div class="badge badge--ok">PROCESS</div>
<div class="badge">HANDOFFSAFE</div>
</div>
<div class="card__body">
<ol class="steps">
<li class="step">
<div class="step__n">1</div>
<div class="step__b">
<div class="step__t">Hash the artifact</div>
<div class="step__d">Define the bytes and compute <code>sha256</code>.</div>
</div>
</li>
<li class="step">
<div class="step__n">2</div>
<div class="step__b">
<div class="step__t">Publish the receipt</div>
<div class="step__d">Trace page binds source ↔ output.</div>
</div>
</li>
<li class="step">
<div class="step__n">3</div>
<div class="step__b">
<div class="step__t">Export bundles</div>
<div class="step__d">Carry proof through constrained environments.</div>
</div>
</li>
</ol>
</div>
</div>
</aside>
</div>
</section>
</main>
<footer class="footer">
<div class="wrap footer__inner">
<div class="muted">When responsibility moves, the receipt shouldnt.</div>
<div class="muted">
<a href="../">Verticals</a> · <a href="../../api/">Developers</a> · <a href="mailto:trace@infrafabric.io">trace@infrafabric.io</a>
</div>
</div>
</footer>
<div class="bottombar" aria-label="Quick links">
<div class="wrap bottombar__inner">
<div class="bottombar__left">
<a href="../finance/">Finance</a>
<a href="../legal/">Legal</a>
<a href="../sciences/">Sciences</a>
<a href="../government/">Government</a>
</div>
<div class="bottombar__right">
<a href="../../api/">Developers</a>
<span class="bottombar__sep">|</span>
<a href="../../api/">API</a>
</div>
</div>
</div>
</body>
</html>