mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-23 09:17:06 +00:00
Add promo sotoh24 (#31992)
This commit is contained in:
parent
0fde516856
commit
8e265f2937
BIN
source/images/frontpage/state-of-the-open-home-2024.png
Normal file
BIN
source/images/frontpage/state-of-the-open-home-2024.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 234 KiB |
@ -105,6 +105,17 @@ feedback: false
|
|||||||
</a>
|
</a>
|
||||||
</div>
|
</div>
|
||||||
<div class="grid__item two-thirds lap-two-thirds palm-one-whole">
|
<div class="grid__item two-thirds lap-two-thirds palm-one-whole">
|
||||||
|
<!-- State of the Open Home -->
|
||||||
|
<a
|
||||||
|
href="https://www.youtube.com/live/oa__fLArsFk"
|
||||||
|
class="material-card picture-promo"
|
||||||
|
style="
|
||||||
|
background-image: url(/images/frontpage/state-of-the-open-home-2024.png);
|
||||||
|
background-size: cover;
|
||||||
|
padding-top: 55%;
|
||||||
|
"
|
||||||
|
></a>
|
||||||
|
|
||||||
<a
|
<a
|
||||||
class="material-card picture-promo"
|
class="material-card picture-promo"
|
||||||
href="/voice_control/"
|
href="/voice_control/"
|
||||||
@ -130,16 +141,6 @@ feedback: false
|
|||||||
</div>
|
</div>
|
||||||
</a>
|
</a>
|
||||||
|
|
||||||
<!-- 10 YEAR HA -->
|
|
||||||
<a
|
|
||||||
href="https://www.youtube.com/watch?v=EmLV6lJLzSU"
|
|
||||||
class="material-card picture-promo"
|
|
||||||
style="
|
|
||||||
background-image: url(/images/frontpage/HA10_-_Website_banner.png);
|
|
||||||
background-size: cover;
|
|
||||||
padding-top: 55%;
|
|
||||||
"
|
|
||||||
></a>
|
|
||||||
{% assign pages_by_date = site.pages | sort: "date" | reverse %} {% for
|
{% assign pages_by_date = site.pages | sort: "date" | reverse %} {% for
|
||||||
page in pages_by_date %} {% if page.layout == "landingpage" and
|
page in pages_by_date %} {% if page.layout == "landingpage" and
|
||||||
page.frontpage != false %}
|
page.frontpage != false %}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user