Add link to OHF announcement (#34021)

This commit is contained in:
Paulus Schoutsen 2024-07-30 11:21:59 +02:00 committed by GitHub
parent fab7083dd0
commit c773478f48
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 17 additions and 5 deletions

View File

@ -110,7 +110,7 @@ h1.title.indent {
a {
text-decoration: none !important;
}
&>li {
list-style-type: none;
@ -118,7 +118,7 @@ h1.title.indent {
margin-left: 20px;
font-size: .85rem;
font-weight: normal;
&>li {
margin: 4px 0;
@ -183,7 +183,7 @@ h1.title.indent {
position: sticky;
top: 80px;
padding-left: 32px;
.aside-module {
background: none;
padding: 0;
@ -676,6 +676,10 @@ a.material-card:hover {
&:hover {
background-color: lighten(#038fc7, 10%);
}
iconify-icon {
vertical-align: middle;
}
}
.events {
@ -820,7 +824,7 @@ a.material-card:hover {
.round {
border-radius: 50%;
}
@media only screen and (max-width: $lap-end) {
grid-template-columns: repeat(auto-fill, minmax(144px, 1fr));
gap: 16px;

View File

@ -70,6 +70,14 @@ feedback: false
</div>
</div>
<a
class="material-card highlight-blog-post"
href="https://www.openhomefoundation.org/blog/announcing-the-open-home-foundation/"
>
We are a non-profit and can't be sold or acquired
<iconify-icon icon="mdi:arrow-right-thick"></iconify-icon>
</a>
<a
class="material-card picture-promo"
href="/blog/2019/08/06/home-assistant-cast/"
@ -340,4 +348,4 @@ feedback: false
</section>
</div>
</div>
</div>