diff --git a/_layouts/services.html b/_layouts/services.html index 5669eb1..96f9fbd 100644 --- a/_layouts/services.html +++ b/_layouts/services.html @@ -5,14 +5,23 @@ {%- include header.html -%}
-
+
+ +
+
+
+
services

-

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.

@@ -22,34 +31,45 @@
-
+
-
-

security assessments

-

Our assessments go beyond identifying vulnerabilities—we strategically eliminate risks at their source. Using a first-principles methodology, we pinpoint single points of failure and deliver clear, actionable recommendations to secure your systems against sophisticated threats.

+
+

security assessments

+

Our assessments go beyond identifying vulnerabilities—we strategically eliminate risks at their source. Using a first-principles methodology, we pinpoint single points of failure and deliver clear, actionable recommendations to secure your systems against sophisticated threats.

  • Penetration testing
  • Secure code review
  • Cloud configuration review
  • Threat modeling
+
+ + Schedule an assessment + +
-
-

retainer or fractional CISO

-

Gain continuous, high-level security leadership tailored precisely to your organization's needs. We work closely with your teams, providing strategic security direction, eliminating blind trust, and protecting critical infrastructure from sophisticated threats.

+
+

retainer or fractional CISO

+

Gain continuous, high-level security leadership tailored precisely to your organization's needs. We work closely with your teams, providing strategic security direction, eliminating blind trust, and protecting critical infrastructure from sophisticated threats.

  • Security program development
  • Incident response
  • Due diligence
  • Vetting security talent
+
+ + Work with us + +
+ +
-
-
+

why Distrust?

diff --git a/_sass/_dark.scss b/_sass/_dark.scss index 7533a42..0c13e89 100644 --- a/_sass/_dark.scss +++ b/_sass/_dark.scss @@ -13,15 +13,16 @@ --placeholder-color: rgba(0, 0, 0, 0.5); --link-color: var(--base-color); /* yoinkt from Material Design 2014, Deep Purple A200 */ - --mega-color: #7C4DFF; - --dark-purple: #241846; - --mid-purple: #473C68; + --purple: #7C4DFF; --light-purple: #A998ED; - --light-blue: #02CAF2; - --light-grey: #9A9A9A; - --dark-grey: #292929; + --mid-purple: #473C68; + --dark-purple: #241846; --light-teal: #6DD4F1; - --raisin-black: #120F1A; + --mid-blue: #02CAF2; + --pink: #F048B5; + --light-grey: #9A9A9A; + --mid-grey: #292929; + --dark-grey: #120F1A; --code-color-1: #aaaaaa; --code-color-2: #ffffcc; --code-color-3: #F00000; diff --git a/_sass/base.scss b/_sass/base.scss index 98b798d..a8a3cb8 100644 --- a/_sass/base.scss +++ b/_sass/base.scss @@ -9,7 +9,7 @@ * Style variables */ $base-font-family: 'Inter', monospace !default; -$base-font-size: 1.125rem !default; +$base-font-size: 1.3rem !default; $mobile-font-size: 1.125rem !default; $base-line-height: 1.5 !default; $container-width: 90% !default; @@ -80,7 +80,7 @@ h6 { } p { - font-size: 18px; + font-size: $base-font-size; } p, @@ -126,7 +126,6 @@ a:hover { } .hero-p { - font-size: 20px; max-width: 800px; } @@ -135,7 +134,7 @@ a:hover { } .capsule-header { - margin-top: 110px; + margin-top: 80px; margin-bottom: 30px; } @@ -145,11 +144,13 @@ a:hover { .card { transition: border 0.3s ease-in-out; - background: var(--raisin-black); + background: var(--dark-grey); border: 1px solid var(--mid-purple); border-radius: 20px; padding: 45px; margin: 20px; + min-height: 490px; + max-width: 550px; } .card:hover { @@ -354,6 +355,7 @@ a:hover { overflow: hidden; top: 100px; left: 0; + z-index: -1; } .gradient-overlay { @@ -703,18 +705,19 @@ hr { @mixin mega { border-radius: 30px; font-weight: 400; + transition: background-color 0.3s ease-in-out, color 0.3s ease-in-out; } .mega-inverted.button { - border: 1px solid var(--dark-grey); - background: var(--dark-grey); - color: white; - @include mega; + border: 1px solid var(--mid-grey); + background: var(--mid-grey); + color: white; + @include mega; } .mega-inverted.button:hover { transform: translateY(0px); - background: var(--mega-color); + background: var(--purple); color: var(--base-color); } @@ -728,8 +731,9 @@ hr { } .mega.button:hover { - background: var(--mega-color); + background: var(--purple); color: var(--base-color); + border: 2px solid var(--purple); } .button-container { @@ -743,7 +747,7 @@ hr { width: 100%; border-radius: 10px; height: 60px; - background: var(--mega-color); + background: var(--purple); color: white; border: 1px solid var(--light-purple); } diff --git a/assets/videos/swirly-lines.mp4 b/assets/videos/swirly-lines.mp4 new file mode 100644 index 0000000..1b6f05b Binary files /dev/null and b/assets/videos/swirly-lines.mp4 differ