website/_layouts/landing.html

60 lines
1.7 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="{{ 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">
Cautions 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>