hosted/ifttt/pricing/index.html
2025-12-30 04:48:49 +00:00

65 lines
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 — Pricing</title>
<meta name="description" content="Simple pricing for IF.Trace (early access)." />
<meta name="theme-color" content="#111827" />
<link rel="icon" href="../assets/if-logo-simple.svg" type="image/svg+xml" />
<link rel="stylesheet" href="../style.css" />
</head>
<body class="home home--sig">
<header class="sigNav" aria-label="Top navigation">
<div class="wrap sigNav__inner">
<a class="sigBrand" href="../" aria-label="IF.Trace home">IF.Trace</a>
<nav class="sigLinks" aria-label="Site">
<a href="../verticals/">Sector</a>
<span class="sigLinks__sep" aria-hidden="true">|</span>
<a href="./">Pricing</a>
<span class="sigLinks__sep" aria-hidden="true">|</span>
<a href="../api/">API</a>
</nav>
</div>
</header>
<main class="sigMain" aria-label="Pricing">
<div class="wrap sigMain__inner">
<div class="sigHero">
<div class="sigCycle" aria-label="IF.Transparent, IF.Traceable, IF.Trustworthy">
<span class="sigCycle__item sigCycle__item--1">IF.Transparent</span>
<span class="sigCycle__sep" aria-hidden="true">&gt;</span>
<span class="sigCycle__item sigCycle__item--2">IF.Traceable</span>
<span class="sigCycle__sep" aria-hidden="true">&gt;</span>
<span class="sigCycle__item sigCycle__item--3">IF.Trustworthy</span>
</div>
<h1 class="sigTitle sigTitle--sub">Pricing</h1>
<p class="sigTag">A simple model, on purpose.</p>
<p class="sigSub">If you need auditready verification, we price by risk and responsibility.</p>
<section class="sigHow" aria-label="Pricing notes">
<div class="sigHow__kicker">Early access</div>
<div class="sigHow__panel">
<div class="sigHow__line sigHow__line--step">What we charge for</div>
<div class="sigHow__line sigHow__line--detail">
Setup + governance configuration, integration support, and proofsurface hardening.
</div>
<div class="sigHow__line sigHow__line--step" style="margin-top: 14px">What we do not charge for</div>
<div class="sigHow__line sigHow__line--detail">
“Perclick” pricing for verification. Thirdparty checking should stay cheap.
</div>
<div class="sigHow__line sigHow__line--detail" style="margin-top: 14px">
To discuss scope, email
<a href="mailto:ds@infrafabric.io?subject=IF.Trace%20pricing">ds@infrafabric.io</a>.
</div>
</div>
</section>
</div>
</div>
</main>
<a class="sigContact" href="mailto:ds@infrafabric.io?subject=IF.Trace%20contact">contact</a>
</body>
</html>