Files
notifications-admin/app/templates/views/guidance/letter-specification.html

58 lines
2.1 KiB
HTML
Raw Normal View History

2020-09-10 18:32:39 +01:00
{% extends "content_template.html" %}
{% from "components/service-link.html" import service_link %}
{% block per_page_title %}
Letter specification
{% endblock %}
{% block content_column_content %}
2020-09-21 16:08:02 +01:00
<h1 class="heading-large">Letter specification</h1>
2020-09-10 18:32:39 +01:00
<p class="govuk-body">Page size and layout: A4 portrait (210 × 297 mm)</p>
<p class="govuk-body">Maximum file size: 2 MB</p>
2020-10-22 18:06:21 +01:00
<p class="govuk-body">Your letter must be 10 pages or less (5 double-sided sheets of paper).</p>
2020-09-21 16:08:02 +01:00
<p class="govuk-body">The content of your letter must appear inside the printable area.</p>
2020-09-22 15:52:40 +01:00
2020-09-22 14:57:10 +01:00
<p class="govuk-body">To help you set up your letter, you can download our <a class="govuk-link govuk-link--no-visited-state" href="{{ url_for('.letter_spec') }}">letter specification as a PDF</a>.</p>
<details class="govuk-details" data-module="govuk-details">
<summary class="govuk-details__summary">
<span class="govuk-details__summary-text">
2020-09-22 16:19:25 +01:00
See a text version of the letter specification
2020-09-22 14:57:10 +01:00
</span>
</summary>
2020-09-22 15:52:40 +01:00
<div class="govuk-details__text">
2020-09-10 18:32:39 +01:00
<h2 class="heading-medium">Page 1 of 10</h2>
2020-09-11 13:36:05 +01:00
<p class="govuk-body">Left margin 15mm</p>
<p class="govuk-body">Right margin 15mm</p>
<p class="govuk-body">Top margin 5mm</p>
<p class="govuk-body">Bottom margin 5mm</p>
2020-09-10 18:32:39 +01:00
<h3 class="heading-small">Logo block</h3>
2020-09-22 15:52:40 +01:00
2020-09-11 13:36:05 +01:00
<p class="govuk-body">Position: 15mm from left edge, 5mm from top edge</p>
2020-09-10 18:32:39 +01:00
<p class="govuk-body">Size: 200mm wide by 25mm high</p>
2020-09-22 15:52:40 +01:00
2020-09-10 18:32:39 +01:00
<h3 class="heading-small">Address block</h3>
2020-09-22 15:52:40 +01:00
2020-09-11 13:36:05 +01:00
<p class="govuk-body">Position: 39.5mm from left edge, 24.6mm from top edge</p>
2020-09-10 18:32:39 +01:00
<p class="govuk-body">Size: 95.4mm wide by 26.8mm high</p>
2020-09-22 15:52:40 +01:00
2020-09-10 18:32:39 +01:00
<h3 class="heading-small">Letter contact block</h3>
2020-09-22 15:52:40 +01:00
2020-09-11 13:36:05 +01:00
<p class="govuk-body">Position: 125mm from left edge, 30mm from top edge</p>
2020-09-10 18:32:39 +01:00
<p class="govuk-body">Size: 65mm wide by 65mm high</p>
2020-09-22 15:52:40 +01:00
<h2 class="heading-medium">Pages 2 to 10</h2>
2020-09-11 13:36:05 +01:00
<p class="govuk-body">Left margin 15mm</p>
<p class="govuk-body">Right margin 15mm</p>
<p class="govuk-body">Top margin 5mm</p>
<p class="govuk-body">Bottom margin 5mm</p>
2020-09-22 14:57:10 +01:00
</div>
</details>
2020-09-10 18:32:39 +01:00
{% endblock %}