diff --git a/_posts/2025-09-29-verifiable-compute.md b/_posts/2025-09-29-verifiable-compute.md index c375cbf..e2c1c2a 100644 --- a/_posts/2025-09-29-verifiable-compute.md +++ b/_posts/2025-09-29-verifiable-compute.md @@ -42,7 +42,7 @@ Other companies, such as Tinfoil, Turnkey, and Privy, offer wrappers around encl In short, there are currently no solutions offering full transparency and elimination of single points of failure in the market. -## “Cautiously” building the next generation of verifiable vompute +## “Cautiously” building the next generation of verifiable compute Our team has chosen a no-compromise approach to solving this problem by building a cloud hosting platform, **Caution**, that: diff --git a/_sass/base.scss b/_sass/base.scss index 7f586d9..6dcda15 100644 --- a/_sass/base.scss +++ b/_sass/base.scss @@ -359,20 +359,6 @@ img { max-width: 50px; } -/* ======== LANDING ======== */ - -// .hero.landing { -// min-height: 100svh; -// background-size: 125%; -// background-position-y: 0vh; -// background-repeat: no-repeat; -// display: flex; -// position: relative; -// background-color: var(--blue-base); /* Fallback color */ -// backface-visibility: hidden; -// transform: translateZ(0); -// } - .subtext.landing { max-width: 650px; }