Skip to content

Commit 3295dc1

Browse files
authored
Merge pull request #43 from devansXD/dave-branch4
Dave branch4
2 parents 4240510 + f430328 commit 3295dc1

4 files changed

Lines changed: 19 additions & 17 deletions

File tree

app/views/current/homepage.html

Lines changed: 15 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -8,14 +8,16 @@
88

99

1010
{% block heroActions %}
11-
<div class="nhsuk-u-margin-top-5">
12-
<a class="nhsuk-button nhsuk-button--reverse" data-module="nhsuk-button" href="/current/sign-in-nhs" draggable="false" role="button">
13-
Log in
14-
</a>
15-
<p class="nhsuk-body nhsuk-u-margin-top-2 nhsuk-u-margin-bottom-0 nice-hero__subtext">
16-
or <a href="/current/sign-up-trusts-1" class="nhsuk-link nhsuk-link--reverse nhsuk-u-font-weight-bold">Sign up</a>
17-
</p>
18-
</div>
11+
<div class="nhsuk-button-group nhsuk-u-margin-bottom-0">
12+
13+
14+
<a class="nhsuk-button nhsuk-button--reverse" data-module="nhsuk-button" href="sign-up" draggable="false" role="button" data-nhsuk-button-init="">
15+
Login
16+
</a>
17+
18+
19+
<p class="nhsuk-body nhsuk-u-margin-bottom-0">or <a href="sign-in-nhs" class="nhsuk-link nhsuk-link--reverse nhsuk-u-font-weight-bold">Sign up</a></p>
20+
</div>
1921
{% endblock %}
2022

2123
{% block mainContent %}
@@ -137,8 +139,7 @@ <h3 class="nhsuk-heading-m">
137139
</svg>
138140
NICE Medtech Guidance
139141
</h3>
140-
<p>Evidence-based guidance on medical technologies from the National Institute for Health and Care Excellence
141-
</p>
142+
142143

143144
<h3 class="nhsuk-heading-m nhsuk-u-margin-top-4">
144145
<svg class="nhsuk-icon nhsuk-icon--tick" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" width="16"
@@ -148,7 +149,7 @@ <h3 class="nhsuk-heading-m nhsuk-u-margin-top-4">
148149
</svg>
149150
ODEP Accreditation
150151
</h3>
151-
<p>Orthopaedic Data Evaluation Panel ratings for implants and related devices</p>
152+
152153

153154

154155
</div>
@@ -162,17 +163,17 @@ <h3 class="nhsuk-heading-m">
162163
</svg>
163164
NHS Trust Evaluations
164165
</h3>
165-
<p>Real-world assessments and feedback from NHS organisations using these technologies in practice</p>
166+
166167

167168
<h3 class="nhsuk-heading-m nhsuk-u-margin-top-4">
168-
<svg class="nhsuk-icon nhsuk-icon--tick" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" width="16"
169+
<svg class="nhsuk-icon nhsuk-icon--blue nhsuk-icon--tick" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" width="16"
169170
height="16" focusable="false" aria-hidden="true">
170171
<path
171172
d="M11.4 18.8a2 2 0 0 1-2.7.1h-.1L4 14.1a1.5 1.5 0 0 1 2.1-2L10 16l8.1-8.1a1.5 1.5 0 1 1 2.2 2l-8.9 9Z" />
172173
</svg>
173174
MHRA Registration Data
174175
</h3>
175-
<p>Medicines and Healthcare products Regulatory Agency registration and compliance information</p>
176+
176177
</div>
177178
</div>
178179

app/views/current/layouts/layout-hero-current.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@
5555
{% block heroHeading %}
5656
<h1 class="nhsuk-heading-l nhsuk-u-margin-bottom-4">Search and evaluate medical technology based on good clinical outcomes</h1>
5757

58-
<p class="nhsuk-body-l">Used by NHS trusts</p>
58+
<p class="nhsuk-body-l">Used by <strong>24</strong> NHS trusts</strong></p>
5959
{% endblock %}
6060

6161
{% block heroActions %}

app/views/current/product-page-wound-care.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ <h1 class="nhsuk-heading-xl nhsuk-u-margin-bottom-2">
4343
</p>
4444

4545
<div class="nhsuk-u-margin-bottom-5">
46-
<strong class="nhsuk-tag nhsuk-tag--white">UK manufactured</strong>
46+
4747
<strong class="nhsuk-tag nhsuk-tag--white">SME</strong>
4848
<strong class="nhsuk-tag nhsuk-tag--green">NHS Supply Chain approved</strong>
4949
</div>

app/views/index.html

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,8 @@ <h2 class="nhsuk-heading-m">Procurement team journey - current (v4)</h2>
5656
<li><a href="current/category-wound-care">Search results category</a></li>
5757
<li><a href="current/product-page">Product page 1</a></li>
5858
<li><a href="current/product-detail">Product page 2</a></li>
59-
<li><a href="current/search-results-viz">Search results visualisation <span class="nhsuk-tag nhsuk-tag--grey nhsuk-u-margin-left-5">experimental</span></a></li>
59+
<li><a href="current/search-results-viz-all">Search results visualisation <span class="nhsuk-tag nhsuk-tag--grey nhsuk-u-margin-left-5">experimental</span></a></li>
60+
<li><a href="current/search-results-viz-sub-cat">Search results subcategory visualisation <span class="nhsuk-tag nhsuk-tag--grey nhsuk-u-margin-left-5">experimental</span></a></li>
6061
<li><a href="current/search-results-dashboard">Data Dashboard <span class="nhsuk-tag nhsuk-tag--grey nhsuk-u-margin-left-5">experimental</span></a></li>
6162

6263
<!---

0 commit comments

Comments
 (0)