-
Notifications
You must be signed in to change notification settings - Fork 107
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #881 from nhsuk/new-header-footer
Incorporate new header and footer style
- Loading branch information
Showing
93 changed files
with
2,638 additions
and
2,224 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,6 @@ | ||
node_modules/* | ||
dist/* | ||
.cache/* | ||
tests/backstop/* | ||
.github/* | ||
coverage/* | ||
|
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
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 |
---|---|---|
@@ -0,0 +1,103 @@ | ||
{% set html_style = 'background-color: #f0f4f5;' %} | ||
{% set title = 'Footer (columns)' %} | ||
{% from 'components/footer/macro.njk' import footer %} | ||
{% extends 'layout.njk' %} | ||
|
||
{% block body %} | ||
|
||
{{ footer({ | ||
"links": [ | ||
{ | ||
"URL": "#", | ||
"label": "Home" | ||
}, | ||
{ | ||
"URL": "#", | ||
"label": "Health A to Z" | ||
}, | ||
{ | ||
"URL": "#", | ||
"label": "Live Well" | ||
}, | ||
{ | ||
"URL": "#", | ||
"label": "Mental health" | ||
}, | ||
{ | ||
"URL": "#", | ||
"label": "Care and support" | ||
}, | ||
{ | ||
"URL": "#", | ||
"label": "Accessibility statement" | ||
}, | ||
{ | ||
"URL": "#", | ||
"label": "Pregnancy" | ||
}, | ||
{ | ||
"URL": "#", | ||
"label": "NHS services" | ||
}, | ||
{ | ||
"URL": "#", | ||
"label": "Coronavirus (COVID-19)" | ||
} | ||
], | ||
"linksColumn2": [ | ||
{ | ||
"URL": "#", | ||
"label": "NHS App" | ||
}, | ||
{ | ||
"URL": "#", | ||
"label": "Find my NHS number" | ||
}, | ||
{ | ||
"URL": "#", | ||
"label": "Your health records" | ||
}, | ||
{ | ||
"URL": "#", | ||
"label": "About the NHS" | ||
}, | ||
{ | ||
"URL": "#", | ||
"label": "Healthcare abroad" | ||
} | ||
], | ||
"linksColumn3": [ | ||
{ | ||
"URL": "#", | ||
"label": "Contact us" | ||
}, | ||
{ | ||
"URL": "#", | ||
"label": "Other NHS websites" | ||
}, | ||
{ | ||
"URL": "#", | ||
"label": "Profile editor login" | ||
} | ||
], | ||
"metaLinks": [ | ||
{ | ||
"URL": "#", | ||
"label": "About us" | ||
}, | ||
{ | ||
"URL": "#", | ||
"label": "Accessibility statement" | ||
}, | ||
{ | ||
"URL": "#", | ||
"label": "Our policies" | ||
}, | ||
{ | ||
"URL": "#", | ||
"label": "Cookies" | ||
} | ||
] | ||
})}} | ||
|
||
{% 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
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
This file was deleted.
Oops, something went wrong.
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 |
---|---|---|
|
@@ -28,8 +28,8 @@ | |
<p>Please see our <a href="https://github.com/nhsuk/nhsuk-frontend/blob/master/CONTRIBUTING.md">contributing guidelines</a> on how to set up the project locally and contribute changes to NHS.UK frontend.</p> | ||
|
||
<h2>Get in touch</h2> | ||
<p>NHS.UK frontend is actively maintained by a team at NHS England, you can <a href="mailto:[email protected]">email us</a> or get in touch on the <a href="https://join.slack.com/t/nhs-service-manual/shared_invite/enQtNTIyOTEyNjU3NDkyLTk4NDQ3YzkwYzk1Njk5YjAxYTI5YTVkZmUxMGQ0ZjA3NjMyM2ZkNjBlMWMxODVjZjYzNzg1ZmU4MWY1NmE2YzE">NHS digital service manual Slack workspace</a>. | ||
|
||
<p>NHS.UK frontend is actively maintained by a team at NHS England, you can <a href="mailto:[email protected]">email us</a> or get in touch on the <a href="https://join.slack.com/t/nhs-service-manual/shared_invite/enQtNTIyOTEyNjU3NDkyLTk4NDQ3YzkwYzk1Njk5YjAxYTI5YTVkZmUxMGQ0ZjA3NjMyM2ZkNjBlMWMxODVjZjYzNzg1ZmU4MWY1NmE2YzE">NHS digital service manual Slack workspace</a>.</p> | ||
</div> | ||
|
||
{% 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
Oops, something went wrong.