Skip to content

Commit

Permalink
Merge pull request #175 from GSA-TTS/jp/maintenance-banner-TEMPORARY
Browse files Browse the repository at this point in the history
Maintenance Banner for the Static Site
  • Loading branch information
jperson1 authored Dec 9, 2024
2 parents 6fa5fee + 7fa2c03 commit 6aa05d8
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 0 deletions.
10 changes: 10 additions & 0 deletions src/_includes/components/maintenance_banner.njk
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>
1 change: 1 addition & 0 deletions src/_includes/layout.njk
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@
</head>

<body>
{% include 'components/maintenance_banner.njk' %}
{% include './components/usa-banner.njk' %}
{% include 'header.njk' %}
<main id="main-content">
Expand Down

0 comments on commit 6aa05d8

Please sign in to comment.