website/_layouts/landing.html

23 lines
725 B
HTML
Raw Permalink 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</h1>
<p class="subtext">
Caution is the next-gen compute platform verifiable, portable, and fast to deploy. Built by the security engineers behind <a href="https://distrust.co" target="_blank" rel="noopener noreferrer">Distrust</a>.
</p>
<div class="hero-cta">
<a href="/blog.html" class="btn">Blog →</a>
</div>
</div>
</section>
</main>
{%- include footer.html -%}
</body>
</html>