commit 4a25349c46476bbe3f5fdecd37656a305daf1ad5 Author: mb Date: Tue Nov 21 10:51:56 2023 +0100 brief template files diff --git a/README.md b/README.md new file mode 100644 index 0000000..9afd096 --- /dev/null +++ b/README.md @@ -0,0 +1,3 @@ + $ make brief.html + + $ make brief.pdf diff --git a/brief.html b/brief.html new file mode 100644 index 0000000..f95526c --- /dev/null +++ b/brief.html @@ -0,0 +1,65 @@ + + + + + + + brief + + + + +
+

+

Master of Arts in Fine Art and Design: Experimental +Publishing
+Piet Zwart Institute

+Wijnhaven 61 building
+3011 WJ Rotterdam
+The Netherlands
+
+


+

+

Dear reader,

+

This is a very official XPUB letter template that can be used.

+

All best,

+

XPUB

+


+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+

+ + + diff --git a/brief.md b/brief.md new file mode 100644 index 0000000..3b1a617 --- /dev/null +++ b/brief.md @@ -0,0 +1,53 @@ + +
+![](img/xpub.svg) + + +Master of Arts in Fine Art and Design: Experimental Publishing \ +Piet Zwart Institute + +Wijnhaven 61 building \ +3011 WJ Rotterdam \ +The Netherlands + +
+ +\ + +Dear reader, + +This is a very official XPUB letter template that can be used. + +All best, + +XPUB + +\ +\ +\ +\ +\ +\ +\ +\ +\ +\ +\ +\ +\ +\ +\ +\ +\ +\ +\ +\ +\ + + diff --git a/brief.pdf b/brief.pdf new file mode 100644 index 0000000..0ab31d6 Binary files /dev/null and b/brief.pdf differ diff --git a/img/XPUB-stickerset-1.png b/img/XPUB-stickerset-1.png new file mode 100644 index 0000000..4887b77 Binary files /dev/null and b/img/XPUB-stickerset-1.png differ diff --git a/img/XPUB-stickerset-2.png b/img/XPUB-stickerset-2.png new file mode 100644 index 0000000..19bf4bf Binary files /dev/null and b/img/XPUB-stickerset-2.png differ diff --git a/img/XPUB-stickerset-3.png b/img/XPUB-stickerset-3.png new file mode 100644 index 0000000..bc99126 Binary files /dev/null and b/img/XPUB-stickerset-3.png differ diff --git a/img/XPUB-stickerset-4.png b/img/XPUB-stickerset-4.png new file mode 100644 index 0000000..e8434e2 Binary files /dev/null and b/img/XPUB-stickerset-4.png differ diff --git a/img/XPUB-stickerset-5.png b/img/XPUB-stickerset-5.png new file mode 100644 index 0000000..b7fbb47 Binary files /dev/null and b/img/XPUB-stickerset-5.png differ diff --git a/img/xpub.svg b/img/xpub.svg new file mode 100644 index 0000000..1390383 --- /dev/null +++ b/img/xpub.svg @@ -0,0 +1,68 @@ + + + + + + + + + + + + + + + + + diff --git a/makefile b/makefile new file mode 100644 index 0000000..4b00dca --- /dev/null +++ b/makefile @@ -0,0 +1,6 @@ + +%.html: brief.md + pandoc brief.md --css stylesheet.css --standalone --output brief.html + +%.pdf: brief.html stylesheet.css + weasyprint brief.html --stylesheet stylesheet.css brief.pdf diff --git a/stylesheet.css b/stylesheet.css new file mode 100644 index 0000000..9315dee --- /dev/null +++ b/stylesheet.css @@ -0,0 +1,17 @@ +@page{ + margin: 5mm 10mm 15mm; + + @bottom-center{ + content:"https://xpub.nl \A https://pzwart.wdka.nl"; + padding-bottom: 2em; + font-size: small; + white-space: pre; + } +} +header, +footer{ + text-align: center; +} +img{ + width: 100px; +}