mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-13 20:36:52 +00:00
Accessibility and SEO improvements (#21549)
This commit is contained in:
parent
eb637094e6
commit
0803709131
1
sass/fontawesome/_path.scss
vendored
1
sass/fontawesome/_path.scss
vendored
@ -11,4 +11,5 @@
|
||||
// src: url('#{$FontAwesomePath}/FontAwesome.otf') format('opentype'); // used when developing fonts
|
||||
font-weight: normal;
|
||||
font-style: normal;
|
||||
font-display: swap;
|
||||
}
|
||||
|
@ -110,6 +110,7 @@
|
||||
<a
|
||||
class="button"
|
||||
href="/home-energy-management/"
|
||||
aria-label="Learn more about Home Energy Management"
|
||||
>
|
||||
LEARN MORE
|
||||
</a>
|
||||
|
@ -48,7 +48,7 @@
|
||||
<li><a href="/blog/">Blog</a></li>
|
||||
<li><a href="/help/">Need help?</a></li>
|
||||
<li>
|
||||
<a href="#" class="show-search"><i class="icon-search"></i></a>
|
||||
<a href="#" class="show-search" aria-label="Show search" ><i class="icon-search"></i></a>
|
||||
</li>
|
||||
</ul>
|
||||
</nav>
|
||||
|
@ -59,7 +59,7 @@ feedback: false
|
||||
Use Alexa to control Home Assistant.
|
||||
|
||||
<div class="links">
|
||||
<a href="/cloud/">LEARN MORE</a>
|
||||
<a href="/cloud/" aria-label="Learn more about use Alexa to control Home Assistant">LEARN MORE</a>
|
||||
</div>
|
||||
</div>
|
||||
<div class="material-card text">
|
||||
@ -67,7 +67,7 @@ feedback: false
|
||||
Use Google Assistant to control Home Assistant.
|
||||
|
||||
<div class="links">
|
||||
<a href="/cloud/">LEARN MORE</a>
|
||||
<a href="/cloud/" aria-label="Learn more about use Google Assistant to control Home Assistant">LEARN MORE</a>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
@ -91,6 +91,7 @@ feedback: false
|
||||
<a
|
||||
class="material-card picture-promo"
|
||||
href="/state-of-the-open-home/"
|
||||
aria-label="Learn more about State of the Open Home"
|
||||
style="
|
||||
padding-top: 56%;
|
||||
background: center/contain no-repeat url(/images/state-of-the-open-home/promo.png) #fff;
|
||||
|
Loading…
x
Reference in New Issue
Block a user