32 lines
842 B
HTML
32 lines
842 B
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">Caution makes compute verifiable</h1>
|
|
<p class="subtext">
|
|
You deserve to know what runs on your servers. No more black boxes.
|
|
<br />
|
|
Caution gives you cryptographic proof, total portability, and no
|
|
complexity.
|
|
</p>
|
|
<div class="hero-cta">
|
|
<a
|
|
href="/blog.html"
|
|
class="btn"
|
|
aria-label="Read our blog"
|
|
title="Read our latest blog posts and updates"
|
|
>Blog <span class="arrow">→</span></a
|
|
>
|
|
</div>
|
|
</div>
|
|
</section>
|
|
</main>
|
|
{%- include footer.html -%}
|
|
</body>
|
|
</html>
|