Upgrade blog sidebar

This commit is contained in:
Paulus Schoutsen 2015-12-17 19:00:01 -08:00
parent 53a3209449
commit 8de91b31ee
11 changed files with 43 additions and 42 deletions

View file

@ -0,0 +1,11 @@
<section class="aside-module grid__item one-whole lap-one-half">
<h1 class="title delta">About Home Assistant</h1>
<ul class="divided">
<li>
Home Assistant is an open-source home automation platform running on Python 3. Track and control all devices at home and automate control.
</li>
<li><a href='/getting-started/'>Get started with Home Assistant</a></li>
<li><a href='/demo/'>Open the online demo</a></li>
<li><a href='https://github.com/balloob/home-assistant/'>Browse code on GitHub</a></li>
</ul>
</section>