diff --git a/sass/custom/_blue.scss b/sass/custom/_blue.scss index deee321506e..5b82a93ca5b 100644 --- a/sass/custom/_blue.scss +++ b/sass/custom/_blue.scss @@ -54,14 +54,6 @@ $ha__primary_color: #03a9f4; max-width: 1000px; margin: auto; - .sub-title { - font-weight: bold; - font-size: 42px; - line-height: 49px; - margin: 32px; - text-align: center; - } - .missing-piece { z-index: 2; position: relative; diff --git a/sass/custom/_features.scss b/sass/custom/_features.scss index 2c7634ef8ea..9172a3fc473 100644 --- a/sass/custom/_features.scss +++ b/sass/custom/_features.scss @@ -1,5 +1,6 @@ .feature-cards { display: grid; + letter-spacing: normal; grid-template-columns: repeat(2, 1fr); gap: 32px; margin: auto; @@ -43,6 +44,15 @@ } } +.sub-title { + letter-spacing: normal; + font-weight: bold; + font-size: 42px; + line-height: 49px; + margin: 32px; + text-align: center; +} + @media only screen and (max-width: $palm-end) { .feature-cards { width: 95%; diff --git a/source/_includes/custom/features.html b/source/_includes/custom/features.html index dccb38865b0..64579d68c0f 100644 --- a/source/_includes/custom/features.html +++ b/source/_includes/custom/features.html @@ -49,7 +49,7 @@ EXPLORE ADD-ONS diff --git a/source/_includes/custom/grid_item_left.html b/source/_includes/custom/grid_item_left.html deleted file mode 100644 index 502c2c7e90d..00000000000 --- a/source/_includes/custom/grid_item_left.html +++ /dev/null @@ -1,51 +0,0 @@ -

Observe

-
-

Home Assistant will track the state of all the devices in your home, so you don't have to.

-
- - Ecobee - - - Philips Hue - - - Google Cast - - - Google Assistant - - - MQTT - - - Belkin WeMo - - - Shelly - - - Kodi - - - Plex - - - IKEA Tradfri - - - Vera - - - Sonos - - - Zigbee Home Automation - - - Z-Wave JS - -
- -

- Browse all » -

diff --git a/source/_includes/custom/grid_item_middle.html b/source/_includes/custom/grid_item_middle.html deleted file mode 100644 index 4f599cca1a8..00000000000 --- a/source/_includes/custom/grid_item_middle.html +++ /dev/null @@ -1,6 +0,0 @@ -

Control

-
-

Control all your devices from a single, mobile-friendly, interface.

-

- Home Assistant allows you to control all your devices without storing any of your data in the cloud. We like to keep your privacy private. -

\ No newline at end of file diff --git a/source/_includes/custom/grid_item_right.html b/source/_includes/custom/grid_item_right.html deleted file mode 100644 index 4e0c13cf2b0..00000000000 --- a/source/_includes/custom/grid_item_right.html +++ /dev/null @@ -1,12 +0,0 @@ -

Automate

-
-

Set up advanced rules to control devices and bring your home alive.

-

Do you want to …

- -

We've got you covered.

-

View examples by the community.

diff --git a/source/_includes/custom/welcome.html b/source/_includes/custom/welcome.html index 3c3d8615d29..2f3c2a73673 100644 --- a/source/_includes/custom/welcome.html +++ b/source/_includes/custom/welcome.html @@ -6,5 +6,5 @@ Open source home automation that puts local control and privacy first. Powered b

Get started View demo - Browse code on GitHub + Browse 1000+ integrations

diff --git a/source/index.html b/source/index.html index fdeda905675..7903ffd15a8 100644 --- a/source/index.html +++ b/source/index.html @@ -167,47 +167,8 @@ description: - - - - - +
Features
+ {% include custom/features.html %}