diff --git a/2022/zinecamp/index.css b/2022/zinecamp/index.css new file mode 100644 index 0000000..05344ef --- /dev/null +++ b/2022/zinecamp/index.css @@ -0,0 +1,4 @@ +body { + font-family: monospace; + margin: 1em 1em 10em 1em; +} \ No newline at end of file diff --git a/2022/zinecamp/index.html b/2022/zinecamp/index.html new file mode 100644 index 0000000..9ea232d --- /dev/null +++ b/2022/zinecamp/index.html @@ -0,0 +1,33 @@ + + + + + + + index + + + + +

+

XPUB @ ZINECAMP 2022
+STALLS, TALKS, WORKSHOPS & ZINE MAKING

+

THIS WEEKEND!
+5-6 NOV

+

https://zinecamp2022.hotglue.me/
+https://worm.org/production/zine-camp-22-day-1/
+https://xpub.nl

+

Workshops & Talks featuring past and present XPUB students & staff

+

@WORM
+Boomgaardstr.99
+Rotterdam,NL
+FREE ENTRANCE

+ + diff --git a/2022/zinecamp/index.md b/2022/zinecamp/index.md new file mode 100644 index 0000000..ad8ab8a --- /dev/null +++ b/2022/zinecamp/index.md @@ -0,0 +1,22 @@ +![](zinecamp.png) +![](xpub-stickerset.gif) + +XPUB @ ZINECAMP 2022 +STALLS, TALKS, WORKSHOPS & ZINE MAKING + +THIS WEEKEND! +5-6 NOV + + + + + +Workshops & Talks featuring past and present XPUB students & staff + +@WORM +Boomgaardstr.99 +Rotterdam,NL +FREE ENTRANCE + + + diff --git a/2022/zinecamp/sconstruct.py b/2022/zinecamp/sconstruct.py new file mode 100644 index 0000000..4889c38 --- /dev/null +++ b/2022/zinecamp/sconstruct.py @@ -0,0 +1 @@ +Command("index.html", ["index.md", "index.css"], """pandoc --standalone index.md -o index.html --css index.css""") \ No newline at end of file diff --git a/2022/zinecamp/xpub-stickerset.gif b/2022/zinecamp/xpub-stickerset.gif new file mode 100644 index 0000000..b864889 Binary files /dev/null and b/2022/zinecamp/xpub-stickerset.gif differ