Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
29 changes: 15 additions & 14 deletions app/views/current/homepage.html
Original file line number Diff line number Diff line change
Expand Up @@ -8,14 +8,16 @@


{% block heroActions %}
<div class="nhsuk-u-margin-top-5">
<a class="nhsuk-button nhsuk-button--reverse" data-module="nhsuk-button" href="/current/sign-in-nhs" draggable="false" role="button">
Log in
</a>
<p class="nhsuk-body nhsuk-u-margin-top-2 nhsuk-u-margin-bottom-0 nice-hero__subtext">
or <a href="/current/sign-up-trusts-1" class="nhsuk-link nhsuk-link--reverse nhsuk-u-font-weight-bold">Sign up</a>
</p>
</div>
<div class="nhsuk-button-group nhsuk-u-margin-bottom-0">


<a class="nhsuk-button nhsuk-button--reverse" data-module="nhsuk-button" href="sign-up" draggable="false" role="button" data-nhsuk-button-init="">
Login
</a>


<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>
</div>
{% endblock %}

{% block mainContent %}
Expand Down Expand Up @@ -137,8 +139,7 @@ <h3 class="nhsuk-heading-m">
</svg>
NICE Medtech Guidance
</h3>
<p>Evidence-based guidance on medical technologies from the National Institute for Health and Care Excellence
</p>


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



</div>
Expand All @@ -162,17 +163,17 @@ <h3 class="nhsuk-heading-m">
</svg>
NHS Trust Evaluations
</h3>
<p>Real-world assessments and feedback from NHS organisations using these technologies in practice</p>


<h3 class="nhsuk-heading-m nhsuk-u-margin-top-4">
<svg class="nhsuk-icon nhsuk-icon--tick" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" width="16"
<svg class="nhsuk-icon nhsuk-icon--blue nhsuk-icon--tick" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" width="16"
height="16" focusable="false" aria-hidden="true">
<path
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" />
</svg>
MHRA Registration Data
</h3>
<p>Medicines and Healthcare products Regulatory Agency registration and compliance information</p>

</div>
</div>

Expand Down
2 changes: 1 addition & 1 deletion app/views/current/layouts/layout-hero-current.html
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@
{% block heroHeading %}
<h1 class="nhsuk-heading-l nhsuk-u-margin-bottom-4">Search and evaluate medical technology based on good clinical outcomes</h1>

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

{% block heroActions %}
Expand Down
2 changes: 1 addition & 1 deletion app/views/current/product-page-wound-care.html
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ <h1 class="nhsuk-heading-xl nhsuk-u-margin-bottom-2">
</p>

<div class="nhsuk-u-margin-bottom-5">
<strong class="nhsuk-tag nhsuk-tag--white">UK manufactured</strong>

<strong class="nhsuk-tag nhsuk-tag--white">SME</strong>
<strong class="nhsuk-tag nhsuk-tag--green">NHS Supply Chain approved</strong>
</div>
Expand Down
3 changes: 2 additions & 1 deletion app/views/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,8 @@ <h2 class="nhsuk-heading-m">Procurement team journey - current (v4)</h2>
<li><a href="current/category-wound-care">Search results category</a></li>
<li><a href="current/product-page">Product page 1</a></li>
<li><a href="current/product-detail">Product page 2</a></li>
<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>
<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>
<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>
<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>

<!---
Expand Down