c0ffeeca7 b87af8f6f8
Add icons for three dots menu and cogwheel (#33557)
Co-authored-by: coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com>
2024-07-04 10:32:22 +02:00

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>