diff --git a/website/assets/dependencies/bootstrap-4/bootstrap-4.css b/website/assets/dependencies/bootstrap-4/bootstrap-4.css index 943532db55..d55715ea4f 100644 --- a/website/assets/dependencies/bootstrap-4/bootstrap-4.css +++ b/website/assets/dependencies/bootstrap-4/bootstrap-4.css @@ -3135,7 +3135,7 @@ input[type="button"].btn-block { } .dropdown-item.active, .dropdown-item:active { - color: #fff; + color: #6b6cfa; text-decoration: none; background-color: #007bff; } diff --git a/website/assets/styles/bootstrap-overrides.less b/website/assets/styles/bootstrap-overrides.less index df418a5e6f..5ff72e033f 100644 --- a/website/assets/styles/bootstrap-overrides.less +++ b/website/assets/styles/bootstrap-overrides.less @@ -28,9 +28,30 @@ h1, h2, h3, h4, h5, h6 { font-family: @header-font; } h1, h2, h3, h4 { - font-weight: 900; + font-weight: 800; } +h1 { + font-size: 48px; + line-height: 56px; +} + +h2 { + font-size: 36px; + line-height: 48px; +} + +p { + font-size: 18px; + line-height: 28px; +} + +footer { + font-size: 14px; + line-height: 24px; +} + + .btn { font-family: @header-font; font-weight: 700; diff --git a/website/assets/styles/mixins-and-variables/typography.less b/website/assets/styles/mixins-and-variables/typography.less index 5f4a27150a..6ea90853d9 100644 --- a/website/assets/styles/mixins-and-variables/typography.less +++ b/website/assets/styles/mixins-and-variables/typography.less @@ -1,7 +1,7 @@ // Font families: -@main-font: 'Mulish', sans-serif; -@header-font: 'Raleway', sans-serif; -@navigation-font: 'Lato', sans-serif; +@main-font: 'Nunito', sans-serif; +@header-font: 'Nunito Sans', sans-serif; +@navigation-font: 'Nunito Sans', sans-serif; // Font weights: @bold: 700; diff --git a/website/assets/styles/pages/get-started.less b/website/assets/styles/pages/get-started.less index faae96a5a5..d52f62c6dd 100644 --- a/website/assets/styles/pages/get-started.less +++ b/website/assets/styles/pages/get-started.less @@ -31,10 +31,6 @@ color: #192147; background-color: #f9fafc; border-color: #f9fafc; - &:hover { - background-color: #e2e4ea; - border-color: #e2e4ea; - } } } #arrow { @@ -45,11 +41,11 @@ color: #192147; font-weight: bold; user-select: none; - transition: 0.2s ease-in; - -o-transition: 0.2s ease-in; - -ms-transition: 0.2s ease-in; - -moz-transition: 0.2s ease-in; - -webkit-transition: 0.2s ease-in; + transition: 0.2s linear; + -o-transition: 0.2s linear; + -ms-transition: 0.2s linear; + -moz-transition: 0.2s linear; + -webkit-transition: 0.2s linear; } #arrow:before { @@ -59,16 +55,15 @@ top: 12px; left: 80%; // <--- here /* opacity: 0; */ - -webkit-transition: all 1000ms cubic-bezier(0.68, -0.55, 0.265, 1.55); } #arrow:hover:before { left: 82%; // <--- here - transition: 0.4s ease-in; - -o-transition: 0.4s ease-in; - -ms-transition: 0.4s ease-in; - -moz-transition: 0.4s ease-in; - -webkit-transition: 0.4s ease-in; + transition: 0.2s linear; + -o-transition: 0.2s linear; + -ms-transition: 0.2s linear; + -moz-transition: 0.2s linear; + -webkit-transition: 0.2s linear; /* opacity:1; */ } } diff --git a/website/assets/styles/pages/pricing.less b/website/assets/styles/pages/pricing.less index eb15b20574..d58de5e90e 100644 --- a/website/assets/styles/pages/pricing.less +++ b/website/assets/styles/pages/pricing.less @@ -19,10 +19,6 @@ color: #192147; background-color: #fff; border-color: #fff; - &:hover { - background-color: #e2e4ea; - border-color: #e2e4ea; - } } } .card-body { @@ -39,11 +35,11 @@ color: #192147; font-weight: bold; user-select: none; - transition: 0.2s ease-in; - -o-transition: 0.2s ease-in; - -ms-transition: 0.2s ease-in; - -moz-transition: 0.2s ease-in; - -webkit-transition: 0.2s ease-in; + transition: 0.2s linear; + -o-transition: 0.2s linear; + -ms-transition: 0.2s linear; + -moz-transition: 0.2s linear; + -webkit-transition: 0.2s linear; } #arrow:before { @@ -53,16 +49,15 @@ top: 12px; left: 80%; // <--- here /* opacity: 0; */ - -webkit-transition: all 1000ms cubic-bezier(0.68, -0.55, 0.265, 1.55); } #arrow:hover:before { left: 82%; // <--- here - transition: 0.4s ease-in; - -o-transition: 0.4s ease-in; - -ms-transition: 0.4s ease-in; - -moz-transition: 0.4s ease-in; - -webkit-transition: 0.4s ease-in; + transition: 0.2s linear; + -o-transition: 0.2s linear; + -ms-transition: 0.2s linear; + -moz-transition: 0.2s linear; + -webkit-transition: 0.2s linear; /* opacity:1; */ } } diff --git a/website/views/layouts/layout.ejs b/website/views/layouts/layout.ejs index 99546097de..dbe7c70c92 100644 --- a/website/views/layouts/layout.ejs +++ b/website/views/layouts/layout.ejs @@ -17,7 +17,7 @@ rule. (Include them up here along with any hard-coded «link» tags for Typekit, Google Fonts, etc. - above the «body» to prevent the page flickering when fonts load.) */ %> - + <% /* Certain scripts, normally analytics tools like Google Tag Manager and Google Analytics, should only be included in production: */ diff --git a/website/views/pages/homepage.ejs b/website/views/pages/homepage.ejs index ae24728cb4..933d11ef64 100644 --- a/website/views/pages/homepage.ejs +++ b/website/views/pages/homepage.ejs @@ -30,7 +30,7 @@
-

Every device in your enterprise.

+

Every device in your enterprise.

Keep track of servers and containers wherever they live: on your own hardware, in Amazon/Azure/Google clouds, or a little bit of each. Write scripts with fleetctl and design scheduled queries to integrate alerts and dashboards across your enterprise. Run on your own hardware or deploy in any cloud.

@@ -50,7 +50,7 @@
-

"Fleet is hands down the best osquery platform out there. Zach and I created Fleet as a natural extension to our original vision for osquery and this has manifested in the ease-of-use, flexibility, and adoption it has today. Look to Fleet for the future of open-source endpoint monitoring."

+

"Fleet is hands down the best osquery platform out there. Zach and I created Fleet as a natural extension to our original vision for osquery and this has manifested in the ease-of-use, flexibility, and adoption it has today. Look to Fleet for the future of open-source endpoint monitoring."

- Mike Arpaia, Co-creator of osquery

osquery logo
@@ -60,7 +60,7 @@
-

Send device data to any log destination.

+

Send device data to any log destination.

Fleet makes it easier to query and track your servers, containers, and laptops. It extends osquery to answer questions about multiple devices at the same time and provides log streams that enable automated threat detection.

@@ -89,7 +89,7 @@
-

Your hosted universe, all in one flexible app.

+

Your hosted universe, all in one flexible app.

Organizations large and small use osquery with Fleet every day to stay secure and compliant. That’s good news, since it means there are lots of other developers and security practitioners talking about Fleet, dreaming up features, and contributing patches. Let’s stop reinventing the wheel and build the future of device management together.

Meet the Fleet community
@@ -128,7 +128,7 @@
-

I've been using Fleet to manage thousands of hosts running osquery. Fleet itself is pretty low-maintenance; mostly I don't have to worry about Fleet uptime and instead focus on what matters: deploying osquery, developing better queries, and getting the most out of osquery logs.

+

I've been using Fleet to manage thousands of hosts running osquery. Fleet itself is pretty low-maintenance; mostly I don't have to worry about Fleet uptime and instead focus on what matters: deploying osquery, developing better queries, and getting the most out of osquery logs.

- Brendan Shaklovitz, Senior Site Reliability Engineer, Security Team @ Atlassian

Atlassian logo
diff --git a/website/views/pages/pricing.ejs b/website/views/pages/pricing.ejs index 26467a416a..a521575268 100644 --- a/website/views/pages/pricing.ejs +++ b/website/views/pages/pricing.ejs @@ -15,7 +15,7 @@
-

+

Core

FREE

@@ -75,7 +75,7 @@
-

+

Basic

$4