From ef514d65b9032d710adbdc1a1dd6281f9343423f Mon Sep 17 00:00:00 2001 From: Anton Livaja Date: Thu, 3 Apr 2025 08:43:12 -0700 Subject: [PATCH 1/6] clean up a bunch of small issues --- _includes/blog-about-distrust.html | 10 ++ _includes/footer.html | 18 ++- _includes/head.html | 106 +++++++---------- _includes/header.html | 22 ++-- _includes/nav-links.html | 10 ++ _includes/values.html | 4 +- _layouts/post.html | 5 +- _posts/2025-04-02-bybit-safe-report.md | 11 -- _sass/base.scss | 159 +++++++++++++++---------- assets/js/main.js | 2 - 10 files changed, 186 insertions(+), 161 deletions(-) create mode 100644 _includes/blog-about-distrust.html create mode 100644 _includes/nav-links.html diff --git a/_includes/blog-about-distrust.html b/_includes/blog-about-distrust.html new file mode 100644 index 0000000..6fa4cdd --- /dev/null +++ b/_includes/blog-about-distrust.html @@ -0,0 +1,10 @@ +

About Distrust

+ +

The Distrust team has helped build and secure some of the highest-risk systems in the world. This includes vaulting infrastructure at BitGo, Unit410, and Turnkey, as well as security work with electrical grid operators, industrial control systems, and other mission-critical systems.

+ +

We've conducted deep security due diligence across most major custodians. Through our experience with organizations that operate under constant threat—where **every class of attack is viable**—we've developed a methodology and set of open source tools designed to defend against even the most sophisticated adversaries.

+ +

Today, we're taking the hard-earned lessons from that work and sharing them with the broader community. Our goal is to help others strengthen their security posture by making what we've learned—and the open source tools we've built—available to everyone.

+ +

Looking for help analyzing and mitigating security risks in your own organization? Talk to us.

+ diff --git a/_includes/footer.html b/_includes/footer.html index 13779a8..80564e2 100644 --- a/_includes/footer.html +++ b/_includes/footer.html @@ -1,17 +1,15 @@