Skip to content

Commit

Permalink
Update topic landing page example
Browse files Browse the repository at this point in the history
  • Loading branch information
ediblecode committed Dec 8, 2017
1 parent c33535d commit 6a83a92
Showing 1 changed file with 22 additions and 19 deletions.
41 changes: 22 additions & 19 deletions server/views/pages/topic-landing-page.njk
Original file line number Diff line number Diff line change
Expand Up @@ -53,24 +53,22 @@
Everything NICE has produced on the topic of breast cancer. Includes related guidelines, NICE Pathways, quality standards and advice.
</p>

</div>
<p>
<a href="https://www.nice.org.uk/get-involved/stakeholder-registration">Register as a stakeholder</a>
</p>

{{ ctaBar({ title: "Interested in becoming a NICE stakeholder?", body: "Receive alerts about the latest guidance, comment on consultations, and participate in NICE events and workshops", cta: { text: "Register as a stakeholder", href: "https://www.nice.org.uk/get-involved/stakeholder-registration" } }) }}
</div>

<div class="container">
<div class="container mt--e">
<div class="grid grid--loose">
<div data-g="12 md:3">
<div data-g="12 sm:4 md:3">
{% set stackedNavContent = {
root: {
title: "Breast cancer",
title: "Breast cancer guidance",
href: "/guidance/conditions-and-diseases/cancer/breast-cancer",
current: true
},
links: [
{
title: "Research recommendations",
href: "/resources/conditions-and-diseases/cancer/breast-cancer"
},
{
title: "Shared learning",
href: "/localpracticeresources/conditions-and-diseases/cancer/breast-cancer"
Expand All @@ -79,34 +77,32 @@
} %}
{{ stackedNav(stackedNavContent) }}
</div>
<div data-g="12 md:9">
<div data-g="12 sm:8 md:9">

<h2 class="mt--0">NICE Pathways<small> - mapping our guidance</small></h2>
<p class="mt--0">27 <span class="tag tag--new">new</span> and 2 <span class="tag tag--updated">updated</span> products since May 2017. There is 1 <span class="tag tag--consultation">consultation</span> in progress.</p>

<p><a href="https://www.nice.org.uk/About/What-we-do/Our-Programmes/About-NICE-Pathways">NICE Pathways</a> brings together everything we have said on a topic in an interactive flowchart.</p>
<h2>NICE Pathways</h2>

<ul class="list list--unstyled">
<li>
{{ card({ heading: { icon: "pathways", text: "Advanced breast cancer" }, href: "https://pathways.nice.org.uk/pathways/advanced-breast-cancer" }) }}
{{ card({ heading: { text: "Advanced breast cancer" }, href: "https://pathways.nice.org.uk/pathways/advanced-breast-cancer" }) }}
</li>
<li>
{{ card({ heading: { icon: "pathways", text: "Early and locally advanced breast cancer" }, href: "https://pathways.nice.org.uk/pathways/early-and-locally-advanced-breast-cancer", tag: { modifier: "updated", label: "Updated" } }) }}
{{ card({ heading: { text: "Early and locally advanced breast cancer" }, href: "https://pathways.nice.org.uk/pathways/early-and-locally-advanced-breast-cancer", tag: { modifier: "updated", label: "Updated" } }) }}
</li>
<li>
{{ card({ heading: { icon: "pathways", text: "Familial breast cancer" }, href: "https://pathways.nice.org.uk/pathways/familial-breast-cancer" }) }}
{{ card({ heading: { text: "Familial breast cancer" }, href: "https://pathways.nice.org.uk/pathways/familial-breast-cancer" }) }}
</li>
<li>
{{ card({ heading: { icon: "pathways", text: "Lung cancer" }, href: "https://pathways.nice.org.uk/pathways/lung-cancer" }) }}
{{ card({ heading: { text: "Lung cancer" }, href: "https://pathways.nice.org.uk/pathways/lung-cancer" }) }}
</li>
<li>
{{ card({ heading: { level: 5, icon: "pathways", text: "Suspected cancer recognition and referral" }, href: "https://pathways.nice.org.uk/pathways/suspected-cancer-recognition-and-referral", tag: { modifier: "new", label: "New" } }) }}
{{ card({ heading: { level: 5, text: "Suspected cancer recognition and referral" }, href: "https://pathways.nice.org.uk/pathways/suspected-cancer-recognition-and-referral", tag: { modifier: "new", label: "New" } }) }}
</li>
</ul>

<h2>NICE guidelines</h2>

<p><a href="https://www.nice.org.uk/About/What-we-do/Our-Programmes/NICE-guidance/NICE-guidelines">NICE guidelines</a> are evidence-based recommendations for health and care in England.</p>

<ul class="list list--unstyled">
<li>
{{ card({ heading: { text: "Advanced breast cancer: diagnosis and treatment (CG81)" }, href: "https://www.nice.org.uk/guidance/cg81", tag: { modifier: "updated", label: "Updated" }, metadata: [ { key: "Published date", value: "February 2009", datetime: "2009-02" }, { key: "Last updated", value: "August 2017", datetime: "2017-08" } ] }) }}
Expand Down Expand Up @@ -150,6 +146,13 @@
</li>
</ul>

<h2>In development</h2>

<ul class="list list--unstyled">
<li>
{{ card({ heading: { text: "The Prosigna gene expression profiling assay for assessing long‑term risk of breast cancer recurrence (MIB27)" }, href: "https://www.nice.org.uk/advice/mib27", tags: [{ modifier: "consultation", label: "In consultation" }, { modifier: "new", label: "New" }], metadata: [ { key: "Published date", value: "March 2015", datetime: "2015-03" } ] }) }}
</li>
</ul>

</div>
</div>
Expand Down

0 comments on commit 6a83a92

Please sign in to comment.