mirror of
https://github.com/GSA/notifications-admin.git
synced 2026-08-20 14:29:51 -04:00
29 lines
1021 B
HTML
29 lines
1021 B
HTML
{% extends "withnav_template.html" %}
|
||
{% from "components/page-footer.html" import page_footer %}
|
||
|
||
{% block page_title %}
|
||
Request to go live – GOV.UK Notify
|
||
{% endblock %}
|
||
|
||
{% block maincolumn_content %}
|
||
|
||
<div class="grid-row">
|
||
<div class="column-three-quarters">
|
||
|
||
<h1 class="heading-large">Request to go live</h1>
|
||
|
||
<p>GOV.UK Notify is invite-only during the beta.</p>
|
||
|
||
<p><a href="https://docs.google.com/forms/d/1AL8U-xJX_HAFEiQiJszGQw0PcEaEUnYATSntEghNDGo/viewform">Contact us</a> to request an invite:</p>
|
||
|
||
<ul class="list list-bullet">
|
||
<li>You’ll need to agree to our terms of use</li>
|
||
<li>If you plan to send more than 250,000 text messages per year, you’ll need to agree to pay for what you use – take a look at our <a href="{{ url_for("main.pricing") }}">pricing</a></li>
|
||
<li>We’ll check your templates to make sure they’re consistent with our design patterns, style guide and information security principles</li>
|
||
</ul>
|
||
|
||
</div>
|
||
</div>
|
||
|
||
{% endblock %}
|