-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #175 from GSA-TTS/jp/maintenance-banner-TEMPORARY
Maintenance Banner for the Static Site
- Loading branch information
Showing
2 changed files
with
11 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,10 @@ | ||
{# For display from 2024/12/05 to 2024/12/10. #} | ||
<section class="usa-alert usa-alert--warning margin-top-0" aria-label="Site alert"> | ||
<div class="usa-alert__body grid-container"> | ||
<h4 class="usa-alert__heading">Scheduled system maintenance</h4> | ||
<p class="usa-alert__text"> | ||
FAC.gov will be performing maintenance on Tuesday, December 10, 2024 between 12:00 p.m. and 6:00 p.m ET. | ||
During this period, the entire website will be unavailable. | ||
</p> | ||
</div> | ||
</section> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters