mirror of
https://github.com/GSA/notifications-admin.git
synced 2026-09-09 05:53:13 -04:00
Reword and embiggen the headings
Also reword some of the `<p>`s so that they flow better from the headings. This was a bit me, and a bit sitting down and hammering this stuff out with Stephen and Sheryll.
This commit is contained in:
@@ -71,12 +71,23 @@
|
|||||||
&-section {
|
&-section {
|
||||||
|
|
||||||
@extend %site-width-container;
|
@extend %site-width-container;
|
||||||
|
margin-bottom: $gutter-half;
|
||||||
|
|
||||||
h2 {
|
h2 {
|
||||||
@include bold-24;
|
@include bold-24;
|
||||||
margin: $gutter-half 0 10px 0;
|
margin: $gutter-half 0 10px 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
h2 {
|
||||||
|
@include bold-36;
|
||||||
|
margin: 0 0 $gutter;
|
||||||
|
}
|
||||||
|
|
||||||
|
.with-keyline {
|
||||||
|
border-top: 1px solid $border-colour;
|
||||||
|
padding: $gutter * 1.5 0 0 0;
|
||||||
|
}
|
||||||
|
|
||||||
img {
|
img {
|
||||||
max-width: 100%;
|
max-width: 100%;
|
||||||
margin: 0 0 $gutter * 1.5 0;
|
margin: 0 0 $gutter * 1.5 0;
|
||||||
|
|||||||
@@ -18,8 +18,8 @@
|
|||||||
Send emails and text messages to your users
|
Send emails and text messages to your users
|
||||||
</h1>
|
</h1>
|
||||||
<p>
|
<p>
|
||||||
If you work for a UK government department or agency you can
|
Try GOV.UK Notify now if you work for a UK government
|
||||||
try GOV.UK Notify now.
|
department or agency.
|
||||||
</p>
|
</p>
|
||||||
<div class="button-container">
|
<div class="button-container">
|
||||||
<a class="button button-start" href='{{ url_for('.register' )}}'>
|
<a class="button button-start" href='{{ url_for('.register' )}}'>
|
||||||
@@ -37,28 +37,28 @@
|
|||||||
<div class="grid-row">
|
<div class="grid-row">
|
||||||
<div class="column-half">
|
<div class="column-half">
|
||||||
<h2>
|
<h2>
|
||||||
Get control of your content
|
Control your content
|
||||||
</h2>
|
</h2>
|
||||||
<p>
|
<p>
|
||||||
Straightforward templating means you don’t need technical
|
You don’t need any technical knowledge to create email and
|
||||||
knowledge to create emails and text messages.
|
text message templates.
|
||||||
</p>
|
</p>
|
||||||
</div>
|
</div>
|
||||||
<div class="column-half">
|
<div class="column-half">
|
||||||
<h2>
|
<img src="/static/images/product/01-templates.svg">
|
||||||
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>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
<div class="product-page-section">
|
<div class="product-page-section">
|
||||||
<div class="grid-row">
|
<div class="grid-row">
|
||||||
<div class="column-half">
|
<div class="column-half">
|
||||||
<img src="/static/images/product/01-templates.svg">
|
<h2>
|
||||||
|
See how your messages perform
|
||||||
|
</h2>
|
||||||
|
<p>
|
||||||
|
Track how many messages you’ve sent and
|
||||||
|
find out which ones aren’t getting delivered.
|
||||||
|
</p>
|
||||||
</div>
|
</div>
|
||||||
<div class="column-half">
|
<div class="column-half">
|
||||||
<img src="/static/images/product/02-reporting.svg">
|
<img src="/static/images/product/02-reporting.svg">
|
||||||
@@ -66,20 +66,20 @@
|
|||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
<div class="product-page-section bottom-gutter-2">
|
<div class="product-page-section bottom-gutter-2">
|
||||||
<h2>
|
<h2 class="with-keyline">
|
||||||
Works with your existing systems
|
Send messages manually or automatically
|
||||||
</h2>
|
</h2>
|
||||||
<div class="grid-row">
|
<div class="grid-row">
|
||||||
<div class="column-half">
|
<div class="column-half">
|
||||||
<p>
|
<p>
|
||||||
Use the web interface to upload a spreadsheet of
|
Upload a spreadsheet of email addresses or
|
||||||
email addresses or phone numbers.
|
phone numbers and Notify sends the messages.
|
||||||
</p>
|
</p>
|
||||||
<img src="/static/images/product/03-spreadsheet.svg">
|
<img src="/static/images/product/03-spreadsheet.svg">
|
||||||
</div>
|
</div>
|
||||||
<div class="column-half">
|
<div class="column-half">
|
||||||
<p>
|
<p>
|
||||||
Integrate the GOV.UK Notify API with your web application or
|
Integrate the GOV.UK Notify API with your web application or
|
||||||
back office system.
|
back office system.
|
||||||
</p>
|
</p>
|
||||||
<img src="/static/images/product/04-api.svg">
|
<img src="/static/images/product/04-api.svg">
|
||||||
|
|||||||
Reference in New Issue
Block a user