self-conscious-design
clone your own copy | download snapshot

Snapshots | iceberg

No images in this repository’s iceberg at this time

Inside this repository

text6.xhtml
application/xhtml+xml

Download raw (1.4 KB)

<?xml version="1.0" encoding="utf-8" standalone="no"?>
<!DOCTYPE html>
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" xmlns:epub="http://www.idpf.org/2007/ops">
<head>
  <title></title>
  <meta name="viewport" content="width=512, height=748" />
  <link href="../Style/style.css" rel="stylesheet" type="text/css"/>
  <script src="../JS/jquery-2.0.3.min.js" type="text/javascript"></script>
</head>

<body class="poem">
  <div style="position:relative;">
    <img id="fullsize" src="../Image/background9.jpg" />
    <span id="explication" class="box" style="position:absolute; top:100px; left:50px">This interactive e-book is inspired with the game <i>Exquisite corpse</i> and an aleatory literary technique <i>Cut-up</i>. The text <i>The Manifesto of Surrealism</i> is chosen as a base of work. The first time a reader open the book, there is the famous phrase <i>the exquisite corpse shall drink the new wine</i> over five pages. One time that a reader starts to explore the book, it generates words randomly to create a new phrase. The book is programmed with loop so that it creates infinite different phrases. Even if words are chosen by chance, the book composes sometimes very interesting and suggestive phrases as if it is aware of its contents and is proposing new philosophy.</span>
<!--			<a href="../Text/cover.xhtml"><img id="exit" src="../Image/exit.png" style="position:absolute; top:668px; left:30px" /></a> -->
  </div>  
</body>
</html>