mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-05-02 01:07:36 +00:00
25 lines
1.3 KiB
HTML
25 lines
1.3 KiB
HTML
<section class="aside-module grid__item one-whole lap-one-half">
|
|
<h1 class="title epsilon">{% icon "mdi:about-circle-outline" %} 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 class="external-link" href='https://demo.home-assistant.io'>Try the online demo {% icon "tabler:external-link" %}</a></li>
|
|
<li><a class="external-link" href='https://building.open-home.io/#/portal'>Sign up for our newsletter {% icon "tabler:external-link" %}</a></li>
|
|
<li><a class="external-link" href="https://twitter.com/Home_Assistant">Follow Home Assistant on X {% icon "tabler:external-link" %}</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>
|
|
<p>
|
|
Home Assistant is part of the <a class="external-link" href="https://www.openhomefoundation.org/">Open Home Foundation {% icon "tabler:external-link" %}</a>.
|
|
</p>
|
|
</section>
|