From bc4a54a89305a071c8c1c6918e94ba0886ed8dbf Mon Sep 17 00:00:00 2001 From: Ksenia Lesko Date: Mon, 27 Oct 2025 15:04:03 -0400 Subject: [PATCH] final polish before committing --- _includes/blog-about-caution.html | 7 +++- _includes/footer.html | 5 +-- _includes/header.html | 8 +++-- _layouts/landing.html | 48 ++++++------------------- _posts/2025-09-29-verifiable-compute.md | 4 +-- _sass/base.scss | 9 +++-- 6 files changed, 34 insertions(+), 47 deletions(-) diff --git a/_includes/blog-about-caution.html b/_includes/blog-about-caution.html index 9542abd..8e069c0 100644 --- a/_includes/blog-about-caution.html +++ b/_includes/blog-about-caution.html @@ -15,7 +15,12 @@

Our team has built and secured some of the world’s highest-risk systems through our consulting company, - + Distrust. This includes vaulting infrastructure at BitGo, Unit410, and Turnkey, as well as security work with electrical grid operators, industrial control diff --git a/_includes/footer.html b/_includes/footer.html index 4f0323c..e96ac06 100644 --- a/_includes/footer.html +++ b/_includes/footer.html @@ -7,17 +7,18 @@ target="_blank" rel="noopener noreferrer" aria-label="Forgejo" + title="Access source code and documentation" > Forgejo logo - Mastodon logo - + --> diff --git a/_includes/header.html b/_includes/header.html index 39052b7..dff6b6e 100644 --- a/_includes/header.html +++ b/_includes/header.html @@ -43,8 +43,12 @@

diff --git a/_layouts/landing.html b/_layouts/landing.html index 689086f..8e004f4 100644 --- a/_layouts/landing.html +++ b/_layouts/landing.html @@ -7,49 +7,21 @@
-

- Verifiable compute
for zero-trust security -

-

- Caution’s verifiable compute platform lets teams run sensitive - workloads with cryptographic proof, full portability, and zero - complexity. -

-
- Blog → -
-
-
- -
-
-

- Verifiable compute
for zero-trust security -

+

Caution makes compute verifiable

You deserve to know what runs on your servers. No more black boxes. - Caution gives you cryptographic proof, total portability, and zero +
+ Caution gives you cryptographic proof, total portability, and no complexity.

- Blog → -
-
-
- -
-
-

- Caution makes
- compute verifiable -

-

- You deserve to know what runs on your servers. No more black boxes. - Caution gives you cryptographic proof, total portability, and zero - complexity. -

-
diff --git a/_posts/2025-09-29-verifiable-compute.md b/_posts/2025-09-29-verifiable-compute.md index cef4bf7..c375cbf 100644 --- a/_posts/2025-09-29-verifiable-compute.md +++ b/_posts/2025-09-29-verifiable-compute.md @@ -18,7 +18,7 @@ Like “zero trust” before it, the term verifiable compute is already being hi The risks of unverifiable systems are not theoretical; they’ve already caused some of the most damaging security incidents of the past decade. -**SolarWinds (2020)** showed how a compromised software supply chain can cascade globally. Attackers injected malicious code into SolarWinds’ Orion updates, which were then shipped to thousands of companies and U.S. government agencies. Because customers had no way to verify what software they were actually running, the backdoor spread silently through trusted update channels. +**SolarWinds (2020)** showed how a compromised software supply chain can cascade globally. Attackers injected malicious code into SolarWinds’ Orion updates, which were then shipped to thousands of companies and U.S. government agencies. Because customers had no way to verify what software they were actually running, the backdoor spread silently through trusted update channels. This is one of the many breaches which demonstrate that without verifiability across the entire stack, organizations have no reliable way to prove the integrity of the systems they depend on. @@ -58,5 +58,5 @@ Our team has chosen a no-compromise approach to solving this problem by building Caution is the next generation cloud hosting platform launching in 2026. We believe this marks the beginning of a new era of infrastructure: verifiable, open, and resilient by default. -We’re building Caution in the open. If you’d like to use it, contribute, or partner with us, get in touch at ** +We’re building Caution in the open. If you’d like to use it, contribute, or partner with us, get in touch at ** info@caution.co**. diff --git a/_sass/base.scss b/_sass/base.scss index dc47690..62af99a 100644 --- a/_sass/base.scss +++ b/_sass/base.scss @@ -5,6 +5,7 @@ --grey: #6f6f6f; --grey-dark: #232b2b; --grey-mid: #ccc; + --grey-med: #858585; --grey-light: #e7e7e7; --blue-base: #ecf6fd; --blue-light: #e7f1ff; @@ -196,7 +197,7 @@ em { } .hero-title { - max-width: 70rem; + max-width: 45rem; margin-top: 25rem; } @@ -346,6 +347,10 @@ img { opacity: 1; } +.btn:hover .arrow { + transform: translateX(4px); +} + .nav-logo { max-width: 50px; } @@ -458,7 +463,7 @@ img { .footer-heading, .copyright { font-size: 1.1rem; - color: var(--grey-mid); + color: var(--grey-med); margin: 0; line-height: 1.7rem; }