From 19b93d9b1b54e2939b1768e6dcc1e62dce62b728 Mon Sep 17 00:00:00 2001 From: karlchillmaid Date: Thu, 10 Sep 2020 18:32:39 +0100 Subject: [PATCH] Add letter specification page --- .../views/guidance/letter-specification | 47 +++++++++++++++++++ 1 file changed, 47 insertions(+) create mode 100644 app/templates/views/guidance/letter-specification diff --git a/app/templates/views/guidance/letter-specification b/app/templates/views/guidance/letter-specification new file mode 100644 index 000000000..d00f96713 --- /dev/null +++ b/app/templates/views/guidance/letter-specification @@ -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 %} + +

Letter specification (version 2.4)

+ +

Page size and layout: A4 portrait (210 × 297 mm)

+

Maximum file size: 2 MB

+ +

Your letter must 10 pages or less (5 double-sided sheets of paper).

+

Content must be inside the printable area.

+ +

Page 1 of 10

+ +

Top margin 5.00mm

+

Left margin 15.00mm

+

Right margin 15.00mm

+

Bottom margin 5.00mm

+ +

Logo block

+ +

Position: 5mm from top edge, 15mm from left edge

+

Size: 200mm wide by 25mm high

+ +

Address block

+ +

Position: 24.6mm from top edge, 39.5mm from left edge

+

Size: 95.4mm wide by 26.8mm high

+ +

Letter contact block

+ +

Position: 30.00mm from top edge, 125mm from left edge

+

Size: 65mm wide by 65mm high

+ +

Page 1 of 10

+ +

Top margin 5.00mm

+

Left margin 15.00mm

+

Right margin 15.00mm

+

Bottom margin 5.00mm

+ +{% endblock %}