mirror of
https://github.com/GSA/notifications-admin.git
synced 2026-02-06 11:23:48 -05:00
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:
BIN
app/assets/images/product/team.jpg
Normal file
BIN
app/assets/images/product/team.jpg
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 95 KiB |
@@ -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 %}
|
||||
|
||||
Reference in New Issue
Block a user