File tree 2 files changed +11
-1
lines changed
2 files changed +11
-1
lines changed Original file line number Diff line number Diff line change
1
+ < div class ="usa-alert usa-alert--emergency ">
2
+ < div class ="usa-alert__body ">
3
+ < h4 class ="usa-alert__heading "> This site is under review and content may change</ h4 >
4
+ </ div >
5
+ </ div >
Original file line number Diff line number Diff line change 2
2
< a class ="sr-only-focusable " id ="skiplink " href ="#main-content " tabindex ="0 "> {{ page.t.header.skip_link }}</ a >
3
3
{% include components/uswds_banner.html %}
4
4
{% include components/header/internet-explorer-message.html %}
5
+ < div class ="container ">
6
+ {% include components/uswds_alert.html %}
7
+ </ div >
5
8
< div id ="disclaimer ">
6
9
{% include components/dev-disclaimer.html %}
7
10
</ div >
10
13
< div class ="container ">
11
14
< nav class ="navbar navbar-expand-lg navbar-light flex-wrap align-items-start ">
12
15
{% include components/header/logo.html %}
13
- < button class ="navbar-toggler " type ="button " data-bs-toggle ="collapse " data-bs-target ="#navbarSupportedContent " aria-controls ="navbarSupportedContent " aria-expanded ="false " aria-label ="{{ page.t.header.show_menu }} ">
16
+ < button class ="navbar-toggler " type ="button " data-bs-toggle ="collapse "
17
+ data-bs-target ="#navbarSupportedContent " aria-controls ="navbarSupportedContent " aria-expanded ="false "
18
+ aria-label ="{{ page.t.header.show_menu }} ">
14
19
< span class ="navbar-toggler-icon "> </ span >
15
20
</ button >
16
21
< div class ="d-flex flex-wrap w-100 justify-content-between ">
You can’t perform that action at this time.
0 commit comments