-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
PC-1701: Add static page for service unavailable #401
Merged
samyou-softwire
merged 1 commit into
develop
from
PC-1701-create-static-holding-page-for-shutdown
Jan 22, 2025
+126
−0
Merged
Changes from all commits
Commits
File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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,6 @@ | ||
This directory contains our static page to tell users that the HUG2 service is no longer available. | ||
|
||
This page is not deployed as part of our pipeline. All changes must be sent to ICS for them to update on the live site. | ||
|
||
Version 4.9.0 of GDS is included here. Modifications to make it run statically are: | ||
- All path references are made relative (`/assets/...` -> `./assets/...`). |
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 @@ | ||
4.9.0 |
Binary file added
BIN
+39.9 KB
static-pages/service-unavailable/assets/fonts/bold-affa96571d-v2.woff
Binary file not shown.
Binary file added
BIN
+30.7 KB
static-pages/service-unavailable/assets/fonts/bold-b542beb274-v2.woff2
Binary file not shown.
Binary file added
BIN
+32.6 KB
static-pages/service-unavailable/assets/fonts/light-94a07e06a1-v2.woff2
Binary file not shown.
Binary file added
BIN
+42.4 KB
static-pages/service-unavailable/assets/fonts/light-f591b13f7d-v2.woff
Binary file not shown.
Binary file not shown.
Binary file added
BIN
+1.28 KB
static-pages/service-unavailable/assets/images/govuk-apple-touch-icon-152x152.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added
BIN
+1.43 KB
static-pages/service-unavailable/assets/images/govuk-apple-touch-icon-167x167.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added
BIN
+1.57 KB
static-pages/service-unavailable/assets/images/govuk-apple-touch-icon-180x180.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added
BIN
+1.02 KB
static-pages/service-unavailable/assets/images/govuk-apple-touch-icon.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added
BIN
+952 Bytes
static-pages/service-unavailable/assets/images/govuk-logotype-crown.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added
BIN
+708 Bytes
static-pages/service-unavailable/assets/images/govuk-logotype-tudor-crown.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 1 addition & 0 deletions
1
static-pages/service-unavailable/assets/images/govuk-mask-icon.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added
BIN
+8.47 KB
static-pages/service-unavailable/assets/images/govuk-opengraph-image.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
3 changes: 3 additions & 0 deletions
3
static-pages/service-unavailable/govuk-frontend-4.9.0.min.css
Large diffs are not rendered by default.
Oops, something went wrong.
1 change: 1 addition & 0 deletions
1
static-pages/service-unavailable/govuk-frontend-4.9.0.min.css.map
Large diffs are not rendered by default.
Oops, something went wrong.
Large diffs are not rendered by default.
Oops, something went wrong.
1 change: 1 addition & 0 deletions
1
static-pages/service-unavailable/govuk-frontend-4.9.0.min.js.map
Large diffs are not rendered by default.
Oops, something went wrong.
2 changes: 2 additions & 0 deletions
2
static-pages/service-unavailable/govuk-frontend-ie8-4.9.0.min.css
Large diffs are not rendered by default.
Oops, something went wrong.
1 change: 1 addition & 0 deletions
1
static-pages/service-unavailable/govuk-frontend-ie8-4.9.0.min.css.map
Large diffs are not rendered by default.
Oops, something went wrong.
108 changes: 108 additions & 0 deletions
108
static-pages/service-unavailable/service-unavailable.html
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,108 @@ | ||
<html lang="en" class="govuk-template app-html-class"> | ||
<head> | ||
<meta charset="utf-8"> | ||
<title>Boiler - Check if you are eligible for an energy grant for a home with no mains gas boiler - Gov.UK</title> | ||
<meta name="viewport" content="width=device-width, initial-scale=1, viewport-fit=cover"> | ||
<meta name="theme-color" content="#0b0c0c"> | ||
|
||
<meta http-equiv="X-UA-Compatible" content="IE=edge"> | ||
<meta name="robots" content="noindex, nofollow"> | ||
|
||
<link rel="shortcut icon" sizes="16x16 32x32 48x48" href="./assets/images/favicon.ico" type="image/x-icon"> | ||
<link rel="mask-icon" href="./assets/images/govuk-mask-icon.svg" color="blue"> | ||
<link rel="apple-touch-icon" sizes="180x180" href="./assets/images/govuk-apple-touch-icon-180x180.png"> | ||
<link rel="apple-touch-icon" sizes="167x167" href="./assets/images/govuk-apple-touch-icon-167x167.png"> | ||
<link rel="apple-touch-icon" sizes="152x152" href="./assets/images/govuk-apple-touch-icon-152x152.png"> | ||
<link rel="apple-touch-icon" href="./assets/images/govuk-apple-touch-icon.png"> | ||
|
||
<link href="./govuk-frontend-4.9.0.min.css" rel="stylesheet"> | ||
|
||
<meta property="og:image" content="./assets/images/govuk-opengraph-image.png"> | ||
</head> | ||
|
||
<body class="govuk-template__body app-body-class js-enabled"> | ||
<script nonce=""> | ||
document.body.className = ((document.body.className) ? document.body.className + ' js-enabled' : 'js-enabled'); | ||
</script> | ||
|
||
<header class="govuk-header" role="banner" data-module="govuk-header"> | ||
<div class="govuk-header__container govuk-width-container"> | ||
<div class="govuk-header__logo"> | ||
<a href="https://www.gov.uk" class="govuk-header__link govuk-header__link--homepage"> | ||
<span class="govuk-header__logotype"> | ||
<!--[if gt IE 8]><!--> | ||
<svg aria-hidden="true" focusable="false" class="govuk-header__logotype-crown" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 30" height="30" width="32"> | ||
<path fill="currentColor" fill-rule="evenodd" d="M22.6 10.4c-1 .4-2-.1-2.4-1-.4-.9.1-2 1-2.4.9-.4 2 .1 2.4 1s-.1 2-1 2.4m-5.9 6.7c-.9.4-2-.1-2.4-1-.4-.9.1-2 1-2.4.9-.4 2 .1 2.4 1s-.1 2-1 2.4m10.8-3.7c-1 .4-2-.1-2.4-1-.4-.9.1-2 1-2.4.9-.4 2 .1 2.4 1s0 2-1 2.4m3.3 4.8c-1 .4-2-.1-2.4-1-.4-.9.1-2 1-2.4.9-.4 2 .1 2.4 1s-.1 2-1 2.4M17 4.7l2.3 1.2V2.5l-2.3.7-.2-.2.9-3h-3.4l.9 3-.2.2c-.1.1-2.3-.7-2.3-.7v3.4L15 4.7c.1.1.1.2.2.2l-1.3 4c-.1.2-.1.4-.1.6 0 1.1.8 2 1.9 2.2h.7c1-.2 1.9-1.1 1.9-2.1 0-.2 0-.4-.1-.6l-1.3-4c-.1-.2 0-.2.1-.3m-7.6 5.7c.9.4 2-.1 2.4-1 .4-.9-.1-2-1-2.4-.9-.4-2 .1-2.4 1s0 2 1 2.4m-5 3c.9.4 2-.1 2.4-1 .4-.9-.1-2-1-2.4-.9-.4-2 .1-2.4 1s.1 2 1 2.4m-3.2 4.8c.9.4 2-.1 2.4-1 .4-.9-.1-2-1-2.4-.9-.4-2 .1-2.4 1s0 2 1 2.4m14.8 11c4.4 0 8.6.3 12.3.8 1.1-4.5 2.4-7 3.7-8.8l-2.5-.9c.2 1.3.3 1.9 0 2.7-.4-.4-.8-1.1-1.1-2.3l-1.2 4c.7-.5 1.3-.8 2-.9-1.1 2.5-2.6 3.1-3.5 3-1.1-.2-1.7-1.2-1.5-2.1.3-1.2 1.5-1.5 2.1-.1 1.1-2.3-.8-3-2-2.3 1.9-1.9 2.1-3.5.6-5.6-2.1 1.6-2.1 3.2-1.2 5.5-1.2-1.4-3.2-.6-2.5 1.6.9-1.4 2.1-.5 1.9.8-.2 1.1-1.7 2.1-3.5 1.9-2.7-.2-2.9-2.1-2.9-3.6.7-.1 1.9.5 2.9 1.9l.4-4.3c-1.1 1.1-2.1 1.4-3.2 1.4.4-1.2 2.1-3 2.1-3h-5.4s1.7 1.9 2.1 3c-1.1 0-2.1-.2-3.2-1.4l.4 4.3c1-1.4 2.2-2 2.9-1.9-.1 1.5-.2 3.4-2.9 3.6-1.9.2-3.4-.8-3.5-1.9-.2-1.3 1-2.2 1.9-.8.7-2.3-1.2-3-2.5-1.6.9-2.2.9-3.9-1.2-5.5-1.5 2-1.3 3.7.6 5.6-1.2-.7-3.1 0-2 2.3.6-1.4 1.8-1.1 2.1.1.2.9-.3 1.9-1.5 2.1-.9.2-2.4-.5-3.5-3 .6 0 1.2.3 2 .9l-1.2-4c-.3 1.1-.7 1.9-1.1 2.3-.3-.8-.2-1.4 0-2.7l-2.9.9C1.3 23 2.6 25.5 3.7 30c3.7-.5 7.9-.8 12.3-.8"></path> | ||
</svg> | ||
<!--<![endif]--> | ||
<!--[if IE 8]> | ||
<img src="./assets/images/govuk-logotype-tudor-crown.png" class="govuk-header__logotype-crown-fallback-image" width="32" height="30" alt=""> | ||
<![endif]--> | ||
<span class="govuk-header__logotype-text"> | ||
GOV.UK | ||
</span> | ||
</span> | ||
</a> | ||
</div> | ||
<div class="govuk-header__content"> | ||
<a href="/" class="govuk-header__link govuk-header__service-name"> | ||
Check if you are eligible for an energy grant for a home with no mains gas boiler | ||
</a> | ||
</div> | ||
</div> | ||
</header> | ||
<div class="govuk-width-container"> | ||
<nav> | ||
<a href="https://www.gov.uk/apply-home-upgrade-grant" class="govuk-back-link" id="back-link">Back</a> | ||
</nav> | ||
<main class="govuk-main-wrapper" id="main-content" role="main"> | ||
<legend class="govuk-fieldset__legend govuk-fieldset__legend--l"> | ||
<h1 class="govuk-fieldset__heading">Sorry, the service is unavailable</h1> | ||
</legend> | ||
<p class="govuk-body">This service has now closed.</p> | ||
|
||
</main> | ||
</div> | ||
|
||
<footer class="govuk-footer" role="contentinfo"> | ||
<div class="govuk-width-container"> | ||
<div class="govuk-footer__meta"> | ||
<div class="govuk-footer__meta-item govuk-footer__meta-item--grow"> | ||
<h2 class="govuk-visually-hidden">Support links</h2> | ||
<ul class="govuk-footer__inline-list"> | ||
<li class="govuk-footer__inline-list-item"> | ||
<a class="govuk-footer__link" href="https://forms.office.com/e/tsn29X5m91"> | ||
Contact Us | ||
</a> | ||
</li> | ||
<li class="govuk-footer__inline-list-item"> | ||
<a class="govuk-footer__link" href="/cookies"> | ||
Cookies | ||
</a> | ||
</li> | ||
<li class="govuk-footer__inline-list-item"> | ||
<a class="govuk-footer__link" href="/privacy-policy"> | ||
Privacy Policy | ||
</a> | ||
</li> | ||
<li class="govuk-footer__inline-list-item"> | ||
<a class="govuk-footer__link" href="/accessibility-statement"> | ||
Accessibility Statement | ||
</a> | ||
</li> | ||
</ul> | ||
<svg aria-hidden="true" focusable="false" class="govuk-footer__licence-logo" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 483.2 195.7" height="17" width="41"> | ||
<path fill="currentColor" d="M421.5 142.8V.1l-50.7 32.3v161.1h112.4v-50.7zm-122.3-9.6A47.12 47.12 0 0 1 221 97.8c0-26 21.1-47.1 47.1-47.1 16.7 0 31.4 8.7 39.7 21.8l42.7-27.2A97.63 97.63 0 0 0 268.1 0c-36.5 0-68.3 20.1-85.1 49.7A98 98 0 0 0 97.8 0C43.9 0 0 43.9 0 97.8s43.9 97.8 97.8 97.8c36.5 0 68.3-20.1 85.1-49.7a97.76 97.76 0 0 0 149.6 25.4l19.4 22.2h3v-87.8h-80l24.3 27.5zM97.8 145c-26 0-47.1-21.1-47.1-47.1s21.1-47.1 47.1-47.1 47.2 21 47.2 47S123.8 145 97.8 145"></path> | ||
</svg> | ||
<span class="govuk-footer__licence-description"> | ||
All content is available under the <a class="govuk-footer__link" href="https://www.nationalarchives.gov.uk/doc/open-government-licence/version/3/" rel="license"> Open Government Licence v3.0 </a>, except where otherwise stated | ||
</span> | ||
</div> | ||
<div class="govuk-footer__meta-item"> | ||
<a class="govuk-footer__link govuk-footer__copyright-logo" href="https://www.nationalarchives.gov.uk/information-management/re-using-public-sector-information/uk-government-licensing-framework/crown-copyright/">© Crown copyright</a> | ||
</div> | ||
</div> | ||
</div> | ||
</footer> | ||
</body> | ||
</html> |
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
this goes back to the landing page, which I think will have further info on it? can remove if not