|
1 | | -<section class="usa-banner" aria-label="Official government website"> |
| 1 | +<section |
| 2 | + class="usa-banner" |
| 3 | + aria-label="Official website of the United States government" |
| 4 | +> |
2 | 5 | <div class="usa-accordion"> |
3 | 6 | <header class="usa-banner__header"> |
4 | 7 | <div class="usa-banner__inner"> |
5 | 8 | <div class="grid-col-auto"> |
6 | 9 | <img |
| 10 | + aria-hidden="true" |
7 | 11 | class="usa-banner__header-flag" |
8 | 12 | src="{{ site.baseurl }}/assets/img/us_flag_small.png" |
9 | | - alt="U.S. flag" |
| 13 | + alt="" |
10 | 14 | /> |
11 | 15 | </div> |
12 | | - <div class="grid-col-fill tablet:grid-col-auto"> |
| 16 | + <div class="grid-col-fill tablet:grid-col-auto" aria-hidden="true"> |
13 | 17 | <p class="usa-banner__header-text"> |
14 | 18 | An official website of the United States government |
15 | 19 | </p> |
16 | | - <p class="usa-banner__header-action" aria-hidden="true"> |
17 | | - Here’s how you know |
18 | | - </p> |
| 20 | + <p class="usa-banner__header-action">Here’s how you know</p> |
19 | 21 | </div> |
20 | 22 | <button |
| 23 | + type="button" |
21 | 24 | class="usa-accordion__button usa-banner__button" |
22 | 25 | aria-expanded="false" |
23 | | - aria-controls="gov-banner-default" |
| 26 | + aria-controls="gov-banner-default-default" |
24 | 27 | > |
25 | 28 | <span class="usa-banner__button-text">Here’s how you know</span> |
26 | 29 | </button> |
27 | 30 | </div> |
28 | 31 | </header> |
29 | | - <div class="usa-banner__content usa-accordion__content" id="gov-banner-default"> |
| 32 | + <div |
| 33 | + class="usa-banner__content usa-accordion__content" |
| 34 | + id="gov-banner-default-default" |
| 35 | + > |
30 | 36 | <div class="grid-row grid-gap-lg"> |
31 | 37 | <div class="usa-banner__guidance tablet:grid-col-6"> |
32 | 38 | <img |
|
38 | 44 | /> |
39 | 45 | <div class="usa-media-block__body"> |
40 | 46 | <p> |
41 | | - <strong> Official websites use .gov </strong> |
42 | | - <br /> |
43 | | - A <strong>.gov</strong> website belongs to an official government |
| 47 | + <strong>Official websites use .gov</strong><br />A |
| 48 | + <strong>.gov</strong> website belongs to an official government |
44 | 49 | organization in the United States. |
45 | 50 | </p> |
46 | 51 | </div> |
|
55 | 60 | /> |
56 | 61 | <div class="usa-media-block__body"> |
57 | 62 | <p> |
58 | | - <strong> Secure .gov websites use HTTPS </strong> |
59 | | - <br /> |
60 | | - A <strong>lock</strong> ( |
| 63 | + <strong>Secure .gov websites use HTTPS</strong><br />A |
| 64 | + <strong>lock</strong> ( |
61 | 65 | <span class="icon-lock" |
62 | 66 | ><svg |
63 | 67 | xmlns="http://www.w3.org/2000/svg" |
|
66 | 70 | viewBox="0 0 52 64" |
67 | 71 | class="usa-banner__lock-image" |
68 | 72 | role="img" |
69 | | - aria-labelledby="banner-lock-title-default banner-lock-description-default" |
| 73 | + aria-labelledby="banner-lock-description-default" |
70 | 74 | focusable="false" |
71 | 75 | > |
72 | 76 | <title id="banner-lock-title-default">Lock</title> |
73 | | - <desc id="banner-lock-description-default">A locked padlock</desc> |
| 77 | + <desc id="banner-lock-description-default">Locked padlock icon</desc> |
74 | 78 | <path |
75 | 79 | fill="#000000" |
76 | 80 | fill-rule="evenodd" |
77 | 81 | d="M26 0c10.493 0 19 8.507 19 19v9h3a4 4 0 0 1 4 4v28a4 4 0 0 1-4 4H4a4 4 0 0 1-4-4V32a4 4 0 0 1 4-4h3v-9C7 8.507 15.507 0 26 0zm0 8c-5.979 0-10.843 4.77-10.996 10.712L15 19v9h22v-9c0-6.075-4.925-11-11-11z" |
78 | | - /></svg |
79 | | - ></span> |
80 | | - ) or <strong>https://</strong> means you’ve safely connected to |
| 82 | + /> |
| 83 | + </svg> </span |
| 84 | + >) or <strong>https://</strong> means you’ve safely connected to |
81 | 85 | the .gov website. Share sensitive information only on official, |
82 | 86 | secure websites. |
83 | 87 | </p> |
|
0 commit comments