mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-06-16 23:26:50 +00:00
Add state of union card for frontend (#7591)
This commit is contained in:
parent
f47566a2ea
commit
e46bac7011
@ -141,10 +141,9 @@ $primary-color: #049cdb;
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
.shirt-promo {
|
.picture-promo {
|
||||||
display: block;
|
display: block;
|
||||||
padding-top: 30%;
|
padding-top: 30%;
|
||||||
background-image: url(/images/merchandise/shirt-frontpage.png);
|
|
||||||
background-size: cover;
|
background-size: cover;
|
||||||
background-position: center;
|
background-position: center;
|
||||||
text-decoration: none;
|
text-decoration: none;
|
||||||
|
@ -64,11 +64,30 @@ description: Open source home automation that puts local control and privacy fir
|
|||||||
{% endfor %}
|
{% endfor %}
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
<a
|
||||||
|
class='material-card picture-promo'
|
||||||
|
href='/blog/2018/11/16/state-of-the-union/'
|
||||||
|
style='background-image: url(/images/blog/2018-11-state-of-the-union/share-the-love.jpg)'
|
||||||
|
>
|
||||||
|
<div class='caption'>
|
||||||
|
<div class='title'>
|
||||||
|
Watch the State of the Union 2018
|
||||||
|
</div>
|
||||||
|
<div class='subtitle'>
|
||||||
|
Learn about the origin of Home Assistant and where we're heading.
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
</a>
|
||||||
|
|
||||||
<a class='material-card highlight-blog-post large' href='/blog/2017/07/25/introducing-hassio/'>
|
<a class='material-card highlight-blog-post large' href='/blog/2017/07/25/introducing-hassio/'>
|
||||||
Learn how Hass.io can turn your Raspberry Pi into the ultimate home automation hub <i class="icon-arrow-right"></i>
|
Learn how Hass.io can turn your Raspberry Pi into the ultimate home automation hub <i class="icon-arrow-right"></i>
|
||||||
</a>
|
</a>
|
||||||
|
|
||||||
<a class='material-card shirt-promo' href='/blog/2017/02/22/home-assistant-tshirts-have-arrived/'>
|
<a
|
||||||
|
class='material-card picture-promo'
|
||||||
|
href='/blog/2017/02/22/home-assistant-tshirts-have-arrived/'
|
||||||
|
style='background-image: url(/images/merchandise/shirt-frontpage.png)'
|
||||||
|
>
|
||||||
<div class='caption'>
|
<div class='caption'>
|
||||||
<div class='title'>
|
<div class='title'>
|
||||||
Join the Home Assistant t-shirt revolution!
|
Join the Home Assistant t-shirt revolution!
|
||||||
|
Loading…
x
Reference in New Issue
Block a user