Skip to content

Commit 5a696e6

Browse files
Add testimonial placeholder (#307)
1 parent bb24946 commit 5a696e6

File tree

1 file changed

+18
-3
lines changed

1 file changed

+18
-3
lines changed

app/views/product-page.html

Lines changed: 18 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ <h1 class="nhsuk-heading-l nhsuk-u-margin-bottom-5">Record NHS vaccinations safe
2222

2323
{{ button({
2424
text: "Sign up for your pharmacy",
25-
href: "#find-out-more",
25+
href: "/apply/onboarding0",
2626
classes: "nhsuk-button--reverse nhsuk-u-margin-bottom-3"
2727
}) }}
2828

@@ -56,6 +56,21 @@ <h2 class="nhsuk-heading-s nhsuk-u-margin-bottom-2">Create bespoke reports</h2>
5656
</div>
5757
</div>
5858

59+
<div class="nhsuk-width-container" id="find-out-more">
60+
<div class="nhsuk-main-wrapper nhsuk-u-padding-top-4 nhsuk-u-padding-bottom-4">
61+
<div style="width: 100px; height: 100px; background-color: #768692; border-radius: 50px; float: left;"></div>
62+
<div style="margin-left: 150px; max-width: 400px;" class="nhsuk-body nhsuk-u-font-size-26 nhsuk-u-margin-top-2">
63+
<blockquote class="nhsuk-u-padding-0 nhsuk-u-margin-0 nhsuk-u-margin-bottom-1">
64+
“This is a quote to illustrate how the service has worked for us.”
65+
</blockquote>
66+
<div class="nhsuk-body nhsuk-u-font-size-19">– Jane Smith, Pharmacy name</div>
67+
</div>
68+
<div style="clear:left;"></div>
69+
</div>
70+
</div>
71+
72+
<div class="app-section--white">
73+
5974
<div class="nhsuk-width-container" id="find-out-more">
6075
<div class="nhsuk-main-wrapper">
6176
<div class="nhsuk-grid-row">
@@ -74,7 +89,7 @@ <h3 class="nhsuk-heading-m">Pharmacies can sign up now</h3>
7489
href: "/apply/onboarding0"
7590
}) }}
7691
<p>or <a href="#">try our demo site</a></p>
77-
92+
7893
<hr class="nhsuk-section-break nhsuk-section-break--l nhsuk-section-break--visible">
7994

8095
<h3 class="nhsuk-heading-m">Maternity services</h3>
@@ -104,5 +119,5 @@ <h3 class="nhsuk-heading-m">GP groupings (PCNs)</h3>
104119
</div>
105120
</div>
106121
</div>
107-
122+
</div>
108123
{% endblock %}

0 commit comments

Comments
 (0)