Skip to content

Commit

Permalink
accessibility report issues
Browse files Browse the repository at this point in the history
  • Loading branch information
ObedVega committed Feb 8, 2024
1 parent 8e32fd5 commit fe3df35
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
8 changes: 4 additions & 4 deletions supplemental_ui/partials/footer-content.hbs
Original file line number Diff line number Diff line change
Expand Up @@ -68,14 +68,14 @@
<li>
<a href="https://teradata.my.site.com/teradataPRM/s/self-registration" data-celebrus="Footer Menu - Partner registration" data-gtm-category="Footer" data-gtm-action="footer nav click" data-gtm-label="Partner registration | https://teradata.my.site.com/teradataPRM/s/self-registration" target="_blank" rel="noopener">Partner registration
<span class="material-symbols-outlined md-16 ms-2">
<img src="{{uiRootPath}}/img/small-external.svg" alt="External Icon" width="" height="">
<img src="{{uiRootPath}}/img/small-external.svg" alt="External Icon" width="16px" height="16px">
</span>
</a>
</li>
<li>
<a href="https://teradata.my.site.com/teradataPRM/s/login/" data-celebrus="Footer Menu - Partner portal login" data-gtm-category="Footer" data-gtm-action="footer nav click" data-gtm-label="Partner portal login | https://teradata.my.site.com/teradataPRM/s/login/" target="_blank" rel="noopener">Partner portal login
<span class="material-symbols-outlined md-16 ms-2">
<img src="{{uiRootPath}}/img/small-external.svg" alt="External Icon" width="" height="">
<img src="{{uiRootPath}}/img/small-external.svg" alt="External Icon" width="16px" height="16px">
</span>
</a>
</li>
Expand Down Expand Up @@ -196,14 +196,14 @@
<li>
<a href="https://careers.teradata.com" data-celebrus="Footer Menu - Careers" data-gtm-category="Footer" data-gtm-action="footer nav click" data-gtm-label="Careers | https://careers.teradata.com" target="_blank" rel="noopener">Careers
<span class="material-symbols-outlined md-16 ms-2">
<img src="{{uiRootPath}}/img/small-external.svg" alt="External Icon" width="" height="">
<img src="{{uiRootPath}}/img/small-external.svg" alt="External Icon" width="16px" height="16px">
</span>
</a>
</li>
<li>
<a href="https://investor.teradata.com" data-celebrus="Footer Menu - Investors" data-gtm-category="Footer" data-gtm-action="footer nav click" data-gtm-label="Investors | https://investor.teradata.com" target="_blank" rel="noopener">Investors
<span class="material-symbols-outlined md-16 ms-2">
<img src="{{uiRootPath}}/img/small-external.svg" alt="External Icon" width="" height="">
<img src="{{uiRootPath}}/img/small-external.svg" alt="External Icon" width="16px" height="16px">
</span>
</a>
</li>
Expand Down
4 changes: 2 additions & 2 deletions supplemental_ui/partials/header-content.hbs
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
<div class="row">
<nav class="col d-flex justify-content-between align-items-center">
<div class="header-nav__element d-flex">
<a class="header-nav__logo" href="https://www.teradata.com/" target="_blank">
<a class="header-nav__logo" href="https://www.teradata.com/" aria-label="Teradata" target="_blank">
<div class="logo">
<svg class="teradata-logo" viewBox="0 0 107 21" fill="none" xmlns="http://www.w3.org/2000/svg">
<use xlink:href="#teradata-logo"></use>
Expand Down Expand Up @@ -90,7 +90,7 @@
</header>
<header class="header-nav-mobile">
<nav class="d-flex custom-justify-content-between align-items-center px-6 shadow--s">
<a class="header-nav__logo d-flex align-items-center" href="/" aria-label="Teradata">
<a class="header-nav__logo d-flex align-items-center" href="https://www.teradata.com/" aria-label="Teradata">
<div>
<img class="teradata-logo" src='{{uiRootPath}}/img/TD-Logo.svg' alt="" title="" >
</div>
Expand Down
2 changes: 1 addition & 1 deletion supplemental_ui/partials/landing.hbs
Original file line number Diff line number Diff line change
Expand Up @@ -358,7 +358,7 @@
<tbody>
<tr>
<td class="icon">
<img src="{{uiRootPath}}/img/icons/contribute-icon.svg" class="icon-color">
<img src="{{uiRootPath}}/img/icons/contribute-icon.svg" class="icon-color" alt="Question mark">
Didn’t find what you were looking for?
</td>
<td class="content">
Expand Down

0 comments on commit fe3df35

Please sign in to comment.