mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-12-11 02:43:28 -06:00
26 lines
875 B
HTML
26 lines
875 B
HTML
---
|
|
layout: landingpage
|
|
title: "Home Assistant Community"
|
|
description: "Connect and share ideas with makers, tinkerers, and smart home enthusiasts."
|
|
og_image: /images/community/og.jpeg
|
|
frontpage: false
|
|
---
|
|
<link rel="stylesheet" href="/stylesheets/homeassistant/pages/community/index.css" />
|
|
<script type="module">
|
|
import {DSAP} from "/javascripts/dsap.es.js";
|
|
window.dsap = new DSAP();
|
|
</script>
|
|
|
|
|
|
<main id="page-community">
|
|
<div class="container-full">
|
|
{% include_relative assets/_icons.html %}
|
|
{% include_relative components/_nav.html %}
|
|
{% include_relative components/_hero.html %}
|
|
{% include_relative components/_global.html %}
|
|
{% include_relative components/_join.html %}
|
|
{% include_relative components/_newsletter.html %}
|
|
{% include_relative components/_meetups.html %}
|
|
{% include_relative components/_faq.html %}
|
|
</div>
|
|
</main> |