diff --git a/content/circle.md b/content/circle.md new file mode 100644 index 0000000..fc6bf7e --- /dev/null +++ b/content/circle.md @@ -0,0 +1,25 @@ + +
+                      ,,lopes""""Nouri,,
+                 ,nve""'              `""sh,
+              ,ine"                       "ing,
+            ,l"                             "ne,
+          ,ai"         _,,yay"""Base,,_         "tw,
+         ,m"         ,al"'         `"d,         "o,
+        ,e'        ,v"                 "o,        `r,
+       ,h'        i"                     "n        `k,
+       t'        t'        ,gPPRg,        `w        `i
+       h         s        dP'   `Yb        h         s
+       g         e        8)     (8        i         t
+       u         f        Yb     dP        r         h
+       o         o,        "8ggg8"        ,p         e
+       r,         mr                     oo         ,t
+       `h,         "ea                 ls"         ,i'
+        `t,          "th,_         _,an"          ,t'
+         `ng           `""dtornados""'           le'
+          `uti                                 oft'
+            "rib                             hep"
+              `"ist,                     ,ubl"'
+                 `"ared,             ,icat"'
+                      ``""ionthatwe""''
+
diff --git a/content/zabala_warning.md b/content/zabala_warning.md index deef1d8..5e75ce1 100644 --- a/content/zabala_warning.md +++ b/content/zabala_warning.md @@ -1,20 +1,23 @@ Title: The Philosophy of Warnings Author: Santiago Zabala Category: Articles - -
Title of the publication
-
AMRO Servus etc
- - -
The Philosophy of Warnings
+
+

Lorem ipsum dolor sit amet, consectetur adipiscing elit. Cras eget arcu at ligula vulputate euismod non eget risus. Nullam placerat risus nulla. Fusce in arcu dolor. Quisque nec dignissim nulla, a dapibus lorem. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Integer sed quam sit amet sapien faucibus convallis ac a sem. Etiam commodo elit id consequat tempus. +

+Fusce porttitor consectetur lacinia. Suspendisse facilisis ligula sed libero cursus, eget iaculis lectus vulputate. Nam lacinia massa vitae dapibus blandit. Donec tempus pulvinar ornare. Aliquam dictum accumsan tellus et ullamcorper. Nunc nisl tortor, hendrerit et sem eget, feugiat venenatis orci. Nullam condimentum fringilla commodo.

+
+
Of Whirlpools and Tornadoes
Nourishing Networks
+
AMRO 2020
Santiago Zabala
+
The Philosophy of Warnings
-
Published in the *Institute of Arts and Ideas* on October 7, -2020
- +
Published in the *Institute of Arts and Ideas*
+
+
Nourishing Networks
+
Theme

This month an undergraduate student told me his parents were using the @@ -123,7 +126,8 @@ realism by challenging our framed global order and its realist advocates. This philosophy is not meant to rescue us *from* emergencies but rather rescue us *into* emergencies that we are trained to ignore.

+
[[Santiago Zabala]{.underline}](http://www.santiagozabala.com/) is ICREA Research Professor of Philosophy at the Pompeu Fabra University in Barcelona. His most recent book is *Being at Large: Freedom in the Age -of Alternative Facts* (McGill-Queen's University Press, 2020). +of Alternative Facts* (McGill-Queen's University Press, 2020).
diff --git a/themes/basic/static/css/main.css b/themes/basic/static/css/main.css index 1e04d97..83eaa1f 100644 --- a/themes/basic/static/css/main.css +++ b/themes/basic/static/css/main.css @@ -9,7 +9,7 @@ body { header, #subscribe, -#instructions, +#instructions, footer{ position: relative; width: 100%; @@ -22,4 +22,4 @@ article.post{ margin: 2em 0; padding: 2em; background-color: rgb(240,240,240); -} \ No newline at end of file +} diff --git a/themes/basic/static/css/print.css b/themes/basic/static/css/print.css index 2a6584c..b18837e 100644 --- a/themes/basic/static/css/print.css +++ b/themes/basic/static/css/print.css @@ -1,52 +1,95 @@ @font-face { - font-family: 'notcouriersans'; - src: url('../fonts/notcouriersans'); + font-family: "White Rabbit"; + src: url("../fonts/whiterabbit/whitrabt.ttf") format("truetype"); } +@font-face { + font-family: "IMB Plex Mono"; + src: url("../fonts/imbplexmono/IBMPlexMono-Regular.ttf") format("truetype"); +} + +@font-face { + font-family: "IMB Plex Mono"; + src: url("../fonts/imbplexmono/IBMPlexMono-Regular.ttf") format("truetype"); +} + +@font-face { + font-family: "Printed Circuitboard"; + src: url("../fonts/printedcircuit/PrintedCircuitBoard.ttf") format("truetype"); +} + +@font-face { + font-family: "Not Courier Sans"; + src: url("../fonts/notcouriersans/NotCourierSans.ttf") format("truetype"); +} + + @page{ size:A4; + @bottom-center { + content: counter(page); + font-size: 12px; + font-family: "White Rabbit"; + } } @page :left { margin-left: 0.4in; margin-right: 1.2in; - @bottom-left { - content: counter(page); - font-size: 9px; - } + @top-left { - content: element(pageheader, first-except); - font-size: 9px; + content: element(pageheader-issue, first-except); + font-size: 8px; + } + @top-right { + content: element(pageheader-theme, first-except); + font-size: 8px; + } } @page :right { margin-left: 1.2in; margin-right: 0.4in; - @bottom-right { - content: counter(page); - font-size: 9px; - } + @top-right { - content: element(pageheader, first-except); - font-size: 9px; + content: element(pageheader-issue, first-except); + font-size: 8px; + } + @top-left { + content: element(pageheader-theme, first-except); + font-size: 8px; + + } } -#pageheader{ - position: running(pageheader); +#pageheader-issue{ + position: running(pageheader-issue); + font-family: 'White Rabbit'; + +} + +#pageheader-theme{ + position: running(pageheader-theme); + font-family: 'White Rabbit'; + +} + +.first-page { + line-height: 1.6; + } .title { - font-size: 25px; + font-size: 20px; text-align: center; - font-family: 'notcouriersans'; - margin-top: 7in; + font-family: 'White Rabbit'; } .published { font-size: 20px; - font-family: 'notcouriersans'; + font-family: 'White Rabbit'; page-break-after: always; text-align: center; text-decoration: none; @@ -57,26 +100,53 @@ .author { font-size: 20px; - font-family: 'notcouriersans'; + font-family: 'White Rabbit'; text-align: center; - + margin-top: 7in; } #title_edition { font-size: 20px; - font-family: 'notcouriersans'; + font-family: 'White Rabbit'; text-align: center; + page-break-before: always; } #amro { font-size: 20px; - font-family: 'notcouriersans'; + font-family: 'White Rabbit'; text-align: center; } - +.colophon { + column-count: 2; + column-gap: 40px; + column-fill: balance; + column-rule-width: medium; + page-break-before: always; +} .essay_content { - font-family: 'notcouriersans'; + font-family: 'Not Courier Sans'; + font-weight: 300; + font-size: 18px; + page-break-before: always; + +} + +.essay_content p:first-of-type { + margin-top: 100px; +} + +.bio { + font-family: 'Not Courier Sans'; + font-weight: 300; font-size: 18px; + margin-top: 650px; + margin-left: 400px; + page-break-before: always; +} +@counter-style numeric { + suffix: "-- "; + prefix: " --"; } diff --git a/themes/basic/static/fonts/imbplexmono/IBMPlexMono-ExtraLight.ttf b/themes/basic/static/fonts/imbplexmono/IBMPlexMono-ExtraLight.ttf new file mode 100644 index 0000000..efd0b99 Binary files /dev/null and b/themes/basic/static/fonts/imbplexmono/IBMPlexMono-ExtraLight.ttf differ diff --git a/themes/basic/static/fonts/imbplexmono/IBMPlexMono-Light.ttf b/themes/basic/static/fonts/imbplexmono/IBMPlexMono-Light.ttf new file mode 100644 index 0000000..3f2efa3 Binary files /dev/null and b/themes/basic/static/fonts/imbplexmono/IBMPlexMono-Light.ttf differ diff --git a/themes/basic/static/fonts/imbplexmono/IBMPlexMono-Medium.ttf b/themes/basic/static/fonts/imbplexmono/IBMPlexMono-Medium.ttf new file mode 100644 index 0000000..41b0da7 Binary files /dev/null and b/themes/basic/static/fonts/imbplexmono/IBMPlexMono-Medium.ttf differ diff --git a/themes/basic/static/fonts/imbplexmono/IBMPlexMono-Regular.ttf b/themes/basic/static/fonts/imbplexmono/IBMPlexMono-Regular.ttf new file mode 100644 index 0000000..021eaec Binary files /dev/null and b/themes/basic/static/fonts/imbplexmono/IBMPlexMono-Regular.ttf differ diff --git a/themes/basic/static/fonts/imbplexmono/IBMPlexMono-Thin.ttf b/themes/basic/static/fonts/imbplexmono/IBMPlexMono-Thin.ttf new file mode 100644 index 0000000..0c118ad Binary files /dev/null and b/themes/basic/static/fonts/imbplexmono/IBMPlexMono-Thin.ttf differ diff --git a/themes/basic/static/fonts/printedcircuit/PrintedCircuitBoard.ttf b/themes/basic/static/fonts/printedcircuit/PrintedCircuitBoard.ttf new file mode 100644 index 0000000..8a720af Binary files /dev/null and b/themes/basic/static/fonts/printedcircuit/PrintedCircuitBoard.ttf differ diff --git a/themes/basic/static/fonts/printedcircuit/PrintedCircuitBoardItalic.ttf b/themes/basic/static/fonts/printedcircuit/PrintedCircuitBoardItalic.ttf new file mode 100644 index 0000000..b2a6598 Binary files /dev/null and b/themes/basic/static/fonts/printedcircuit/PrintedCircuitBoardItalic.ttf differ diff --git a/themes/basic/static/fonts/whiterabbit/whitrabt.ttf b/themes/basic/static/fonts/whiterabbit/whitrabt.ttf new file mode 100644 index 0000000..38e1d76 Binary files /dev/null and b/themes/basic/static/fonts/whiterabbit/whitrabt.ttf differ