Skip to content

Commit

Permalink
update index page
Browse files Browse the repository at this point in the history
  • Loading branch information
Kyra Balmforth authored and Kyra Balmforth committed Dec 18, 2024
1 parent ef82aa4 commit 36e029a
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 33 deletions.
39 changes: 6 additions & 33 deletions app/views/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@

<!-- Set the page title -->
{% block pageTitle %}
NHS.UK prototype kit
Prototype
{% endblock %}

<!-- For adding a breadcrumb -->
Expand All @@ -33,54 +33,27 @@

<!-- Change the page title here -->
<h1>
NHS.UK prototype kit
<span class="nhsuk-caption-xl nhsuk-caption--bottom">Version {{version}}</span>
Prototype
</h1>

<!-- Add your content here -->
<!-- Styles and components can be found at https://service-manual.nhs.uk/design-system -->

<p class="nhsuk-lede-text">
This kit lets you rapidly create HTML prototypes of NHS services.
This is a prototype what you see here isn't a live website.
</p>

<hr>

<h2>
About this page
</h2>

<p>
Use this page as the index for your project.
</p>

<p>
You'll find the code for this page at <strong>/app/views/index.html</strong>.
</p>

<p>
There is also an <a href="/page-example">example page</a>, which contains a selection of NHS.UK frontend styles and components.
</p>

<hr>

<h2>
Get started
</h2>

<p>Get started by using the:</p>
<p>Get started below:</p>

<ul>
<li>
<a href="/docs/how-tos">how to guides</a>
</li>
<li>
<a href="/docs/page-templates">page templates</a>
</li>
<li>
code snippets for styles and components from the <a href="https://service-manual.nhs.uk/design-system">NHS digital service manual</a>
<a href="nhsuk-pregnancy">Start now</a>
</li>
</ul>


<!-- End of content -->

Expand Down
Empty file modified app/views/layout.html
100755 → 100644
Empty file.

0 comments on commit 36e029a

Please sign in to comment.