mirror of
https://github.com/GSA/notifications-admin.git
synced 2026-08-18 21:49:37 -04: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>
|
||||||
</div>
|
</div>
|
||||||
<div class="product-page-section bottom-gutter-2">
|
<div class="product-page-section">
|
||||||
<h2 class="with-keyline">
|
<h2 class="with-keyline">
|
||||||
Send messages manually or automatically
|
Send messages manually or automatically
|
||||||
</h2>
|
</h2>
|
||||||
@@ -86,6 +86,26 @@
|
|||||||
</div>
|
</div>
|
||||||
</div>
|
</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 %}
|
{% endblock %}
|
||||||
|
|||||||
Reference in New Issue
Block a user