diff options
Diffstat (limited to 'index.html')
-rwxr-xr-x | index.html | 84 |
1 files changed, 84 insertions, 0 deletions
diff --git a/index.html b/index.html new file mode 100755 index 0000000..6a6509e --- /dev/null +++ b/index.html @@ -0,0 +1,84 @@ +<!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> Ici THK </h1> + <h2> A reader for 'Ultra Gauche' </h2> + <h3> And the dear citizens in charge of watching us. </h3> + </header> + <main> + <section id="intro"> + <h4>Introduction</h4> + <p>Walking the path of least resistance, down the river to the ocean of unknowns.</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> + <li><a href="bernard-aspe.html">ASPE</a></li> + <li><a href="karen-barad.html">BARAD</a></li> + <li><a href="muriel-combes.html">COMBES</a></li> + <li><a href="stephane-lupasco.html">LUPASCO</a></li> + <li><a href="deborah-lupton.html">LUPTON</a></li> + <li><a href="lynn-margulis.html">MARGULIS</a></li> + <li><a href="gilbert-simondon.html">SIMONDON</a></li> + <li><a href="subrosa.html">SUBROSA</a></li> + <li><a href="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/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> + |