Add demo
This commit is contained in:
parent
52f81a715e
commit
58ff384360
11 changed files with 325 additions and 9 deletions
|
@ -1,4 +1,3 @@
|
|||
<p class="copyright">
|
||||
All content by {{ site.author }} and licenced under <a href="//creativecommons.org/licenses/by-nc-sa/3.0/ie/">Creative Commons</a>.<br>
|
||||
Code under <a href="//github.com/coogie/oscailte/blob/master/README.md">MIT Licence</a>. <span class="credit">Site powered by <a href="http://octopress.org">Octopress</a></span>
|
||||
<span class="credit">Site powered by <a href="http://octopress.org">Octopress</a>, <a href='http://jekyllrb.com/'>Jekyll</a> and using the <a href='https://github.com/coogie/oscailte'>Oscalite theme</a>.</span>
|
||||
</p>
|
|
@ -3,7 +3,8 @@
|
|||
<p class="lead">
|
||||
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 then a minute.
|
||||
</p>
|
||||
<p>
|
||||
<a href='{{ root_url }}/getting-started' class='btn' style='margin: 0 50px 10px 0;'>Get started</a>
|
||||
<p class='hero-buttons'>
|
||||
<a href='{{ root_url }}/demo' target='_blank' class='btn'>View demo</a>
|
||||
<a href='{{ root_url }}/getting-started' class='btn'>Get started</a>
|
||||
<a href='https://www.github.com/balloob/home-assistant' class='btn'>Browse code on GitHub</a>
|
||||
</p>
|
Loading…
Add table
Add a link
Reference in a new issue