Skip to content

Commit 70fd2e2

Browse files
authored
Merge pull request #2886 from zachlasiuk/main
added alt text to svgs
2 parents ff6e34e + a8cd073 commit 70fd2e2

1 file changed

Lines changed: 4 additions & 5 deletions

File tree

  • themes/arm-design-system-hugo-theme/layouts

themes/arm-design-system-hugo-theme/layouts/index.html

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -30,9 +30,8 @@ <h1 id="homepage-header" class="orchard-breeze-text">Arm Learning Paths</h1>
3030
<ads-cta-button size="medium" class='u-margin-bottom-1 u-margin-top-2' onclick="window.location.href='/install-guides'" level="secondary">Install Guides for Tools</ads-cta-button>
3131
</div>
3232

33-
<!--
34-
<chat-ai app-name="learning-paths" redirect-url="http://internal.learn.arm.com" ></chat-ai>
35-
-->
33+
34+
3635

3736

3837
<!-- Search functionality -->
@@ -66,7 +65,7 @@ <h1 id="homepage-header" class="orchard-breeze-text">Arm Learning Paths</h1>
6665
<a href="{{.Permalink}}">
6766
<div class="main-topic-card c-row" style="flex-wrap: nowrap !important;">
6867
<div class="c-col-3">
69-
<img alt="" aria-hidden="true" src="img/main-topic-icons/{{.Title | urlize}}.svg" />
68+
<img alt="Icon for {{.Title}}" aria-hidden="true" src="img/main-topic-icons/{{.Title | urlize}}.svg" />
7069
</div>
7170
<div class="maintopic-content c-col-9 u-margin-left-1">
7271
<h3 class="main-topic-title u-margin-top-1/2 u-margin-bottom-1/2">{{ replace .Title "and" "&" }}</h3>
@@ -80,7 +79,7 @@ <h3 class="main-topic-title u-margin-top-1/2 u-margin-bottom-1/2">{{ replace .Ti
8079
<a href="/tag/ml/">
8180
<div class="main-topic-card c-row" style="flex-wrap: nowrap !important;">
8281
<div class="c-col-3">
83-
<img alt="" aria-hidden="true" src="img/main-topic-icons/ai.svg" style="width: 100%;" />
82+
<img alt="Icon for AI" aria-hidden="true" src="img/main-topic-icons/ai.svg" style="width: 100%;" />
8483
</div>
8584
<div class="maintopic-content c-col-9 u-margin-left-1">
8685
<h3 class="main-topic-title u-margin-top-1/2 u-margin-bottom-1/2">AI</h3>

0 commit comments

Comments
 (0)