|
1 | 1 | <p class="logos--social"> |
2 | | - <a href="https://www.facebook.com/tacc.utexas" target="_blank" class="logos__facebook"> |
3 | | - <svg width="1em" height="1em" role="img"> |
4 | | - <title>Facebook</title> |
| 2 | + <a href="https://www.facebook.com/tacc.utexas" target="_blank" |
| 3 | + class="logos__facebook" |
| 4 | + aria-label="link to TACC's Facebook page"> |
| 5 | + <svg width="1em" height="1em" role="img" |
| 6 | + aria-label="logo of Facebook"> |
5 | 7 | <use href="/static/site_cms/img/org_logos/facebook.svg?2025-11#facebook-icon"></use> |
6 | 8 | </svg> |
7 | 9 | </a> |
8 | 10 | {% comment %} |
9 | | - <a href="https://twitter.com/TACC" target="_blank" class="logos__twitter"> |
10 | | - <svg role="img"> |
11 | | - <title>Twitter</title> |
| 11 | + <a href="https://twittr.com/TACC" target="_blank" class="logos__twitter" |
| 12 | + aria-label="link to TACC's Twitter page"> |
| 13 | + <svg width="1em" height="1em" role="img" |
| 14 | + aria-label="logo of Twitter"> |
12 | 15 | <use href="/static/site_cms/img/org_logos/twitter.svg?2025-11#twitter-icon"></use> |
13 | 16 | </svg> |
14 | 17 | </a> |
15 | 18 | {% endcomment %} |
16 | | - <a href="https://www.youtube.com/user/TACCutexas" target="_blank" class="logos__youtube"> |
17 | | - <svg width="1em" height="1em" role="img"> |
18 | | - <title>YouTube</title> |
| 19 | + <a href="https://www.youtube.com/user/TACCutexas" target="_blank" |
| 20 | + class="logos__youtube" |
| 21 | + aria-label="link to TACC's YouTube page"> |
| 22 | + <svg width="1em" height="1em" role="img" |
| 23 | + aria-label="logo of YouTube"> |
19 | 24 | <use href="/static/site_cms/img/org_logos/youtube.svg?2025-11#youtube-icon"></use> |
20 | 25 | </svg> |
21 | 26 | </a> |
22 | | - <a href="https://www.linkedin.com/company/texas-advanced-computing-center-tacc" target="_blank" class="logos__linkedin"> |
23 | | - <svg width="1em" height="1em" role="img"> |
24 | | - <title>LinkedIn</title> |
| 27 | + <a href="https://www.linkedin.com/company/texas-advanced-computing-center-tacc" target="_blank" |
| 28 | + class="logos__linkedin" |
| 29 | + aria-label="link to TACC's LinkedIn page"> |
| 30 | + <svg width="1em" height="1em" role="img" |
| 31 | + aria-label="logo of LinkedIn"> |
25 | 32 | <use href="/static/site_cms/img/org_logos/linkedin.svg?2025-11#linkedin-icon"></use> |
26 | 33 | </svg> |
27 | 34 | </a> |
28 | | - <a href="https://www.instagram.com/taccutexas/" target="_blank" class="logos__instagram"> |
29 | | - <svg width="1em" height="1em" role="img"> |
30 | | - <title>Instagram</title> |
| 35 | + <a href="https://www.instagram.com/taccutexas/" target="_blank" |
| 36 | + class="logos__instagram" |
| 37 | + aria-label="link to TACC's Instagram page"> |
| 38 | + <svg width="1em" height="1em" role="img" |
| 39 | + aria-label="logo of Instagram"> |
31 | 40 | <use href="/static/site_cms/img/org_logos/instagram.svg?2025-11#instagram-icon"></use> |
32 | 41 | </svg> |
33 | 42 | </a> |
34 | | - <a href="https://www.threads.net/@taccutexas" target="_blank" class="logos__threads"> |
35 | | - <svg width="1em" height="1em" role="img"> |
36 | | - <title>Threads</title> |
| 43 | + <a href="https://www.threads.net/@taccutexas" target="_blank" |
| 44 | + class="logos__threads" |
| 45 | + aria-label="link to TACC's Threads page"> |
| 46 | + <svg width="1em" height="1em" role="img" |
| 47 | + aria-label="logo of Threads"> |
37 | 48 | <use href="/static/site_cms/img/org_logos/threads.svg?2025-11#threads-icon"></use> |
38 | 49 | </svg> |
39 | 50 | </a> |
40 | | - <a href="https://bsky.app/profile/taccutexas.bsky.social" target="_blank" class="logos__bluesky"> |
41 | | - <svg width="1em" height="1em" role="img"> |
42 | | - <title>Bluesky</title> |
| 51 | + <a href="https://bsky.app/profile/taccutexas.bsky.social" target="_blank" |
| 52 | + class="logos__bluesky" |
| 53 | + aria-label="link to TACC's Bluesky page"> |
| 54 | + <svg width="1em" height="1em" role="img" |
| 55 | + aria-label="logo of Bluesky"> |
43 | 56 | <use href="/static/site_cms/img/org_logos/bluesky.svg?2025-11#bluesky-icon"></use> |
44 | 57 | </svg> |
45 | 58 | </a> |
|
0 commit comments