Update to site
This commit is contained in:
parent
3345fa5897
commit
b0bdfe2fe9
244 changed files with 11618 additions and 12 deletions
14
source/_includes/site/hero_unit.html
Normal file
14
source/_includes/site/hero_unit.html
Normal file
|
@ -0,0 +1,14 @@
|
|||
<div class="hero" style="background-color: rgb(0, 178, 255); /* background-image: url('/images/cliffs_of_moher.jpg');*/">
|
||||
<div class="grid-wrapper">
|
||||
<div class="grid flex">
|
||||
<div class="grid__item flex__item two-fifths palm-one-whole">
|
||||
<a href='{{ root_url }}/images/screenshots/screenshot-devices.png'>
|
||||
<img src="{{ root_url }}/images/hero_screenshot.png" alt="Home Assistant screenshot">
|
||||
</a>
|
||||
</div>
|
||||
<div class="grid__item flex__item three-fifths palm-one-whole">
|
||||
{% include custom/welcome.html %}
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
Loading…
Add table
Add a link
Reference in a new issue