Update to site

This commit is contained in:
Paulus Schoutsen 2014-12-21 12:17:37 -08:00
parent 3345fa5897
commit b0bdfe2fe9
244 changed files with 11618 additions and 12 deletions

View 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>