diff --git a/sass/custom/_paulus.scss b/sass/custom/_paulus.scss index aa054ce18ae..147c3ae4f2f 100644 --- a/sass/custom/_paulus.scss +++ b/sass/custom/_paulus.scss @@ -1,5 +1,32 @@ @charset "UTF-8"; +.hero { + background-color: #038FC7; + + .lead { + margin-bottom: 16px; + } + + .hero-buttons a { + color: white; + text-transform: uppercase; + white-space: nowrap; + display: inline-block; + } + + .front-install { + background-color: #333; + margin-bottom: 16px; + display: inline-block; + padding: 8px; + color: #DDD; + + .sh { + color: #c82829; + } + } +} + .supported-brands { text-align: center; img { diff --git a/source/_includes/custom/grid_item_left.html b/source/_includes/custom/grid_item_left.html index 17aa0ac0531..c1a498fb418 100644 --- a/source/_includes/custom/grid_item_left.html +++ b/source/_includes/custom/grid_item_left.html @@ -2,10 +2,9 @@
Home Assistant will track the state of all the devices in your home, so you don't have to.
Home Assistant is an open-source home automation platform running on Python 3. Track and control all devices at home and automate control. Installation in less than a minute.
+
+$ pip3 install homeassistant
+$ hass --open-ui
+
\ No newline at end of file
diff --git a/source/images/hero_screenshot.png b/source/images/hero_screenshot.png
index 009fe1a2d36..2c0801a700f 100644
Binary files a/source/images/hero_screenshot.png and b/source/images/hero_screenshot.png differ