Skip to content

Commit

Permalink
Merge branch 'main' into content-review
Browse files Browse the repository at this point in the history
  • Loading branch information
vickytnz committed Nov 21, 2024
2 parents b1d97a3 + e35e58a commit a20025b
Show file tree
Hide file tree
Showing 48 changed files with 236 additions and 1,218 deletions.
2 changes: 0 additions & 2 deletions .gitpod.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,5 +7,3 @@
tasks:
- init: npm install && npm run build
command: npm run start


20 changes: 17 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ If you want to contribute to the NHS prototype kit guidance, then read our [cont

We normally use the [NHS content guide](https://service-manual.nhs.uk/content) for terms. But there are some terms that are only used in the guidance for the kit:

### command line
#### command line

Lower case. Only use for Windows instructions. Normally it will be ‘the command line’.

Expand All @@ -27,20 +27,34 @@ Title case.

#### NHS, NHS.UK, NHS England

Use ‘NHS.UK’ for products that are for delivery teams and not the public (find out more on the [NHS health writing A-Z](https://service-manual.nhs.uk/content/a-to-z-of-nhs-health-writing#N))This includes the NHS prototype kit, NHS.UK design system, NHS.UK service manual or NHS.UK website.

We are changing how we talk about tools for delivery teams. These used to be called 'NHS.UK' products but we are now removing the '.UK'. This means that we talk about the:

* NHS frontend (though this is still sometimes called 'NHS.UK frontend')
* NHS digital service manual
* NHS design system
* NHS prototype kit

For talking to the public about the website (find out more on the [NHS health writing A-Z](https://service-manual.nhs.uk/content/a-to-z-of-nhs-health-writing#N))


#### NHS England laptops

Use ‘NHS England Windows laptops’ instructions for people using corporate laptops.

#### NHS prototype kit

‘NHS.UK’ is in caps and ‘prototype kit’ in lower case (except where the NHS.UK is shown as a logo when it is then presented as ‘NHS Prototype kit’). Write out in full the first time it is used on a page, then call ’the kit’. Do not use ‘prototype kit’ if you can.
‘NHS’ is in caps and ‘prototype kit’ in lower case (except where it is shown next to the NHS logo when it is capitalised as ‘NHS Prototype kit’). Write out in full the first time it is used on a page, then call ’the kit’. Do not use ‘prototype kit’ if you can.

#### terminal

Lower case. Only use for Mac and Linux instructions. Usually it will be ‘the terminal’.

#### Visual Studio Code

Title case. When you use it for the first time in a guide, start with 'Visual Studio Code (also known as VS Code)'.


## Support

The NHS prototype kit guidance website is maintained by NHS England. [Email us](<mailto:[[email protected]](mailto:[email protected])>), open a [Github issue](https://github.com/nhsuk/nhsuk.service-manual.prototype-kit.docs/issues/new) or get in touch on the [NHS digital service manual Slack workspace](https://join.slack.com/t/nhs-service-manual/shared_invite/enQtNTIyOTEyNjU3NDkyLTk4NDQ3YzkwYzk1Njk5YjAxYTI5YTVkZmUxMGQ0ZjA3NjMyM2ZkNjBlMWMxODVjZjYzNzg1ZmU4MWY1NmE2YzE).
8 changes: 0 additions & 8 deletions app/assets/sass/components/_list-border.scss

This file was deleted.

25 changes: 0 additions & 25 deletions app/assets/sass/components/_related-nav.scss

This file was deleted.

14 changes: 0 additions & 14 deletions app/assets/sass/docs.scss
Original file line number Diff line number Diff line change
@@ -1,20 +1,6 @@
// NHS.UK frontend library
@import 'node_modules/nhsuk-frontend/packages/nhsuk';

// ==========================================================================
// FRONTEND STYLE ADJUSTMENTS
// ==========================================================================

// Body background white
.nhsuk-body-white {
background-color: $color_nhsuk-white;
}

// Body background grey
.nhsuk-body-grey {
background-color: $color_nhsuk-grey-5;
}

// ==========================================================================
// PROTOTYPE SPECIFIC STYLES
// ==========================================================================
Expand Down
2 changes: 0 additions & 2 deletions app/assets/sass/main.scss
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,6 @@
@import 'node_modules/nhsuk-frontend/packages/nhsuk';

// Components that are not in the NHS.UK frontend library
@import 'components/list-border';
@import 'components/related-nav';
@import 'components/figure';

///////////////////////////////////////////
Expand Down
46 changes: 44 additions & 2 deletions app/assets/sass/nhsuk.scss
Original file line number Diff line number Diff line change
@@ -1,4 +1,11 @@
@import 'node_modules/nhsuk-frontend/packages/core/settings/colours';
@import 'node_modules/nhsuk-frontend/packages/core/settings/all';
@import 'node_modules/nhsuk-frontend/packages/core/tools/all';

// NHS.UK website template styles
//
// This CSS is all used to re-create some of the NHS.UK website
// styles within the example templates. It will likely need updating
// as the NHS.UK website updates.

// ==========================================================================
// Log in link
Expand Down Expand Up @@ -92,7 +99,7 @@
}
}


// ==========================================================================
// Feedback form
// ==========================================================================
Expand Down Expand Up @@ -600,3 +607,38 @@ main .app-list-signage a[href=""]:focus {
main .app-list-signage a[href=""] {
color: $color_nhsuk-white;
}

// ==========================================================================
// COMPONENTS / #RELATED-NAV
// ==========================================================================

.nhsuk-related-nav {
border-top: 1px solid $nhsuk-border-color;

@include mq($until: desktop) {
margin-top: nhsuk-spacing(7);
}
}

.nhsuk-related-nav__heading {
@include nhsuk-typography-responsive(19, $override-line-height: 1.2);

margin-bottom: 12px;
padding-top: nhsuk-spacing(3);
}

.nhsuk-related-nav__list {
@include nhsuk-typography-responsive(16);

list-style: none;
padding-left: 0;
}

// ==========================================================================
// COMPONENTS / #LIST-BORDER
// ==========================================================================

.nhsuk-list--border li {
border-bottom: 1px solid $color_nhsuk-grey-4;
padding: 8px 0 16px;
}
162 changes: 0 additions & 162 deletions app/views/base/check-your-answers.html

This file was deleted.

41 changes: 0 additions & 41 deletions app/views/base/confirmation-page.html

This file was deleted.

Loading

0 comments on commit a20025b

Please sign in to comment.