-
tell us about your biggest security challenges
+tell us about your biggest security challenges
Fill out the form below to start the conversation about how we can help you eliminate single points of failure and build security that doesn't rely on blind trust.
security without blind trust
+security without blind trust
Eliminate single points of failure. Distrust applies a first principles approach to securing mission critical infrastructure. No guessing, no shortcuts, only verifiable security.
Work with us diff --git a/_layouts/roadmap.html b/_layouts/roadmap.html index 3f9f3c1..dac3951 100644 --- a/_layouts/roadmap.html +++ b/_layouts/roadmap.html @@ -21,13 +21,13 @@
-
building verifiable security without single points of failure
+building verifiable security without single points of failure
Most systems today still rely on single individuals or computers, unverifiable software, and opaque processes. We’re redesigning security from the ground up.
diff --git a/_layouts/services.html b/_layouts/services.html index 8c2bd29..b6ea5ba 100644 --- a/_layouts/services.html +++ b/_layouts/services.html @@ -5,7 +5,7 @@ {%- include header.html -%}-
hire Distrust to solve your hardest security challenges
+hire Distrust to solve your hardest security challenges
Built by the team behind BitGo, Unit410, and Turnkey, we appy hard-earned lessons from securing critical infrastructure to build transparent, resilient, and universally applicable security solutions.
diff --git a/_sass/base.scss b/_sass/base.scss index b3b6247..6cd2682 100644 --- a/_sass/base.scss +++ b/_sass/base.scss @@ -130,6 +130,20 @@ a:hover { max-width: 800px; } +.hero-header { + height: 320px; +} + +.capsule-header { + margin-top: 100px; + margin-bottom: 30px; +} + +.contact-header { + height: 180px; + margin-top: 100px; +} + .card { border: 1px solid gainsboro; border-radius: 20px; @@ -416,6 +430,7 @@ footer { text-decoration: none; margin-left: 20px; transition: transform 0.5s ease !important; + min-width: 200px; } .footer-link:hover { @@ -1396,9 +1411,18 @@ pre { /** * media queries */ + +@media (max-width: 1380px) { + .vertical-line-container { + display: none; + } +} + @media (max-width: 1020px) { .flex-container-inner { width: 100% !important; + margin: 0; + margin-bottom: 50px; } .flex-container { @@ -1415,6 +1439,11 @@ pre { } @media (max-width: 600px) { + section { + margin-top: 80px; + margin-bottom: 80px; + } + .companies { flex-wrap: wrap; } @@ -1429,5 +1458,34 @@ pre { padding-top: 50px; padding-left: 10px; } + + .hero-header { + height: unset !important; + } + + .contact-header { + margin-top: 50px; + height: unset; + } + + .capsule-header { + height: unset; + margin-top: 30px; + margin-bottom: 30px; + } + + .footer-link { + margin-bottom: 20px; + } + + h1 { + font-size: 70px !important; + line-height: 70px !important; + } + + h2 { + font-size: 50px !important; + line-height: 50px !important; + } }