diff options
author | Your Name <you@example.com> | 2017-12-28 21:56:42 +0100 |
---|---|---|
committer | Your Name <you@example.com> | 2017-12-28 21:56:42 +0100 |
commit | e3d5ebb12d2fb731100ff4b568d049ee59a4de8f (patch) | |
tree | 2ba666649a8df55356209f0009df5397a45bf16e /cw | |
parent | 6352b1fed84c4d79664d2de2d2ee28c6c4ff6d0b (diff) | |
download | lesoiseaux.io-e3d5ebb12d2fb731100ff4b568d049ee59a4de8f.tar.gz |
Add new visual version...
Diffstat (limited to 'cw')
-rw-r--r-- | cw/index.html | 32 |
1 files changed, 26 insertions, 6 deletions
diff --git a/cw/index.html b/cw/index.html index 0d0c6f2..56ee01a 100644 --- a/cw/index.html +++ b/cw/index.html @@ -6,11 +6,12 @@ <title> P.S.: Cartographic Wanders ~ cw.lesoiseaux.io </title> <link rel="icon" href="../assets/img/favicon.png"> <link rel="stylesheet" href="../assets/css/www.css"> + <link rel="stylesheet" href="../assets/css/txt.css"> <script src="../assets/js/d3.v4.min.js"></script> <meta name="description" content="Dans le projet Wholeheartedly/ApleinCoeur, il s'agit de tater la rondeur du monde, imaginer les flux de personnes, les réseaux naturels, la pulsation de notre planète et de ses habitants, mais chaudement à partir de nos écrans, grace aux supports de visualisation et à la cartographie numérique utilisant également les données issues des observations satellitaires qui nous permetttent de voyager par procuration."> </head> - <body> + <body class="gfx"> <header> <h1>Cartographic Wanders</h1> <p class="lead"> @@ -23,6 +24,13 @@ leur rythme, une téléportation imaginaire dans l'organisme terre. </p> + <nav> + <ul> + <li><a href="../assets/pdf/w-presentation-production.pdf">Présentation</a></li> + <li><a href="cw-fiche-technique.pdf">Fiche technique</a></li> + <li><a href="https://ps.zoethical.com/t/cartographic-wanders/829">Conversation</a></li> + </ul> + </nav> </header> <main> <article> @@ -35,11 +43,23 @@ </article> </main> <aside> - <ul> - <li><a href="../assets/pdf/w-presentation-production.pdf">Présentation</a></li> - <li><a href="cw-fiche-technique.pdf">Fiche technique</a></li> - <li><a href="https://ps.zoethical.com/t/cartographic-wanders/829">Conversation</a></li> - </ul> + <nav> + <h3><a href="../">P.S.:</a></h3> + <ul> + <li> + <a href="../gfx/">GFX</a> + <span>Collectif d'artiste</span> + </li> + <li> + <a href="../txt/">TXT</a> + <span>Éditions à Bruxelles</span> + </li> + <li> + <a href="https://pw.lesoiseaux.io/">VDO</a> + <span>Enquêtes vidéos</span> + </li> + </ul> + </nav> </aside> <script src="../assets/js/cw-app.js"></script> <footer> |