Skip to content
This repository has been archived by the owner on Apr 24, 2020. It is now read-only.

Commit

Permalink
Merge pull request #70 from nhsx/develop
Browse files Browse the repository at this point in the history
Release 2.1.1
  • Loading branch information
chrimesdev committed Nov 11, 2019
2 parents 01f1509 + 8b8b033 commit 8980bbe
Show file tree
Hide file tree
Showing 7 changed files with 307 additions and 285 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changelog

## 2.1.1 - 11/11/2019

- Update the leadership team members
- Update content on the Digital Innovation Team
- Update package dependencies to latest versions
- Install the latest version of NHS.UK frontend with new focus styles

## 2.1.0 - 30/10/2019

- New content for Data-driven health and care technology and Artificial Intelligence
Expand Down
8 changes: 4 additions & 4 deletions app/scripts/main.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
// NHS.UK frontend
import nhsuk_header from '../../node_modules/nhsuk-frontend/packages/components/header/header'; /* eslint-disable-line camelcase */
import nhsuk_skipLink from '../../node_modules/nhsuk-frontend/packages/components/skip-link/skip-link'; /* eslint-disable-line camelcase */
import Header from '../../node_modules/nhsuk-frontend/packages/components/header/header';
import SkipLink from '../../node_modules/nhsuk-frontend/packages/components/skip-link/skip-link';

// Initialise components
nhsuk_skipLink();
nhsuk_header();
Header();
SkipLink();
4 changes: 0 additions & 4 deletions app/styles/nhsx/components/_header.scss
Original file line number Diff line number Diff line change
Expand Up @@ -40,10 +40,6 @@

}

&:focus {
color: $color_nhsuk-white;
}

&:active {
background-color: $color_nhsuk-black;
color: $color_nhsuk-grey-5;
Expand Down
6 changes: 4 additions & 2 deletions app/views/pages/get-involved.njk
Original file line number Diff line number Diff line change
Expand Up @@ -22,10 +22,12 @@
<p class="nhsuk-body-l nhsuk-u-padding-top-0">Please get in touch.</p>
<p>We are keen to hear from everyone who is affected by the technology we use in health and care, from patients to technologists and innovators to carers to clinicians.</p>

<h2>Listening to digital health innovators</h2>
<h2>Engaging with digital health innovators</h2>

<p>On 4 July 2019, NHSX held a listening event for innovators working in healthtech, in partnership with the Accelerated Access Collaborative, the Academic Health Science Network, the Office for Life Sciences and TechUK. At the event, we asked the innovators what NHSX's priorities should be. This <a href="../assets/Digital_Innovation_in_Healthcare_Report_Web_Accessible.pdf">digital innovators summary report</a> details the key themes that emerged and how we are responding to them.</p>
<p>On 4 July 2019, NHSX held a listening event for innovators working in healthtech, in partnership with the Accelerated Access Collaborative, the Academic Health Science Network, the Office for Life Sciences and techUK. At the event, we asked the innovators what NHSX's priorities should be. This <a href="../assets/Digital_Innovation_in_Healthcare_Report_Web_Accessible.pdf">digital innovators summary report</a> details the key themes that emerged and how we are responding to them.</p>

<p>We run monthly surgeries for digital innovators to meet with members of our Digital Innovation Team. These provide us with the opportunity to learn more about you and your product; and for you to ask us for advice on issues, such as scaling within the NHS. If you would like to register for a surgery, please fill in this <a href="https://docs.google.com/forms/d/e/1FAIpQLScpEZeF8x0aHEPrwHcPe0NBbVrddh27F5AK5zfsELsd3BDeVQ/viewform">innovator application form</a>.</p>

<h2>Got something to say? Contact us</h2>
<ul>
<li>Twitter: <a href="https://twitter.com/NHSX">follow us at @NHSX</a></li>
Expand Down
2 changes: 1 addition & 1 deletion app/views/pages/who-we-are.njk
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
<p>We report directly to the Secretary of State and the Chief Executive of NHS England and NHS Improvement. We are funded through existing budgets.</p>

<h2>Leadership team</h2>
<p>The leadership team of NHSX are: Matthew Gould (CEO), Simon Eccles, Tara Donnelly, Hadley Beeman, Katie Farrington and Tim Donohoe.</p>
<p>The leadership team of NHSX are: Matthew Gould (CEO), Simon Eccles, Tara Donnelly, Hadley Beeman, Kathy Hall, Iain O'Neil and Tim Donohoe.</p>

<h2>Teams joining NHSX</h2>
<p>Programme teams that have joined NHSX from NHS England and the Department of Health and Social Care include:</p>
Expand Down
Loading

0 comments on commit 8980bbe

Please sign in to comment.