-
Notifications
You must be signed in to change notification settings - Fork 25
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Add guidance for using heading classes and update examples * Update changelog * Update page template examples * Make heading guidance firmer * Update app/views/design-system/styles/page-template/index.njk Co-authored-by: Frankie Roberto <[email protected]> * Fix typo * Update app/views/design-system/styles/page-template/index.njk Co-authored-by: Frankie Roberto <[email protected]> * Update app/views/design-system/styles/page-template/index.njk Co-authored-by: Sara Wilcox <[email protected]> * Update transactional content * Further content tweaks * Remove commented out content * fix changelog from merge * changelog tweak * remove dots in class code snippets * Remove outerContent, keeping only beforeContent. fixes #2023 * swap order of content page template nunjucks blocks, for a more logical order * Change email and add content updates * Tweak content re age * Tweak content and update changelog * Tweak age and A to Z pages * macro options for dateInput values, fixes #2028 * nunjucks macro ioptions updated for captionClasses in table component, fixes: #2018 * update font sizes to align with updated type scale in frontend release. Fixes: #2017 * Update page about NHS service standard - request from DHSC team * Delete outdated references to NHSX * Merge outerContent and beforeContent blocks This merges these two blocks into a single one named `beforeContent`, which appears within the `<div class="nhsuk-width-container">` container but before the `<main>` tag. This should be used for components like the breadcrumb or back link, or any other component which should be within the same width as the rest of the page, but be skipped by the "skip to main content" link, not included when printing the page, and generally not considered part of the main content of the page. * Remove default margin from back links This is no longer be needed as the back link contains its own default margins. * Update back link position guidance This updates the back link guidance to recommend that generally the back link should appear at the top-left of the page. It also explicitly says that it should appear before the `<main>` tag in the HTML so that the skip link will skip past it. Previously the guidance here suggested that some services included the back link at the bottom of the content. However both of the services mentioned seem to have since moved their back link to the top-left. * udpdate whats new, mention page options updated * update whats new mention back link and breadcrumbs updated * changelog * Update app/views/design-system/components/back-link/index.njk Co-authored-by: Sara Wilcox <[email protected]> * Delete back link content, update What's new, amend page dates * Tweak wording * update whats new to mention breadcrumbs position * changelog tweaks * update version numbers * add macros to nunjucks config * update breadscrumbs and heading captions for nhsuk-frontend 9.0.0 * update nunjucks guidance * wording tweak for macros update content --------- Co-authored-by: Ed Horsford <[email protected]> Co-authored-by: Frankie Roberto <[email protected]> Co-authored-by: Sara Wilcox <[email protected]> Co-authored-by: Ananda Maryon <[email protected]> Co-authored-by: Sara Wilcox <[email protected]> Co-authored-by: Ananda Maryon <[email protected]>
- Loading branch information
1 parent
2107ddc
commit 0d3e1bc
Showing
56 changed files
with
413 additions
and
199 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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -78,7 +78,7 @@ Code analysis results can be found in [SonarQube](https://sonar.nhswebsite.nhs.u | |
|
||
## Get in touch | ||
|
||
The NHS digital service manual is maintained by NHS Digital. [Email the service manual team](mailto:[email protected]), open a [GitHub issue](https://github.com/nhsuk/nhsuk-service-manual/issues/new) or get in touch on the [NHS digital service manual Slack workspace](https://service-manual.nhs.uk/slack). | ||
The NHS digital service manual is maintained by NHS Digital. [Email the service manual team](mailto:england.[email protected]), open a [GitHub issue](https://github.com/nhsuk/nhsuk-service-manual/issues/new) or get in touch on the [NHS digital service manual Slack workspace](https://service-manual.nhs.uk/slack). | ||
|
||
## Licence | ||
|
||
|
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 |
---|---|---|
|
@@ -9,6 +9,6 @@ | |
<p>We've designed our pages to meet the Web Content Accessibility Guidelines to level AA - and in some cases AAA - and we've tested them with users with access needs.</p> | ||
|
||
<h2>How to contact us</h2> | ||
<p>If you have any questions about accessibility, please email us at <a href="mailto:[email protected]">[email protected]</a>. We will respond within 5 working days.</p> | ||
<p>If you have any questions about accessibility, please email us at <a href="mailto:england.[email protected]">england.[email protected]</a>. We will respond within 5 working days.</p> | ||
|
||
{% endblock %} |
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
2 changes: 1 addition & 1 deletion
2
app/views/accessibility/partials/get-in-touch-accessibility.njk
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 |
---|---|---|
@@ -1,4 +1,4 @@ | ||
<div class="nhsuk-panel"> | ||
<h2>Get in touch</h2> | ||
<p>Join us on the <a href="/slack">NHS digital service manual Slack workspace</a> or email the standards team at <a href="mailto:[email protected]">[email protected]</a>.</p> | ||
<p>Join us on the <a href="/slack">NHS digital service manual Slack workspace</a> or email the service manual team at <a href="mailto:england.[email protected]">england.[email protected]</a>.</p> | ||
</div> |
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,7 @@ | |
<h3>1. Sign up to work on a thing in the backlog</h3> | ||
<ul> | ||
<li>Anyone can work on items marked as "To do" in the <a href="https://github.com/nhsuk/nhsuk-service-manual-backlog">community backlog</a>.</li> | ||
<li>If you see something you'd like to work on, email the team at <a href="mailto:[email protected]">[email protected]</a>.</li> | ||
<li>If you see something you'd like to work on, email the team at <a href="mailto:england.[email protected]">england.[email protected]</a>.</li> | ||
<li>If you have an idea for something that's not in the backlog, you can <a href="/community-and-contribution/propose-component-pattern">propose it</a>.</li> | ||
</ul> | ||
|
||
|
@@ -28,7 +28,7 @@ | |
|
||
<h3>3. Research and develop your contribution</h3> | ||
<ul> | ||
<li>While you're working on your contribution, you can contact the <a href="mailto:[email protected]">service manual team</a> if you need any help.</li> | ||
<li>While you're working on your contribution, you can contact the service manual team at <a href="mailto:england.[email protected]">england.service-manual@nhs.net</a> if you need any help.</li> | ||
</ul> | ||
|
||
<h3>4. Send your contribution for review</h3> | ||
|
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
Oops, something went wrong.