Skip to content

Commit

Permalink
Merge branch 'main' into Proofing-content
Browse files Browse the repository at this point in the history
  • Loading branch information
emmagifford authored Mar 6, 2025
2 parents 0e583a3 + b1d85cc commit 8ac2a82
Show file tree
Hide file tree
Showing 11 changed files with 296 additions and 10 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ To do this, click the Run and Debug button, and then click the "Play" icon. Alte

![alt text](assets/img/image-6.png)

- click the green "Play" button to the left of where it says `Attatch (NHS Notify`
- click the green "Play" button to the left of where it says `Attach (NHS Notify`

![alt text](assets/img/image-7.png)

Expand Down
16 changes: 14 additions & 2 deletions docs/_data/footer-navigation.yml
Original file line number Diff line number Diff line change
@@ -1,2 +1,14 @@
# - title: Accessibility statement
# link: /
#- title: Accessibility statement
#link: /accessibility/

- title: Acceptable use policy
link: https://digital.nhs.uk/services/nhs-notify/acceptable-use-policy

- title: Cookies
link: /cookies/

- title: Privacy
link: https://digital.nhs.uk/services/nhs-notify/transparency-notice

- title: Terms and conditions
link: https://digital.nhs.uk/services/nhs-notify/terms-and-conditions
7 changes: 4 additions & 3 deletions docs/_includes/footer.html
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,10 @@ <h2 class="nhsuk-u-visually-hidden">Support links</h2>
<a class="nhsuk-footer__list-item-link" href="{{ item.link | uri_escape }}">{{ item.title }}</a>
</li>
{% endfor %}
<div>
<p class="nhsuk-footer__copyright">&copy; NHS England</p>
</div>
</ul>
<div>
<p class="nhsuk-footer__copyright">&copy; NHS England</p>
</div>
</div>
</div>
</div>
Expand Down
2 changes: 1 addition & 1 deletion docs/_layouts/page.html
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
<ul class="nhsuk-list nhsnotify-side-nav__list">
{% for section in first_level %}
{% if section.name != "" %}
<p class="nhsuk-u-font-weight-bold nhsnotify-side-nav__list-section">{{ section.name }}</p>
<li class="nhsuk-u-font-weight-bold nhsnotify-side-nav__list-section">{{ section.name }}</li>
{% endif %}
{% assign sorted = section.items | sort: 'nav_order' %}
{% for post in sorted %}
Expand Down
1 change: 1 addition & 0 deletions docs/pages/features/text-messages.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,3 +25,4 @@ You might want to understand more about:
- [text message pricing]({% link pages/pricing/text-messages.md %})
- [delivery times for text messages]({% link pages/using-nhs-notify/delivery-times.md %})
- [how to tell audiences who your text messages are from]({% link pages/using-nhs-notify/tell-recipients-who-your-messages-are-from.md %})
- [sending text messages to international numbers]({% link pages/pricing/text-messages.md %}#sending-text-messages-to-international-numbers)
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
# Feel free to add content and custom Front Matter to this file.
# To modify the layout, see https://jekyllrb.com/docs/themes/#overriding-theme-defaults

layout: page
layout: no-nav-page
title: Accessibility
permalink: /accessibility/
---
Expand Down
25 changes: 25 additions & 0 deletions docs/pages/footer/cookies.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
---
# Feel free to add content and custom Front Matter to this file.
# To modify the layout, see https://jekyllrb.com/docs/themes/#overriding-theme-defaults

layout: no-nav-page
title: Cookies
permalink: /cookies/
---

Cookies are small files saved on your phone, tablet or computer when you visit a website.

## Essential cookies

We use essential cookies to keep your data secure while you use NHS Notify.

We do not need to ask permission to use essential cookies.

| Name | Purpose | Expires |
| -------------------------------------------- | --------------------------------------------------------------------------------------------------------------------------------------------------------------- | --------------------------- |
| csrf_token | Helps keep the site secure by preventing cross-site request forgery (CSRF) attacks. | When your session has ended |
| CognitoIdentityServiceProvider.accessToken | A cookie used for authentication. This lets us know that you've started a session in our interface and keeps it open for an hour. | 1 year |
| CognitoIdentityServiceProvider.clockDrift | A cookie used for authentication. This cookie tracks the time difference between your local clock and a remote clock to keep your session active. | 1 year |
| CognitoIdentityServiceProvider.oauthMetadata | A cookie used for authentication. This records the type of authentication you used to sign in to help when signing you out. | 1 year |
| CognitoIdentityServiceProvider.refreshToken | A cookie used for authentication. This periodically refreshes your session to the maximum time. | 1 year |
| CognitoIdentityServiceProvider.LastAuthUser | A cookie used for authentication. This records the user ID of the last authenticated user on a device and identifies any corresponding cookies to that user ID. | 1 year |
6 changes: 6 additions & 0 deletions docs/pages/get-started/get-started.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,12 @@ You might want to learn more about:
- [NHS Notify API (opens in a new tab)](https://digital.nhs.uk/developer/api-catalogue/nhs-notify){:target="\_blank"}
- [NHS Notify MESH (opens in a new tab)](https://digital.nhs.uk/developer/api-catalogue/nhs-notify-mesh){:target="\_blank"}

You also may need to read our:

- [terms and conditions (opens in a new tab)](https://digital.nhs.uk/services/nhs-notify/terms-and-conditions){:target="\_blank"}
- [acceptable use policy (opens in a new tab)](https://digital.nhs.uk/services/nhs-notify/acceptable-use-policy){:target="\_blank"}
- [privacy policy (opens in a new tab)](https://digital.nhs.uk/services/nhs-notify/transparency-notice){:target="\_blank"}

## Get in touch to register your interest

If you think NHS Notify is right for your organisation or service, you can get in touch with our engagement team via <[email protected]>.
Expand Down
Loading

0 comments on commit 8ac2a82

Please sign in to comment.