Skip to content

Commit 461feb5

Browse files
authored
Out of the box NHS Notify - V1 (#105)
* First iteration of the "out of the box" content for NHS Notify * Vale and english usage fixes * vale fix * OOB links added to /get-started to try get users to contend with OOB * Typo correction * Stakeholder feedback changes
1 parent f29be76 commit 461feb5

File tree

13 files changed

+1696
-9
lines changed

13 files changed

+1696
-9
lines changed
Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
<details class="nhsuk-details nhsuk-expander">
2+
<summary class="nhsuk-details__summary">
3+
<span class="nhsuk-details__summary-text">
4+
{{ include.heading }}
5+
</span>
6+
</summary>
7+
<div class="nhsuk-details__text">
8+
{{ include.text | markdownify }}
9+
</div>
10+
</details>
Lines changed: 35 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,35 @@
1+
<dl class="nhsuk-summary-list">
2+
<div class="nhsuk-summary-list__row">
3+
<dt class="nhsuk-summary-list__key">
4+
Name
5+
</dt>
6+
<dd class="nhsuk-summary-list__value">
7+
Karen Francis
8+
</dd>
9+
</div>
10+
<div class="nhsuk-summary-list__row">
11+
<dt class="nhsuk-summary-list__key">
12+
Date of birth
13+
</dt>
14+
<dd class="nhsuk-summary-list__value">
15+
15 March 1984
16+
</dd>
17+
</div>
18+
<div class="nhsuk-summary-list__row">
19+
<dt class="nhsuk-summary-list__key">
20+
Contact information
21+
</dt>
22+
<dd class="nhsuk-summary-list__value">
23+
73 Roman Rd<br>Leeds<br> LS2 5ZN
24+
</dd>
25+
</div>
26+
<div class="nhsuk-summary-list__row">
27+
<dt class="nhsuk-summary-list__key">
28+
Contact details
29+
</dt>
30+
<dd class="nhsuk-summary-list__value">
31+
<p>07700 900362</p>
32+
33+
</dd>
34+
</div>
35+
</dl>

0 commit comments

Comments
 (0)