|
2 | 2 | <section class="grid-row"> |
3 | 3 | <ul class="grid-cell x2 footer-list"> |
4 | 4 | <li class="footer-item{% if request.url_rule.endpoint == 'index' %} active{% endif %}"> |
5 | | - <a class="footer-item-link" aria-label="go to home" href="{{ url_for('index') }}"> |
| 5 | + <a class="footer-item-link" href="{{ url_for('index') }}"> |
6 | 6 | Home |
7 | 7 | </a> |
8 | 8 | </li> |
9 | 9 | <li class="footer-item{% if request.url_rule.endpoint == 'show_issues' %} active{% endif %}"> |
10 | | - <a class="footer-item-link" aria-label="go to list of isses" href="{{ url_for('show_issues') }}"> |
| 10 | + <a class="footer-item-link" href="{{ url_for('show_issues') }}"> |
11 | 11 | List of issues |
12 | 12 | </a> |
13 | 13 | </li> |
14 | 14 | <li class="footer-item{% if request.url_rule.endpoint == 'about' %} active{% endif %}"> |
15 | | - <a class="footer-item-link" aria-label="go to about" href="{{ url_for('about') }}"> |
| 15 | + <a class="footer-item-link" href="{{ url_for('about') }}"> |
16 | 16 | About |
17 | 17 | </a> |
18 | 18 | </li> |
19 | 19 | <li class="footer-item{% if 'contributors' in request.url_rule.endpoint %} active{% endif %}"> |
20 | | - <a class="footer-item-link" aria-label="go to contribute" href="{{ url_for('contributors') }}"> |
| 20 | + <a class="footer-item-link" href="{{ url_for('contributors') }}"> |
21 | 21 | Contribute |
22 | 22 | </a> |
23 | 23 | </li> |
24 | 24 | <li class="footer-item{% if request.url_rule.endpoint == 'contact' %} active{% endif %}"> |
25 | | - <a class="footer-item-link" aria-label="get contact information" href="/contact"> |
| 25 | + <a class="footer-item-link" href="/contact"> |
26 | 26 | Contact |
27 | 27 | </a> |
28 | 28 | </li> |
29 | 29 | <li class="footer-item{% if request.url_rule.endpoint == 'privacy' %} active{% endif %}"> |
30 | | - <a class="footer-item-link" aria-label="go to privacy policy" href="{{ url_for('privacy') }}"> |
| 30 | + <a class="footer-item-link" href="{{ url_for('privacy') }}"> |
31 | 31 | Privacy Policy |
32 | 32 | </a> |
33 | 33 | </li> |
34 | 34 | <li class="footer-item"> |
35 | | - <a class="footer-item-link" aria-label="go to code of conduct" href="https://github.com/webcompat/webcompat.com/blob/master/CODE_OF_CONDUCT.md"> |
| 35 | + <a class="footer-item-link" href="https://github.com/webcompat/webcompat.com/blob/master/CODE_OF_CONDUCT.md"> |
36 | 36 | Code of Conduct |
37 | 37 | </a> |
38 | 38 | </li> |
|
73 | 73 |
|
74 | 74 | <ul class="grid-cell x1 footer-sub-icons"> |
75 | 75 | <li class="footer-icon icon-twitter"> |
76 | | - <a class="footer-item-link" aria-label="open Twitter in a new tab" href="https://twitter.com/webcompat/with_replies" target="_blank"> |
77 | | - <svg class="icon" role="presentation" viewBox="0 0 30 30" aria-hidden="true"> |
| 76 | + <a class="footer-item-link" aria-label="Twitter (opens in a new tab)" href="https://twitter.com/webcompat/with_replies" target="_blank"> |
| 77 | + <svg class="icon" role="presentation" viewBox="0 0 30 30 aria-hidden="true"> |
78 | 78 | <use xlink:href="#svg-twitter" /> |
79 | 79 | </svg> |
80 | 80 | </a> |
81 | 81 | </li> |
82 | 82 | <li class="footer-icon icon-twitter"> |
83 | | - <a class="footer-item-link" aria-label="open Github in a new tab" href=" https://github.com/webcompat/webcompat.com/" target="_blank"> |
| 83 | + <a class="footer-item-link" aria-label="GitHub (opens in a new tab)" href=" https://github.com/webcompat/webcompat.com/" target="_blank"> |
84 | 84 | <svg class="icon" role="presentation" viewBox="0 0 30 30" aria-hidden="true"> |
85 | 85 | <use xlink:href="#svg-github2" /> |
86 | 86 | </svg> |
|
0 commit comments