Update start button on signed out homepage

This commit is contained in:
Katie Smith
2020-02-06 13:36:17 +00:00
parent e53c5e17b3
commit 485d25b120
2 changed files with 53 additions and 35 deletions

View File

@@ -1,4 +1,5 @@
{% extends "fullwidth_template.html" %}
{% from "components/button/macro.njk" import govukButton %}
{% block meta %}
<meta name="description" content="GOV.UK Notify lets you send emails, text messages and letters to your users. Try it now if you work in central government, a local authority, or the NHS.">
@@ -15,10 +16,10 @@
<nav class="breadcrumbs breadcrumbs--inverse" aria-label="Breadcrumbs">
<ol itemscope itemtype="http://schema.org/BreadcrumbList">
<li class="breadcrumbs__item" itemprop="itemListElement" itemscope itemtype="http://schema.org/ListItem">
<a href="https://www.gov.uk/service-toolkit#gov-uk-services" itemprop="item"><span itemprop="name">GOV.UK services</span></a>
<a class="govuk-link" href="https://www.gov.uk/service-toolkit#gov-uk-services" itemprop="item"><span itemprop="name">GOV.UK services</span></a>
</li>
<li class="breadcrumbs__item breadcrumbs__item--active" itemprop="itemListElement" itemscope itemtype="http://schema.org/ListItem">
<a href="#main" itemprop="item"><span itemprop="name">GOV.UK Notify</span></a>
<a class="govuk-link" href="#main" itemprop="item"><span itemprop="name">GOV.UK Notify</span></a>
</li>
</ol>
</nav>
@@ -31,10 +32,13 @@
Try GOV.UK Notify now if you work in central government, a&nbsp;local authority, or the NHS.
</p>
<div class="button-container">
<a class="button button-start" role="button" draggable="false" href='{{ url_for('.register' )}}'>
Create an account
</a>
or <a href="{{ url_for('.sign_in' )}}">sign in</a> if youve used
{{ govukButton({
"element": "a",
"text": "Create an account",
"classes": "product-page-button button-container__button govuk-!-margin-right-3",
"href": url_for('main.register' )
}) }}
or <a class="govuk-link" href="{{ url_for('.sign_in' )}}">sign in</a> if youve used
it before
</div>
</div>
@@ -131,7 +135,7 @@
</div>
<p>
See the
<a href="https://www.gov.uk/performance/govuk-notify/government-services">list of services and organisations</a>.
<a class="govuk-link" href="https://www.gov.uk/performance/govuk-notify/government-services">list of services and organisations</a>.
</p>
</div>
</div>
@@ -159,7 +163,7 @@
<p class="align-with-big-number-hint">
Theres no monthly charge, no setup fee and no&nbsp;procurement process.
</p>
<p>Find out more about <a href="https://www.notifications.service.gov.uk/pricing">pricing</a>.
<p>Find out more about <a class="govuk-link" href="https://www.notifications.service.gov.uk/pricing">pricing</a>.
</p>
</div>
</div>
@@ -176,7 +180,7 @@
and is supported 24 hours a day, 7 days a week.
</p>
<p>
<a href="{{ url_for('main.support') }}">Contact us</a> if you have a question or want
<a class="govuk-link" href="{{ url_for('main.support') }}">Contact us</a> if you have a question or want
to give feedback.
</p>
</div>