60 lines
1.7 KiB
HTML
60 lines
1.7 KiB
HTML
<!DOCTYPE html>
|
||
<html lang="{{ page.lang | default: site.lang | default: en }}">
|
||
{%- include head.html -%}
|
||
<body>
|
||
{%- include header.html -%}
|
||
|
||
<main>
|
||
<section class="hero landing">
|
||
<div class="hero-content landing container">
|
||
<h1 class="hero-title landing">
|
||
Verifiable compute <br />for zero-trust security
|
||
</h1>
|
||
<p class="subtext">
|
||
Caution’s verifiable compute platform lets teams run sensitive
|
||
workloads with cryptographic proof, full portability, and zero
|
||
complexity.
|
||
</p>
|
||
<div class="hero-cta">
|
||
<a href="/blog.html" class="btn">Blog →</a>
|
||
</div>
|
||
</div>
|
||
</section>
|
||
|
||
<section class="hero landing">
|
||
<div class="hero-content landing container">
|
||
<h1 class="hero-title landing">
|
||
Verifiable compute <br />for zero-trust security
|
||
</h1>
|
||
<p class="subtext">
|
||
You deserve to know what runs on your servers. No more black boxes.
|
||
Caution gives you cryptographic proof, total portability, and zero
|
||
complexity.
|
||
</p>
|
||
<div class="hero-cta">
|
||
<a href="/blog.html" class="btn">Blog →</a>
|
||
</div>
|
||
</div>
|
||
</section>
|
||
|
||
<section class="hero landing">
|
||
<div class="hero-content landing container">
|
||
<h1 class="hero-title landing">
|
||
Caution makes <br />
|
||
compute verifiable
|
||
</h1>
|
||
<p class="subtext">
|
||
You deserve to know what runs on your servers. No more black boxes.
|
||
Caution gives you cryptographic proof, total portability, and zero
|
||
complexity.
|
||
</p>
|
||
<div class="hero-cta">
|
||
<a href="/blog.html" class="btn">Blog →</a>
|
||
</div>
|
||
</div>
|
||
</section>
|
||
</main>
|
||
{%- include footer.html -%}
|
||
</body>
|
||
</html>
|