diff --git a/css/_buttons.scss b/css/_buttons.scss index 66371aa..5cc93d2 100644 --- a/css/_buttons.scss +++ b/css/_buttons.scss @@ -28,6 +28,10 @@ html { pointer-events: none; } } + + .btn-icon { + margin-right: 0.5rem; + } } .btn-lg { diff --git a/css/_home.scss b/css/_home.scss index 9bb715c..9540c15 100644 --- a/css/_home.scss +++ b/css/_home.scss @@ -360,44 +360,6 @@ $primary: #a72b2a; } } - .home-get-started { - margin-top: 10rem; - - .grid { - margin-top: 4rem; - display: grid; - grid-template-columns: 1fr 1fr 1fr; - grid-column-gap: 2rem; - - @media (max-width: 1050px) { - grid-template-columns: 1fr; - grid-row-gap: 2rem; - } - - .item { - background: #f6f6f6; - border-radius: 4px; - padding: 4rem 1.5rem; - display: flex; - flex-direction: column; - justify-content: space-between; - align-items: center; - - @media (max-width: 1050px) { - padding: 2rem; - } - - .btn { - margin-top: 3rem; - - @media (max-width: 1050px) { - margin-top: 2rem; - } - } - } - } - } - .home-case-studies { margin-top: 10rem; diff --git a/index.html b/index.html index 4e5a5b3..b581aaa 100644 --- a/index.html +++ b/index.html @@ -43,8 +43,12 @@ logo logo
- Log In - Try For Free + + + Explore on GitHub +
@@ -52,7 +56,7 @@

Manage OTA firmware updates across your devices

NervesHub is an extensible web service that allows you to manage over-the-air (OTA) firmware updates of devices in the field. Built with Phoenix, NervesHub delivers first-class support for hardware deployments directly from the command line.

- Get Started + Get Started
hero image @@ -134,20 +138,6 @@

Securely Push Firmware to Device Fleets

-
-

Get Started with NervesHub

-
-
-

Read the 'Getting Started' pages in our NervesHub docs

- Get Started Here -
-
-

Check out our repositories on Github

- NervesHub on Github -
-
-
-

Nerves in Action