Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fixes duplicate text in prototype kit guide intro #198

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
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
8 changes: 3 additions & 5 deletions app/views/how-tos/build-basic-prototype/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -10,23 +10,21 @@
{% block makePrototype %}

<p>
This tutorial shows you how to prototype a fictional "{{exampleServiceName}}" service that will:
This tutorial shows you how to prototype a fictional "{{exampleServiceName}}" service that will:
</p>
<ul class="nhsuk-list nhsuk-list--bullet">
<li>ask 2 questions</li>
<li>show the user's answers for them to check</li>
<li>show a confirmation page</li>
</ul>
<p>
It will take about an hour to finish this tutorial, after you install the prototype kit.
It will take about an hour to finish this tutorial, after you install the prototype kit.
</p>

<p>
Our prototype will look a bit like this:
Our prototype will look a bit like this:
</p>

<p>Our prototype will look a bit like this:</p>

<figure class="nhsuk-figure">
<img class="nhsuk-figure__image" src="/images/tutorial-overview.png" alt="The first page has the title 'Start page' with the button 'Start now'. This is linked to a 2nd page with the title 'Question 1' and a 'Continue' button. This forks to 2 different pages. 1 is titled 'Ineligible'. 2 is titled Question 2. Question 2 is linked to a page titled 'Check answers'. This links to page 6, titled 'Complete'.">
<figcaption class="nhsuk-figure__caption">Diagram of 6 pages connected together</figcaption>
Expand Down
Loading