diff --git a/_layouts/company.html b/_layouts/company.html index a1665b1..31c028d 100644 --- a/_layouts/company.html +++ b/_layouts/company.html @@ -89,7 +89,7 @@
-

ready to take security serously?

+

ready to take security seriously?

We help organizations that can't afford to fail. If security is mission-critical for your company, let's talk.

Get in touch diff --git a/_layouts/landing.html b/_layouts/landing.html index b30830c..edeb54d 100644 --- a/_layouts/landing.html +++ b/_layouts/landing.html @@ -6,24 +6,24 @@
- -
-
+ +
+
-
-
-

security without blind trust

-

Distrust applies a first principles approach to securing mission critical infrastructure. No guessing, no shortcuts, only verifiable security.

-
- Work with us -
-
-
-
+
+
+

security without blind trust

+

Distrust applies a first principles approach to securing mission critical infrastructure. No guessing, no shortcuts, only verifiable security.

+
+ Work with us +
+
+
+
@@ -64,23 +64,36 @@

our services today, our vision for tomorrow


+
+
+

ready to take security seriously?

+

We help organizations that can't afford to fail. If security is mission-critical for your company, let's talk.

+
diff --git a/_sass/_dark.scss b/_sass/_dark.scss index c77e879..7533a42 100644 --- a/_sass/_dark.scss +++ b/_sass/_dark.scss @@ -15,10 +15,13 @@ /* yoinkt from Material Design 2014, Deep Purple A200 */ --mega-color: #7C4DFF; --dark-purple: #241846; - --light-purple: #7952EB; + --mid-purple: #473C68; + --light-purple: #A998ED; --light-blue: #02CAF2; --light-grey: #9A9A9A; --dark-grey: #292929; + --light-teal: #6DD4F1; + --raisin-black: #120F1A; --code-color-1: #aaaaaa; --code-color-2: #ffffcc; --code-color-3: #F00000; diff --git a/_sass/base.scss b/_sass/base.scss index 2b09e93..d97610d 100644 --- a/_sass/base.scss +++ b/_sass/base.scss @@ -144,11 +144,20 @@ a:hover { } .card { - border: 1px solid gainsboro; + transition: border 0.3s ease-in-out; + background: var(--raisin-black); + border: 1px solid var(--mid-purple); border-radius: 20px; padding: 45px; margin: 20px; - min-height: 430px; +} + +.card:hover { + border: 1px solid var(--light-purple); +} + +.roadmap-card:hover { + border: 1px solid var(--light-teal); } @mixin capsule { @@ -421,6 +430,7 @@ footer { border-top: 1px solid var(--light-grey); padding: 40px 0px; text-align: right; + margin-top: 80px; } .footer-link {