mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-05-04 10:08:57 +00:00
22 lines
908 B
HTML
22 lines
908 B
HTML
<section class="aside-module grid__item one-whole lap-one-half">
|
|
<h1 class="title delta">About Home Assistant</h1>
|
|
<ul class="divided">
|
|
<li>
|
|
{{ site.description }}
|
|
</li>
|
|
<li><a href='/getting-started/'>Get started with Home Assistant</a></li>
|
|
<li><a href='https://demo.home-assistant.io'>Try the online demo</a></li>
|
|
<li><a href='https://building.open-home.io/#/portal'>Join our newsletter</a></li>
|
|
<li><a href="https://twitter.com/Home_Assistant">Follow Home Assistant on Twitter</a></li>
|
|
{% comment %}
|
|
<li>
|
|
Subscribe to the Home Assistant Newsletter
|
|
<form action="https://services.home-assistant.io/newsletter/signup" method="post" target="_blank">
|
|
<input type="email" id="email" name="email" placeholder="Email address" required >
|
|
<input type="submit" value="Subscribe">
|
|
</form>
|
|
</li>
|
|
{% endcomment %}
|
|
</ul>
|
|
</section>
|