mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-23 09:17:06 +00:00
Add webinar to frontend
This commit is contained in:
parent
8c53ee2b15
commit
ed5601dae7
@ -13,7 +13,7 @@
|
||||
text-transform: uppercase;
|
||||
white-space: nowrap;
|
||||
display: inline-block;
|
||||
font-weight: bold;
|
||||
font-weight: 500;
|
||||
}
|
||||
|
||||
.front-install {
|
||||
@ -59,6 +59,17 @@
|
||||
padding: 4px 0px 12px;
|
||||
}
|
||||
}
|
||||
|
||||
.links {
|
||||
margin-top: 8px;
|
||||
text-align: right;
|
||||
|
||||
a {
|
||||
text-decoration: none;
|
||||
font-weight: 500;
|
||||
text-transform: uppercase;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
.frontpage {
|
||||
@ -69,10 +80,15 @@
|
||||
.release-date {
|
||||
white-space: nowrap;
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
.blog-date {
|
||||
white-space: nowrap;
|
||||
.recent-posts {
|
||||
margin-bottom: 16px;
|
||||
|
||||
.blog-date {
|
||||
white-space: nowrap;
|
||||
}
|
||||
}
|
||||
|
||||
.supported-brands {
|
||||
|
@ -11,17 +11,19 @@ description: Open-source home automation platform running on Python 3. Track and
|
||||
hide_github_edit: true
|
||||
---
|
||||
|
||||
<div class="grid-wrapper frontpage">
|
||||
<div class="frontpage">
|
||||
<div class="grid">
|
||||
<div class="grid__item one-third lap-one-third palm-one-whole">
|
||||
<div class='current-version material-card text'>
|
||||
<h1>Current: 0.22.1</h1>
|
||||
Released: <span class='release-date'>June 20, 2016</span><br>
|
||||
<a href='/blog/2016/06/18/pandora-bt-home-hub-5-and-local-file-camera/'>Release notes</a>
|
||||
<h1>Current Version: 0.22.1</h1>
|
||||
Released: <span class='release-date'>June 20, 2016</span>
|
||||
<div class='links'>
|
||||
<a href='/blog/2016/06/18/pandora-bt-home-hub-5-and-local-file-camera/'>Release notes</a>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<div class="grid__item two-thirds lap-two-thirds palm-one-whole">
|
||||
<div class='material-card text'>
|
||||
<div class='recent-posts material-card text'>
|
||||
<h1>Recent Blog Posts</h1>
|
||||
|
||||
{% for post in site.posts limit: 3 %}
|
||||
@ -31,6 +33,13 @@ hide_github_edit: true
|
||||
</li>
|
||||
{% endfor %}
|
||||
</div>
|
||||
<div class='material-card text'>
|
||||
<h1>June 26: Free online webinar</h1>
|
||||
Join us for our first virtual session to learn the in's and out's of Home Assistant. We'll talk about getting started, configuring new components, setting up automations and using templates.
|
||||
<div class='links'>
|
||||
<a href='https://www.eventbrite.com/e/home-assistant-support-101-getting-around-in-home-assistant-tickets-25943868810'>RSVP</a>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user