mirror of
https://github.com/GSA/notifications-admin.git
synced 2026-07-16 03:10:16 -04:00
Merge pull request #1048 from alphagov/product-page-fixes
Fix a couple of things that got missed on the product page
This commit is contained in:
@@ -73,11 +73,6 @@
|
||||
@extend %site-width-container;
|
||||
margin-bottom: $gutter-half;
|
||||
|
||||
h2 {
|
||||
@include bold-24;
|
||||
margin: $gutter-half 0 10px 0;
|
||||
}
|
||||
|
||||
h2 {
|
||||
@include bold-36;
|
||||
margin: 0 0 $gutter;
|
||||
|
||||
@@ -45,7 +45,7 @@
|
||||
</p>
|
||||
</div>
|
||||
<div class="column-half">
|
||||
<img src="/static/images/product/01-templates.svg">
|
||||
<img src="/static/images/product/01-templates.svg" alt="">
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
@@ -61,7 +61,10 @@
|
||||
</p>
|
||||
</div>
|
||||
<div class="column-half">
|
||||
<img src="/static/images/product/02-reporting.svg">
|
||||
<img
|
||||
src="/static/images/product/02-reporting.svg"
|
||||
alt="A screenshot of GOV.UK Notify showing counts of emails and text messages sent"
|
||||
>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
@@ -75,14 +78,20 @@
|
||||
Upload a spreadsheet of email addresses or
|
||||
phone numbers and Notify sends the messages.
|
||||
</p>
|
||||
<img src="/static/images/product/03-spreadsheet.svg">
|
||||
<img
|
||||
src="/static/images/product/03-spreadsheet.svg"
|
||||
alt="A screenshot of a spreadsheet with columns for email address, name and colour"
|
||||
>
|
||||
</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">
|
||||
<img
|
||||
src="/static/images/product/04-api.svg"
|
||||
alt="A screenshot of some computer code with a notify.send_email function"
|
||||
>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
@@ -102,7 +111,10 @@
|
||||
</p>
|
||||
</div>
|
||||
<div class="column-half">
|
||||
<img src="/static/images/product/team.jpg">
|
||||
<img
|
||||
src="/static/images/product/team.jpg"
|
||||
alt="A photo of the GOV.UK Notify team gathered around a big screen. One team member is pointing at a graph on the screen."
|
||||
>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user