hosted/ifttt/verticals/professional-services/index.html
2025-12-30 03:57:18 +00:00

152 lines
6.3 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.Trace — Professional Services</title>
<meta
name="description"
content="IF.Trace for professional services: receipts and chain-of-custody artifacts that hold up across clients, engagements, and disputes."
/>
<link rel="stylesheet" href="../../style.css" />
</head>
<body>
<header class="top">
<div class="wrap top__inner">
<a class="brand" href="../../" aria-label="IF.Trace home">
<img class="brand__logo" src="../../assets/if-logo-simple.svg" alt="" aria-hidden="true" />
<span class="brand__text">
<span class="brand__title">IF.Trace</span>
<span class="brand__sub">Professional services</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="../../governance/">Governance</a>
<a href="../../whitepaper/">Whitepaper</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">Services reality</p>
<h1>The deliverable is the receipt.</h1>
<p class="lede">
In professional services, the artifact you hand over becomes evidence: audits, disputes, expert reports, procurement packs. IF.Trace makes
the handoff verifiable without making you a credential broker.
</p>
<div class="panel">
<h3>Thirdparty pressure</h3>
<ul class="list">
<li>Clients want proof; opposing counsel wants provenance.</li>
<li>Auditors need artifacts they can verify without your internal access.</li>
<li>Engagements outlive inboxes; the evidence must remain stable.</li>
</ul>
</div>
<div class="panel" style="margin-top: 12px">
<h3>What IF.Trace provides</h3>
<div class="bw">
<div class="bw__row">
<div class="bw__k">Chainofcustody</div>
<div class="bw__v">Trace receipt binds source ↔ output, plus IDs and timestamps.</div>
</div>
<div class="bw__row">
<div class="bw__k">Portable proofs</div>
<div class="bw__v">Bundles can be archived with the case file and reverified later.</div>
</div>
<div class="bw__row">
<div class="bw__k">Clarity</div>
<div class="bw__v">What was verified is shown; interpretation is labeled as interpretation.</div>
</div>
</div>
</div>
</div>
<aside class="hero__card" aria-label="Example receipt links">
<div class="card">
<div class="card__media">
<img src="../../assets/red-team-doc-1024-559.jpg" alt="Dossier cover" loading="lazy" />
</div>
<div class="card__hdr">
<div class="badge badge--ok">EXPORTABLE</div>
<div class="badge">DISPUTEREADY</div>
</div>
<div class="card__body">
<div class="links">
<a class="linkrow" href="https://infrafabric.io/static/pack/6qRgcR01kw_qNo63Dbs_ob9n" target="_blank" rel="noreferrer">
<span class="linkrow__t">Example pack (HTML)</span>
<span class="linkrow__u">https://infrafabric.io/static/pack/6qRgcR01kw_qNo63Dbs_ob9n</span>
</a>
<a class="linkrow" href="https://infrafabric.io/static/trace/6qRgcR01kw_qNo63Dbs_ob9n" target="_blank" rel="noreferrer">
<span class="linkrow__t">Example trace receipt</span>
<span class="linkrow__u">https://infrafabric.io/static/trace/6qRgcR01kw_qNo63Dbs_ob9n</span>
</a>
</div>
</div>
</div>
</aside>
</div>
</section>
<section class="section section--alt">
<div class="wrap">
<h2>Operational trap to avoid</h2>
<p class="sub">Dont turn verification into credential distribution.</p>
<div class="grid2">
<div class="panel">
<h3>Bad</h3>
<p class="sub2">“Log in to our system and well show you.”</p>
</div>
<div class="panel">
<h3>Good</h3>
<p class="sub2">“Here is the artifact, here is the receipt, verify without us.”</p>
</div>
</div>
</div>
</section>
</main>
<footer class="footer">
<div class="wrap footer__inner">
<div class="muted">If the reviewer needs your credentials, its not verifiable.</div>
<div class="muted">
<a href="../">Verticals</a> · <a href="../../governance/">Governance</a> · <a href="../../api/">Developers</a> ·
<a href="mailto:ds@infrafabric.io">ds@infrafabric.io</a> <span class="bottombar__sep">·</span> Danny Stocker
</div>
</div>
</footer>
<div class="bottombar" aria-label="Quick links">
<div class="wrap bottombar__inner">
<div class="bottombar__left">
<span class="bottombar__brand">IF.Trace</span>
<span class="bottombar__sep">·</span>
<span class="bottombar__label">Verticals</span>
<a href="../public-sector/">Public Sector</a>
<a href="../enterprise/">Enterprise</a>
<a href="../research/">Research</a>
<a href="../professional-services/">Professional</a>
<a href="../healthcare/">Healthcare</a>
<a href="../finance/">Financial</a>
<a href="../legal/">Legal</a>
</div>
<div class="bottombar__right">
<a href="../../api/">Developer</a>
<span class="bottombar__sep">|</span>
<a href="../../api/">API</a>
</div>
</div>
</div>
</body>
</html>