|
3 | 3 | title: USWDS Tutorial |
4 | 4 | --- |
5 | 5 |
|
6 | | -<section |
7 | | - class="usa-banner" |
8 | | - aria-label="Official website of the United States government" |
9 | | -> |
10 | | - <div class="usa-accordion"> |
11 | | - <header class="usa-banner__header"> |
12 | | - <div class="usa-banner__inner"> |
13 | | - <div class="grid-col-auto"> |
14 | | - <img |
15 | | - aria-hidden="true" |
16 | | - class="usa-banner__header-flag" |
17 | | - src="/assets/uswds/img/us_flag_small.png" |
18 | | - alt="" |
19 | | - /> |
20 | | - </div> |
21 | | - <div class="grid-col-fill tablet:grid-col-auto" aria-hidden="true"> |
22 | | - <p class="usa-banner__header-text"> |
23 | | - An official website of the United States government |
24 | | - </p> |
25 | | - <p class="usa-banner__header-action">Here’s how you know</p> |
26 | | - </div> |
27 | | - <button |
28 | | - type="button" |
29 | | - class="usa-accordion__button usa-banner__button" |
30 | | - aria-expanded="false" |
31 | | - aria-controls="gov-banner-default-default" |
32 | | - > |
33 | | - <span class="usa-banner__button-text">Here’s how you know</span> |
34 | | - </button> |
35 | | - </div> |
36 | | - </header> |
37 | | - <div |
38 | | - class="usa-banner__content usa-accordion__content" |
39 | | - id="gov-banner-default-default" |
40 | | - > |
41 | | - <div class="grid-row grid-gap-lg"> |
42 | | - <div class="usa-banner__guidance tablet:grid-col-6"> |
43 | | - <img |
44 | | - class="usa-banner__icon usa-media-block__img" |
45 | | - src="/assets/uswds/img/icon-dot-gov.svg" |
46 | | - role="img" |
47 | | - alt="" |
48 | | - aria-hidden="true" |
49 | | - /> |
50 | | - <div class="usa-media-block__body"> |
51 | | - <p> |
52 | | - <strong>Official websites use .gov</strong><br />A |
53 | | - <strong>.gov</strong> website belongs to an official government |
54 | | - organization in the United States. |
55 | | - </p> |
56 | | - </div> |
57 | | - </div> |
58 | | - <div class="usa-banner__guidance tablet:grid-col-6"> |
59 | | - <img |
60 | | - class="usa-banner__icon usa-media-block__img" |
61 | | - src="/assets/uswds/img/icon-https.svg" |
62 | | - role="img" |
63 | | - alt="" |
64 | | - aria-hidden="true" |
65 | | - /> |
66 | | - <div class="usa-media-block__body"> |
67 | | - <p> |
68 | | - <strong>Secure .gov websites use HTTPS</strong><br />A |
69 | | - <strong>lock</strong> ( |
70 | | - <span class="icon-lock" |
71 | | - ><svg |
72 | | - xmlns="http://www.w3.org/2000/svg" |
73 | | - width="52" |
74 | | - height="64" |
75 | | - viewBox="0 0 52 64" |
76 | | - class="usa-banner__lock-image" |
77 | | - role="img" |
78 | | - aria-labelledby="banner-lock-description-default" |
79 | | - focusable="false" |
80 | | - > |
81 | | - <title id="banner-lock-title-default">Lock</title> |
82 | | - <desc id="banner-lock-description-default">Locked padlock icon</desc> |
83 | | - <path |
84 | | - fill="#000000" |
85 | | - fill-rule="evenodd" |
86 | | - 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" |
87 | | - /> |
88 | | - </svg> </span |
89 | | - >) or <strong>https://</strong> means you’ve safely connected to |
90 | | - the .gov website. Share sensitive information only on official, |
91 | | - secure websites. |
92 | | - </p> |
93 | | - </div> |
94 | | - </div> |
95 | | - </div> |
96 | | - </div> |
97 | | - </div> |
98 | | -</section> |
99 | 6 | <header class="opener"> |
100 | 7 | {% include "hero.html" %} |
101 | 8 | </header> |
|
0 commit comments