mirror of
https://github.com/GSA/notifications-admin.git
synced 2026-06-30 20:27:30 -04:00
Add letter specification page
This commit is contained in:
47
app/templates/views/guidance/letter-specification
Normal file
47
app/templates/views/guidance/letter-specification
Normal file
@@ -0,0 +1,47 @@
|
||||
{% extends "content_template.html" %}
|
||||
{% from "components/service-link.html" import service_link %}
|
||||
|
||||
{% block per_page_title %}
|
||||
Letter specification
|
||||
{% endblock %}
|
||||
|
||||
{% block content_column_content %}
|
||||
|
||||
<h1 class="heading-large">Letter specification (version 2.4)</h1>
|
||||
|
||||
<p class="govuk-body">Page size and layout: A4 portrait (210 × 297 mm)</p>
|
||||
<p class="govuk-body">Maximum file size: 2 MB</p>
|
||||
|
||||
<p class="govuk-body">Your letter must 10 pages or less (5 double-sided sheets of paper).</p>
|
||||
<p class="govuk-body">Content must be inside the printable area.</p>
|
||||
|
||||
<h2 class="heading-medium">Page 1 of 10</h2>
|
||||
|
||||
<p class="govuk-body">Top margin 5.00mm</p>
|
||||
<p class="govuk-body">Left margin 15.00mm</p>
|
||||
<p class="govuk-body">Right margin 15.00mm</p>
|
||||
<p class="govuk-body">Bottom margin 5.00mm</p>
|
||||
|
||||
<h3 class="heading-small">Logo block</h3>
|
||||
|
||||
<p class="govuk-body">Position: 5mm from top edge, 15mm from left edge</p>
|
||||
<p class="govuk-body">Size: 200mm wide by 25mm high</p>
|
||||
|
||||
<h3 class="heading-small">Address block</h3>
|
||||
|
||||
<p class="govuk-body">Position: 24.6mm from top edge, 39.5mm from left edge</p>
|
||||
<p class="govuk-body">Size: 95.4mm wide by 26.8mm high</p>
|
||||
|
||||
<h3 class="heading-small">Letter contact block</h3>
|
||||
|
||||
<p class="govuk-body">Position: 30.00mm from top edge, 125mm from left edge</p>
|
||||
<p class="govuk-body">Size: 65mm wide by 65mm high</p>
|
||||
|
||||
<h2 class="heading-medium">Page 1 of 10</h2>
|
||||
|
||||
<p class="govuk-body">Top margin 5.00mm</p>
|
||||
<p class="govuk-body">Left margin 15.00mm</p>
|
||||
<p class="govuk-body">Right margin 15.00mm</p>
|
||||
<p class="govuk-body">Bottom margin 5.00mm</p>
|
||||
|
||||
{% endblock %}
|
||||
Reference in New Issue
Block a user