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>
|
|
|
|
|
|
Send text messages and emails to your users
|
|
|
|
|
|
</h1>
|
|
|
|
|
|
<p>
|
|
|
|
|
|
If you work for a UK government department or agency you can try
|
|
|
|
|
|
it now.
|
|
|
|
|
|
</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">
|
|
|
|
|
|
</div>
|
2015-11-25 16:21:28 +00:00
|
|
|
|
|
2015-12-01 09:54:58 +00:00
|
|
|
|
{% endblock %}
|