Skip to content

Commit

Permalink
Automated deployment: Tue Dec 19 14:19:15 UTC 2023 8ab91a7
Browse files Browse the repository at this point in the history
  • Loading branch information
Kirsten-Hardern-Hippo-Digital committed Dec 19, 2023
1 parent c323981 commit 5ab380a
Show file tree
Hide file tree
Showing 6 changed files with 935 additions and 0 deletions.
38 changes: 38 additions & 0 deletions example-no-consent-content-other/index.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,38 @@
<!DOCTYPE html>

<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta http-equiv="X-UA-Compatible" content="ie=edge">
<base href="/nhslogin">
<link rel="stylesheet" href="nhslogin/css/main.css">
<link rel="shortcut icon" href="/nhslogin/images/favicon.ico" type="image/x-icon">
<link rel="shortcut icon" href="/nhslogin/images/favicon.ico" type="image/x-icon">
<link rel="apple-touch-icon" href="/nhslogin/images/apple-touch-icon-180x180.png">
<link rel="mask-icon" href="/nhslogin/images/favicon.svg" color="#005eb8">
<link rel="icon" sizes="192x192" href="/nhslogin/images/favicon-192x192.png">
<script src="nhslogin/js/main.min.js" ></script>

<title>NHS login button for NHS services that use the Design System</title>
</head>
<body>

<div class="nhsuk-width-container">
<main class="nhsuk-main-wrapper app-main-wrapper" id="maincontent">

<h1>You cannot continue without sharing your information</h1>
<p>[Your service name] needs your NHS login information to verify your identity.</p>
<p>Dynamic content.</p>
<p>If you need medical help, go to <a href="https://111.nhs.uk/">111.nhs.uk</a> or call <a href="tel:111">111</a> or your GP.</p>
<p>Call <a href="tel:999">999</a> if it's a life-threatening emergency.</p>


</div>
</div>
</main>
</div>
<script src="nhslogin/js/iframeResizer.contentWindow.js" ></script>

</body>
</html>
37 changes: 37 additions & 0 deletions example-no-consent-content-wayfinder/index.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,37 @@
<!DOCTYPE html>

<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta http-equiv="X-UA-Compatible" content="ie=edge">
<base href="/nhslogin">
<link rel="stylesheet" href="nhslogin/css/main.css">
<link rel="shortcut icon" href="/nhslogin/images/favicon.ico" type="image/x-icon">
<link rel="shortcut icon" href="/nhslogin/images/favicon.ico" type="image/x-icon">
<link rel="apple-touch-icon" href="/nhslogin/images/apple-touch-icon-180x180.png">
<link rel="mask-icon" href="/nhslogin/images/favicon.svg" color="#005eb8">
<link rel="icon" sizes="192x192" href="/nhslogin/images/favicon-192x192.png">
<script src="nhslogin/js/main.min.js" ></script>

<title>NHS login button for NHS services that use the Design System</title>
</head>
<body>

<div class="nhsuk-width-container">
<main class="nhsuk-main-wrapper app-main-wrapper" id="maincontent">

<h1>You cannot continue without sharing your information</h1>
<p>The service provider needs your NHS login information to verify your identity.</p>
<p>If you need medical help, go to <a href="https://111.nhs.uk/">111.nhs.uk</a> or call <a href="tel:111">111</a> or your GP.</p>
<p>Call <a href="tel:999">999</a> if it's a life-threatening emergency.</p>


</div>
</div>
</main>
</div>
<script src="nhslogin/js/iframeResizer.contentWindow.js" ></script>

</body>
</html>
Binary file added images/Guidance-example-other.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 images/Guidance-example-wayfinder.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 images/Guidance-userjourney-consent.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading

0 comments on commit 5ab380a

Please sign in to comment.