-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
56dee22
commit df7d5b9
Showing
4 changed files
with
36 additions
and
5 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
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
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 |
---|---|---|
|
@@ -15,7 +15,20 @@ | |
<p>Once you're signed in, you'll be redirected back here, where you'll see your list of assigned projects.</p> | ||
|
||
{{#if this.hasUpcomingMaintenance}} | ||
<h1>Please note: This portal will be down for 24 hours of system maintenance starting Monday, June 28 at 7PM.</h1> | ||
<div class="maintenance-wrapper"> | ||
<p> | ||
Please be advised that there will be scheduled maintenance on ZAP Search and the Applicant Portal from June 1, 2022, 3:00 pm to June 1, 2022, 4:00 pm. During that time, you will not be able to sign in to your account. Thank you for your understanding. For help, please email <a href="mailto:[email protected]">[email protected]</a> | ||
</p> | ||
</div> | ||
|
||
{{/if}} | ||
|
||
{{#if this.isMaintenancePeriod}} | ||
<div class="maintenance-wrapper"> | ||
<p> | ||
Please be advised that we are currently performing scheduled maintenance from June 1, 2022, 3:00 pm to June 1, 2022, 4:00 pm. During this time, you will not be able to sign in to your account. Thank you for your understanding. For help, please email <a href="mailto:[email protected]">[email protected]</a> | ||
</p> | ||
</div> | ||
{{/if}} | ||
|
||
<a | ||
|
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