2016-11-23 10:58:12 +00:00
|
|
|
|
{% from 'components/big-number.html' import big_number %}
|
2016-06-03 16:55:59 +01:00
|
|
|
|
{% from "components/banner.html" import banner_wrapper %}
|
|
|
|
|
|
{% from "components/phone.html" import phone %}
|
|
|
|
|
|
|
2016-11-22 17:15:31 +00:00
|
|
|
|
{% extends "fullwidth_template.html" %}
|
2015-11-25 16:21:28 +00:00
|
|
|
|
|
|
|
|
|
|
{% block page_title %}
|
2016-02-08 09:23:51 +00:00
|
|
|
|
GOV.UK Notify
|
2015-11-25 16:21:28 +00:00
|
|
|
|
{% endblock %}
|
|
|
|
|
|
|
2016-02-01 12:15:38 +00:00
|
|
|
|
{% block maincolumn_content %}
|
2015-11-25 16:21:28 +00:00
|
|
|
|
|
2016-11-22 17:53:09 +00:00
|
|
|
|
<div class="product-page-intro">
|
|
|
|
|
|
<div class="product-page-intro-wrapper">
|
|
|
|
|
|
<div class="grid-row">
|
|
|
|
|
|
<div class="column-two-thirds">
|
|
|
|
|
|
<h1>
|
2016-11-23 10:58:12 +00:00
|
|
|
|
Email and text messaging for government services
|
2016-11-22 17:53:09 +00:00
|
|
|
|
</h1>
|
|
|
|
|
|
<p>
|
2016-11-23 10:58:12 +00:00
|
|
|
|
If you work for a UK government department or agency you can
|
|
|
|
|
|
try GOV.UK Notify now
|
2016-11-22 17:53:09 +00:00
|
|
|
|
</p>
|
|
|
|
|
|
<div class="button-container">
|
|
|
|
|
|
<a class="button button-start" href='{{ url_for('.register' )}}'>
|
|
|
|
|
|
Create an account
|
|
|
|
|
|
</a>
|
|
|
|
|
|
or <a href="{{ url_for('.sign_in' )}}">sign in</a> if you’ve used
|
|
|
|
|
|
it before
|
|
|
|
|
|
</div>
|
|
|
|
|
|
</div>
|
|
|
|
|
|
</div>
|
|
|
|
|
|
</div>
|
|
|
|
|
|
</div>
|
|
|
|
|
|
|
|
|
|
|
|
<div class="product-page-section">
|
2016-11-23 10:58:12 +00:00
|
|
|
|
<div class="grid-row">
|
|
|
|
|
|
<div class="column-half">
|
|
|
|
|
|
<h2>
|
|
|
|
|
|
Get control of your content
|
|
|
|
|
|
</h2>
|
|
|
|
|
|
<p>
|
|
|
|
|
|
Straightforward templating means you don’t need technical
|
|
|
|
|
|
knowledge to create emails and text messages.
|
|
|
|
|
|
</p>
|
|
|
|
|
|
</div>
|
|
|
|
|
|
<div class="column-half">
|
|
|
|
|
|
<h2>
|
|
|
|
|
|
See how your messages are performing
|
|
|
|
|
|
</h2>
|
|
|
|
|
|
<p>
|
|
|
|
|
|
Track how many messages you’ve sent and which ones aren’t
|
|
|
|
|
|
getting delivered.
|
|
|
|
|
|
</p>
|
|
|
|
|
|
</div>
|
|
|
|
|
|
</div>
|
2016-11-22 17:53:09 +00:00
|
|
|
|
</div>
|
2016-11-23 10:58:12 +00:00
|
|
|
|
<div class="product-page-section">
|
|
|
|
|
|
<div class="grid-row">
|
|
|
|
|
|
<div class="column-half">
|
|
|
|
|
|
<img src="/static/images/product/01-templates.svg">
|
|
|
|
|
|
</div>
|
|
|
|
|
|
<div class="column-half">
|
|
|
|
|
|
<img src="/static/images/product/02-reporting.svg">
|
|
|
|
|
|
</div>
|
|
|
|
|
|
</div>
|
|
|
|
|
|
</div>
|
|
|
|
|
|
<div class="product-page-section bottom-gutter-2">
|
|
|
|
|
|
<h2>
|
|
|
|
|
|
Works with your existing systems
|
|
|
|
|
|
</h2>
|
|
|
|
|
|
<div class="grid-row">
|
|
|
|
|
|
<div class="column-half">
|
|
|
|
|
|
<p>
|
|
|
|
|
|
Use the web interface to upload a spreadsheet of
|
|
|
|
|
|
email addresses or phone numbers.
|
|
|
|
|
|
</p>
|
|
|
|
|
|
<img src="/static/images/product/03-spreadsheet.svg">
|
|
|
|
|
|
</div>
|
|
|
|
|
|
<div class="column-half">
|
|
|
|
|
|
<p>
|
|
|
|
|
|
Integrate the GOV.UK Notify API with your web application or
|
|
|
|
|
|
back office system.
|
|
|
|
|
|
</p>
|
|
|
|
|
|
<img src="/static/images/product/04-api.svg">
|
|
|
|
|
|
</div>
|
|
|
|
|
|
</div>
|
|
|
|
|
|
</div>
|
|
|
|
|
|
|
2015-11-25 16:21:28 +00:00
|
|
|
|
|
2015-12-01 09:54:58 +00:00
|
|
|
|
{% endblock %}
|