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:
Chris Hill-Scott
2016-12-09 14:12:43 +01:00
committed by GitHub
2 changed files with 17 additions and 10 deletions

View File

@@ -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;

View File

@@ -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&nbsp;addresses or
phone&nbsp;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&nbsp;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>