Add a ‘team’ section

This addresses part of the ‘is Notify dependable’ group of needs.

The ones it specifically and partially addresses are:
- is it reliable
- how is it supported

There’s more to come in this section, we’re doing this bit now because
it’s a nice conclusion to the page.
This commit is contained in:
Chris Hill-Scott
2016-11-28 15:39:44 +00:00
parent 4af8206723
commit 9ec2f2b5d0
2 changed files with 21 additions and 1 deletions

Binary file not shown.

After

Width:  |  Height:  |  Size: 95 KiB

View File

@@ -65,7 +65,7 @@
</div>
</div>
</div>
<div class="product-page-section bottom-gutter-2">
<div class="product-page-section">
<h2 class="with-keyline">
Send messages manually or automatically
</h2>
@@ -86,6 +86,26 @@
</div>
</div>
</div>
<div class="product-page-section bottom-gutter-2">
<div class="grid-row">
<div class="column-half">
<h2 class="with-keyline">
The team
</h2>
<p>
GOV.UK Notify is built by the Government Digital Service
and is supported 24 hours a day, 7 days a week.
</p>
<p>
<a href="{{ url_for('main.feedback') }}">Contact the team</a> if you have a question or want
to give feedback.
</p>
</div>
<div class="column-half">
<img src="/static/images/product/team.jpg">
</div>
</div>
</div>
{% endblock %}