diff --git a/_layouts/roadmap.html b/_layouts/roadmap.html index 1518818..4fa35d4 100644 --- a/_layouts/roadmap.html +++ b/_layouts/roadmap.html @@ -438,30 +438,32 @@ -
-

❝Our mission is to use our knowledge to bring open source solutions to the world that improve the security, privacy and freedom of as many individuals as possible. We believe having verifiable foundations that technologies can be built upon are a fundamental step towards improving the well being of our species, and solving the coordination problem.❞

+
+
+
+

❝Our mission is to use our knowledge to improve the security, privacy, and freedom of as many individuals as possible. We believe having verifiable foundations on which technologies can be built is a fundamental step toward improving the wellbeing of our species and solving the coordination problem.❝ — Distrust team

+
-

powered by distrust

-

Companies are already choosing to adopt our methodologies to help secure their systems.

+

powered by distrust

+

Companies are already choosing to adopt our methodologies and tooling to help secure their systems.

-
-

Mysten Labs

+

Mysten Labs

The SUI cryptocurrency is leveraging StageX to build their nodes in a deterministic manner in order to eliminate single points of failure.

@@ -469,7 +471,7 @@
-

Sidero

+

Sidero

Using StageX to build their widely used Linux distribution specialized in delivering kubernetes features.

diff --git a/_sass/base.scss b/_sass/base.scss index 686dee3..53d52d2 100644 --- a/_sass/base.scss +++ b/_sass/base.scss @@ -309,7 +309,6 @@ a:hover { color: white !important; } - .arrow-link:hover { background: none !important; background-color: var(--base-color); @@ -404,6 +403,10 @@ a:hover { padding: 2rem; } +.powered-header { + height: 100px; +} + @media only screen and (max-device-width: 500px) { * { font-size: $mobile-font-size; @@ -436,6 +439,7 @@ footer { padding: 40px 0px; text-align: right; margin-top: 80px; + font-size: 1.1rem; } .footer-link { @@ -1691,5 +1695,8 @@ pre { font-size: 1rem !important; margin-bottom: 10px; } + .powered-header { + height: 50px; + } }