disaster-recovery-website/_layouts/pricing.html

32 lines
1.1 KiB
HTML

<!DOCTYPE html>
<html lang="{{ page.lang | default: site.lang | default: en }}">
{%- include head.html -%}
<body>
<div class="container">
{%- include header.html -%}
<main>
<section class="flex-container">
<div class="flex-container-inner">
<h1>Pricing</h1>
<p>USD $10,000/yr base subscription</p>
<p>USD $25,000 for a recovery ceremony within 72h</p>
<p>USD $50,000 for a recovery ceremony within 48h</p>
<p>USD $100,000 for a recovery ceremony within 24h</p>
<p>Ceremony recoveries are only performed in person, in a secure location, with the client present.</p>
<p>Storage of the encrypted data is always the responsibility of the client. Refer to <a href="todo">this</a> document to learn more.</p>
<p>The encrypted data is not available to Distrust except for during the ceremony.</p>
</div>
</section>
</main>
{%- include footer.html -%}
</div>
</body>
</html>