diff options
Diffstat (limited to 'index.html')
-rw-r--r-- | index.html | 90 |
1 files changed, 90 insertions, 0 deletions
diff --git a/index.html b/index.html new file mode 100644 index 0000000..e2efe17 --- /dev/null +++ b/index.html @@ -0,0 +1,90 @@ +<!DOCTYPE html> +<html> + <head> + <meta charset="UTF-8"> + <title> Ici THK — Les Forces Francaises de l'Interieur parlent aux francais </title> + <link rel="stylesheet" href="assets/css/style.css"> + </head> + <body class="index"> + <header> + <h1 title="Les françaises parlent aux français..."> Ici THK </h1> + <h2 title="Les Forces Françaises de l'Intérieur (FFI) réclament la tête du Tsar."> A reader for 'Ultra Gauche' </h2> + <h3 title="Les pastilles de Vichy s'enorgeuillissent d'une cravatte."> And the dear citizens in charge of watching us. </h3> + </header> + <main> + <section id="intro"> + <h4 title="As if the movie was not already started.">Introduction</h4> + <p><span title="Résister c'est créer">♀</span> + Walking the path of least resistance, down the river to an + ocean of unknowns, under the guise of a night sky falsely + enlightened by random figures that live only in our ears and + eyes, our guts, & the kind memories of our ancestors. <span title="Encore un message secret">♀</span></p> + <p> + On the occasion of the TransHackMeeting happening on + august 2018 in Tarnac, we gather with the intention to + crossthink the organisation of our third technoscape, + its structural difference, its capacity for change. + </p> + <p> + This <em>reader</em> assembles book excerpts from authors that + we think can help understanding our current situation and + bring up alternative thought susceptible to transform our + relation to technologies and ourselves in ways that support + life and defend common values of autonomy and subsidiarity, + solidarity with and respect of self, others, and living + nature. Who ye cometh here with agency, embrace the shadows + that bringeth perspective to the shiny veil of illusion and + engineered boredom. Hush! Hush! Already you're free. + </p> + </section> + <nav> + <ul class="authors"> + <li><a href="authors/bernard-aspe.html">ASPE</a></li> + <li><a href="authors/karen-barad.html">BARAD</a></li> + <li><a href="authors/muriel-combes.html">COMBES</a></li> + <li><a href="authors/stephane-lupasco.html">LUPASCO</a></li> + <li><a href="authors/deborah-lupton.html">LUPTON</a></li> + <li><a href="authors/lynn-margulis.html">MARGULIS</a></li> + <li><a href="authors/bassarab-nicolescu.html">NICOLESCU</a></li> + <li><a href="authors/gilbert-simondon.html">SIMONDON</a></li> + <li><a href="authors/subrosa.html">SUBROSA</a></li> + <li><a href="authors/etc.html">Etc.</a></li> + </ul> + <ul class="concepts"> + <li><a href="concepts/allagmatics.html">Allagmatics</a></li> + <li><a href="concepts/agency.html">Agency</a></li> + <li><a href="concepts/analogy.html">Analogy</a></li> + <li><a href="concepts/common-time.html">Common Time</a></li> + <li><a href="concepts/concretization.html">Concretization</a></li> + <li><a href="concepts/context.html">Context</a></li> + <li><a href="concepts/immediacy.html">Immediacy</a></li> + <li><a href="concepts/included-third.html">Included-Third</a></li> + <li><a href="concepts/inseparability.html">Inseparability</a></li> + <li><a href="concepts/interdependence.html">Interdependence</a></li> + <li><a href="concepts/intra-action.html">Intra-Action</a></li> + <li><a href="concepts/minorized.html">Minorized</a></li> + <li><a href="concepts/mutation.html">Mutation</a></li> + <li><a href="concepts/speculative-fiction.html">Speculative Fiction</a></li> + <li><a href="concepts/ontogenesis.html">Ontogenesis</a></li> + <li><a href="concepts/oscillation.html">Oscillation</a></li> + <li><a href="concepts/permeability.html">Permeability</a></li> + <li><a href="concepts/porosity.html">Porosity</a></li> + <li><a href="concepts/scale.html">Scale</a></li> + <li><a href="concepts/solidarity.html">Solidarity</a></li> + <li><a href="concepts/subsidiarity.html">Subsidiarity</a></li> + <li><a href="concepts/symbiogenesis.html">Symbiogenesis</a></li> + <li><a href="concepts/transduction.html">Transduction</a></li> + </ul> + </nav> + <aside> + <cite title="Yevgeny Zamiatin, in an unpublished preface to a book."> + "Man ceased to be an ape and overcame the ape the day the first + book was published. The ape had never forgotten this + humiliation: just try to give him a book, and he will + immediately spoil it, soil it, and tear it to pieces." + </cite> + </aside> + </main> + </body> +</html> + |