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

Changed guides page as reference for site #136

Merged
merged 5 commits into from
Nov 21, 2024
Merged
Changes from 1 commit
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
39 changes: 28 additions & 11 deletions app/views/how-tos/index.html
vickytnz marked this conversation as resolved.
Show resolved Hide resolved
Original file line number Diff line number Diff line change
Expand Up @@ -14,13 +14,33 @@
{% block content %}
<div class="nhsuk-grid-row">

<div class="nhsuk-grid-column-two-thirds">
<div class="nhsuk-grid-column-full">
vickytnz marked this conversation as resolved.
Show resolved Hide resolved

<h1>Guides</h1>

<p class="nhsuk-lede-text">These guides will show you how to use the prototype kit, from creating a simple page to building complex user journeys.</p>

<h2>Build a basic prototype</h2>
</div>



<div class="nhsuk-grid-column-one-half">
vickytnz marked this conversation as resolved.
Show resolved Hide resolved
<h2 class="nhsuk-heading-s">Download and install</h2>

<ul class="nhsuk-list">
<li>
<a href="/install/index">Get started with the NHS prototype kit</a>
vickytnz marked this conversation as resolved.
Show resolved Hide resolved
</li>
<li>
<a href="/install/advanced">Advanced install guide</a>
</li>
<li>
<a href="/install/nhs-england-windows-laptops">Set up the prototype kit on an NHS England Windows laptop</a>
</li>
</ul>


<h2 class="nhsuk-heading-s">Build a basic prototype</h2>
vickytnz marked this conversation as resolved.
Show resolved Hide resolved
<ul class="nhsuk-list">
<li>
<a href="/how-tos/build-basic-prototype/index">Before you start the tutorial</a>
Expand Down Expand Up @@ -53,36 +73,33 @@ <h2>Build a basic prototype</h2>
</li>
</ul>

</div>
<div class="nhsuk-grid-column-one-half">

<h2>Learn the basics</h2>
<h2 class="nhsuk-heading-s">General use</h2>

<ul class="nhsuk-list">
<li><a href="/how-tos/making-pages">Making pages</a></li>
<li><a href="/how-tos/adding-assets">Adding CSS, JavaScript and Images</a></li>
<li><a href="/how-tos/components">Using components</a></li>
</ul>

<h2>Create journeys with data</h2>

<ul class="nhsuk-list">
<li><a href="/how-tos/passing-data-page">Passing data page to page</a></li>
<li><a href="/how-tos/branching">Branching</a><br><span class="nhsuk-body-s">(show a different page based on user input)</span></li>
</ul>

<h2>Share your prototype</h2>
<h2 class="nhsuk-heading-s">Share your prototype</h2>

<ul class="nhsuk-list">
<li><a href="/how-tos/git">Setting up Git</a></li>
<li><a href="/how-tos/publish-your-prototype-online">Publish your prototype online</a></li>
</ul>

<h2>Updating the kit</h2>
<h2 class="nhsuk-heading-s">Updating the kit</h2>

<ul class="nhsuk-list">
<li><a href="/how-tos/updating-the-kit">Updating the kit</a></li>
</ul>

<h2>Advanced usage</h2>
<h2 class="nhsuk-heading-s">Advanced use</h2>

<ul class="nhsuk-list">
<li><a href="/how-tos/switching-from-govuk-prototype-kit">Switching from the GOV.UK Prototype Kit</a></li>
Expand Down