mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-05-31 07:16:47 +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;
|
||||
padding-top: 30%;
|
||||
background-image: url(/images/merchandise/shirt-frontpage.png);
|
||||
background-size: cover;
|
||||
background-position: center;
|
||||
text-decoration: none;
|
||||
|
@ -64,11 +64,30 @@ description: Open source home automation that puts local control and privacy fir
|
||||
{% endfor %}
|
||||
</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/'>
|
||||
Learn how Hass.io can turn your Raspberry Pi into the ultimate home automation hub <i class="icon-arrow-right"></i>
|
||||
</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='title'>
|
||||
Join the Home Assistant t-shirt revolution!
|
||||
|
Loading…
x
Reference in New Issue
Block a user