diff --git a/source/_includes/asides/cloud_navigation.html b/source/_includes/asides/cloud_navigation.html
index 48ca4058146..b4d936c0579 100644
--- a/source/_includes/asides/cloud_navigation.html
+++ b/source/_includes/asides/cloud_navigation.html
@@ -1,20 +1,22 @@
- About Home Assistant
-
-
+
+
About Home Assistant
+
+
+
diff --git a/source/_includes/asides/conference_navigation.html b/source/_includes/asides/conference_navigation.html
new file mode 100644
index 00000000000..ad1535ea2cd
--- /dev/null
+++ b/source/_includes/asides/conference_navigation.html
@@ -0,0 +1,36 @@
+
+
+
Details
+
+
+
+
+
Contact
+
+
+
+
+
Sponsors
+
+
+
+
diff --git a/source/_includes/site/sidebar.html b/source/_includes/site/sidebar.html
index 4edbe4468d7..1c77a198122 100644
--- a/source/_includes/site/sidebar.html
+++ b/source/_includes/site/sidebar.html
@@ -1,23 +1,26 @@
{% assign url_parts = page.url | split: '/' %}
- {% if url_parts[1] == 'integrations' %}
+ {% assign root = url_parts[1] %}
+ {% if root == 'integrations' %}
{% include asides/component_navigation.html %}
- {% elsif url_parts[1] == 'cookbook' %}
+ {% elsif root == 'cookbook' %}
{% include asides/cookbook_navigation.html %}
- {% elsif url_parts[1] == 'lovelace' %}
+ {% elsif root == 'lovelace' %}
{% include asides/lovelace_navigation.html %}
- {% elsif url_parts[1] == 'developers' or url_parts[1] == 'help' %}
+ {% elsif root == 'developers' or root == 'help' %}
{% include asides/help_navigation.html %}
- {% elsif url_parts[1] == 'getting-started' %}
+ {% elsif root == 'getting-started' %}
{% include asides/getting_started_navigation.html %}
- {% elsif url_parts[1] == 'docs' %}
+ {% elsif root == 'docs' %}
{% include asides/docs_navigation.html %}
- {% elsif url_parts[1] == 'faq' %}
+ {% elsif root == 'faq' %}
{% include asides/faq_navigation.html %}
- {% elsif url_parts[1] == 'hassio' or url_parts[1] == 'addons' %}
+ {% elsif root == 'hassio' or root == 'addons' %}
{% include asides/hassio_navigation.html %}
- {% elsif url_parts[1] == 'cloud' %}
+ {% elsif root == 'cloud' %}
{% include asides/cloud_navigation.html %}
+ {% elsif root == 'conference' %}
+ {% include asides/conference_navigation.html %}
{% else %}
{% include asides/about.html %}
diff --git a/source/conference/index.markdown b/source/conference/index.markdown
new file mode 100644
index 00000000000..815f8b50752
--- /dev/null
+++ b/source/conference/index.markdown
@@ -0,0 +1,27 @@
+---
+title: Home Assistant Conference 2020
+show_title: false
+# is_homepage: true
+hide_github_edit: true
+description: December 13, 2020 we will host the first online Home Assistant Conference.
+og_image: /images/conference/social.png
+---
+
+

+
+
+The Home Assistant Conference is an online event where the Home Assistant community will share their ideas, creations and major milestones. The event will take place on December 13, 2020 and will be free to participate.
+
+We're still working out the details, so check back on this page for updates.
+
+## Open call for speakers
+
+We're currently looking for people that want to speak at the conference. Talks will need to be either 15 or 30 minutes. You will stream them from your house during the event.
+
+Talks can be about things you created, like a great automation, an amazing Lovelace dashboard, or a cool new feature. It can also be about your experience with Home Assistant, like how it has improved peoples lives, how you use it for education or some other unique use case.
+
+If you're interested in speaking, [fill in the form](https://forms.gle/2bxEzk4kWx4fPVMPA). The deadline for submitting a talk is October 31, 2020.
+
+## Speakers & Schedule
+
+This will come soon.
diff --git a/source/images/conference/conference-header.png b/source/images/conference/conference-header.png
new file mode 100644
index 00000000000..4432422adaa
Binary files /dev/null and b/source/images/conference/conference-header.png differ
diff --git a/source/images/conference/frontpage-card.png b/source/images/conference/frontpage-card.png
new file mode 100644
index 00000000000..70d53f66f96
Binary files /dev/null and b/source/images/conference/frontpage-card.png differ
diff --git a/source/images/conference/social.png b/source/images/conference/social.png
new file mode 100644
index 00000000000..e9bbdc9ada6
Binary files /dev/null and b/source/images/conference/social.png differ
diff --git a/source/index.html b/source/index.html
index d7b2bde6832..feafab27902 100644
--- a/source/index.html
+++ b/source/index.html
@@ -36,6 +36,15 @@ description:
+