<section class="usa-banner" aria-label="Official government website,">
    <div class="usa-accordion">
        <header class="usa-banner__header">
            <div class="usa-banner__inner">
                <div class="grid-col-auto">
                    <img class="usa-banner__header-flag" src="../../../dist/img/us_flag_small.png" alt="U.S. flag">
                </div>
                <div class="grid-col-fill tablet:grid-col-auto">
                    <p class="usa-banner__header-text">An official website of the United States government</p>
                    <p class="usa-banner__header-action" aria-hidden="true">Here’s how you know</p>
                </div>
                <button class="usa-accordion__button usa-banner__button" aria-expanded="false" aria-controls="gov-banner">
                    <span class="usa-banner__button-text">Here’s how you know</span>
                </button>
            </div>
        </header>
        <div class="usa-banner__content usa-accordion__content" id="gov-banner">
            <div class="grid-row grid-gap-lg">
                <div class="usa-banner__guidance tablet:grid-col-6">
                    <img class="usa-banner__icon usa-media-block__img" src="../../../dist/img/icon-dot-gov.svg" role="img" alt="" aria-hidden="true">
                    <div class="usa-media-block__body">
                        <p>
                            <strong>
                                Official websites use .mil
                            </strong>
                            <br />
                            A <strong>.mil</strong> website belongs to an official U.S. Department of Defense organization.

                        </p>
                    </div>
                </div>
                <div class="usa-banner__guidance tablet:grid-col-6">
                    <img class="usa-banner__icon usa-media-block__img" src="../../../dist/img/icon-https.svg" role="img" alt="" aria-hidden="true">
                    <div class="usa-media-block__body">
                        <p>
                            <strong>
                                Secure .mil websites use HTTPS
                            </strong>
                            <br />
                            A <strong>lock</strong> (
                            <span class="icon-lock"><svg xmlns="http://www.w3.org/2000/svg" width="52" height="64" viewBox="0 0 52 64" class="usa-banner__lock-image" role="img" aria-labelledby="banner-lock-title banner-lock-description" focusable="false">
                                    <title id="banner-lock-title">Lock</title>
                                    <desc id="banner-lock-description">A locked padlock</desc>
                                    <path fill="#000000" fill-rule="evenodd" 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" />
                                </svg></span>
                            ) or <strong>https://</strong> means you’ve safely connected to the .mil website. Share sensitive information only on official, secure websites.

                        </p>
                    </div>
                </div>
            </div>
        </div>
    </div>
</section>

No notes defined.

package:
  name: metro-digital-design-system-demo
  version: 0.1.0
uswds:
  path: ../../../dist
placeholderLink: javascript:void()
banner:
  text: An official website of the United States government
  action: Here’s how you know
  aria_label: Official government website,
domain:
  tld: .mil
  heading: |
    Official websites use $TLD
  text: >
    A <strong>$TLD</strong> website belongs to an official U.S. Department of
    Defense organization.
https:
  heading: |
    Secure $TLD websites use HTTPS
  text: >
    A <strong>lock</strong> ($LOCK_IMG) or <strong>https://</strong> means
    you’ve safely connected to the $TLD website. Share sensitive information
    only on official, secure websites.