From 8add2433424a5659d62037695ffe84d68cf32c96 Mon Sep 17 00:00:00 2001 From: hellekin Date: Wed, 25 Jul 2018 14:02:29 +0200 Subject: v0 of the reader --- assets/BookChapt_TacticalBiopolitics_subRosa.pdf | Bin 0 -> 1339379 bytes assets/The_Computer_for_the_21st_Century.pdf | Bin 0 -> 4082602 bytes ...Deluge_of_Spurious_Correlations_in_Big_Data.pdf | Bin 0 -> 592776 bytes assets/barad-posthumanist.pdf | Bin 0 -> 144393 bytes assets/css/style.css | 109 +++++++++++++++++++++ assets/img/shattered-island.gif | Bin 0 -> 97196 bytes ...katherine-n-haylses-how-we-became-posthuman.pdf | Bin 0 -> 8201435 bytes ...n-katherine-hayles-my-mother-was-a-computer.pdf | Bin 0 -> 2485144 bytes 8 files changed, 109 insertions(+) create mode 100755 assets/BookChapt_TacticalBiopolitics_subRosa.pdf create mode 100755 assets/The_Computer_for_the_21st_Century.pdf create mode 100755 assets/The_Deluge_of_Spurious_Correlations_in_Big_Data.pdf create mode 100755 assets/barad-posthumanist.pdf create mode 100755 assets/css/style.css create mode 100755 assets/img/shattered-island.gif create mode 100755 assets/katherine-n-haylses-how-we-became-posthuman.pdf create mode 100755 assets/n-katherine-hayles-my-mother-was-a-computer.pdf (limited to 'assets') diff --git a/assets/BookChapt_TacticalBiopolitics_subRosa.pdf b/assets/BookChapt_TacticalBiopolitics_subRosa.pdf new file mode 100755 index 0000000..c33242e Binary files /dev/null and b/assets/BookChapt_TacticalBiopolitics_subRosa.pdf differ diff --git a/assets/The_Computer_for_the_21st_Century.pdf b/assets/The_Computer_for_the_21st_Century.pdf new file mode 100755 index 0000000..845efb5 Binary files /dev/null and b/assets/The_Computer_for_the_21st_Century.pdf differ diff --git a/assets/The_Deluge_of_Spurious_Correlations_in_Big_Data.pdf b/assets/The_Deluge_of_Spurious_Correlations_in_Big_Data.pdf new file mode 100755 index 0000000..c210852 Binary files /dev/null and b/assets/The_Deluge_of_Spurious_Correlations_in_Big_Data.pdf differ diff --git a/assets/barad-posthumanist.pdf b/assets/barad-posthumanist.pdf new file mode 100755 index 0000000..047a180 Binary files /dev/null and b/assets/barad-posthumanist.pdf differ diff --git a/assets/css/style.css b/assets/css/style.css new file mode 100755 index 0000000..564b08c --- /dev/null +++ b/assets/css/style.css @@ -0,0 +1,109 @@ +body { + background: black url(../img/shattered-island.gif) top left; + color: lime; + font-family: Abel; + margin: 0; +} +body.index > header { + background-color: black; +} +body > header { + background-color: grey; + margin: 0; + padding: 0.1rem 1rem 0.1rem 3rem; + max-width: 100%; +} +h1, h2, h3, h4 { + font-family: 'Cormorant Garamond'; +} +header > h1 { + margin-bottom: 0; +} +header > h2 { + margin: 0; +} +header > h3 { + font-style: italic; + margin-top: 0; +} +main { + margin: 0 auto; + max-width: 42rem; +} +main > article { + margin-bottom: 2rem; +} + +#intro h4 { + color: black; + margin: 0; + line-height: 0.65; + transform: rotate(180deg) translateX(calc(100% - 5rem)); +} +#intro p { + text-align: justify; +} +#intro p:nth-child(2) span { + color: red; +} +#intro p:nth-child(2) { + /* padding: 0 1rem; */ + max-width: 24rem; + color: green; +} + +nav { + margin: 0 auto; + width: 42rem; + border-top: 2px solid black; +} +nav > ul { + list-style: none; + margin: 0.5rem auto; + padding: 0; +} +nav ul.concepts li { + font-size: smaller; + min-width: 7.5rem; +} +nav li { + display: inline-flex; + min-width: 5.5rem; + padding-top: 0.2rem; + text-align: center; +} +nav li:hover, nav li:focus { + background-color: black; +} + +dt { + background-color: rgba(255, 255, 255, 0.25); + border-top-left-radius: 0.5rem; + border-top-right-radius: 0.5rem; + margin-top: 1rem; + padding: 0.25rem 2.5rem; +} + +aside { + font-size: smaller; +} + +:link:hover, :link:focus, :active, :visited:hover, :visited:focus { + color: white; +} +:link, :visited { + width: 100%; + height: 100%; + color: black; + font-weight: bold; + text-decoration: none; +} +ul :link, ul :visited { + display: inline-block; +} + +:lang(en) { + quotes: '\201C' '\201D' '\2018' '\2019'; } + +:lang(fr) { + quotes: '« ' ' »'; } diff --git a/assets/img/shattered-island.gif b/assets/img/shattered-island.gif new file mode 100755 index 0000000..58ed832 Binary files /dev/null and b/assets/img/shattered-island.gif differ diff --git a/assets/katherine-n-haylses-how-we-became-posthuman.pdf b/assets/katherine-n-haylses-how-we-became-posthuman.pdf new file mode 100755 index 0000000..048b31f Binary files /dev/null and b/assets/katherine-n-haylses-how-we-became-posthuman.pdf differ diff --git a/assets/n-katherine-hayles-my-mother-was-a-computer.pdf b/assets/n-katherine-hayles-my-mother-was-a-computer.pdf new file mode 100755 index 0000000..6434ac4 Binary files /dev/null and b/assets/n-katherine-hayles-my-mother-was-a-computer.pdf differ -- cgit v1.2.3