aboutsummaryrefslogtreecommitdiff
path: root/ps/gfx/index.html
diff options
context:
space:
mode:
authorYour Name <you@example.com>2017-12-28 21:56:42 +0100
committerYour Name <you@example.com>2017-12-28 21:56:42 +0100
commite3d5ebb12d2fb731100ff4b568d049ee59a4de8f (patch)
tree2ba666649a8df55356209f0009df5397a45bf16e /ps/gfx/index.html
parent6352b1fed84c4d79664d2de2d2ee28c6c4ff6d0b (diff)
downloadlesoiseaux.io-e3d5ebb12d2fb731100ff4b568d049ee59a4de8f.tar.gz
Add new visual version...
Diffstat (limited to 'ps/gfx/index.html')
-rw-r--r--ps/gfx/index.html58
1 files changed, 58 insertions, 0 deletions
diff --git a/ps/gfx/index.html b/ps/gfx/index.html
new file mode 100644
index 0000000..f1fbf7c
--- /dev/null
+++ b/ps/gfx/index.html
@@ -0,0 +1,58 @@
+<!DOCTYPE html>
+<html>
+ <head>
+ <meta charset="utf-8">
+ <meta name="viewport" content="width=device-width, initial-scale=1">
+ <title>Petites Singularités Éditions, Bruxelles</title>
+ <link rel="stylesheet" href="../../assets/css/txt.css">
+ </head>
+ <body class="gfx">
+ <header>
+ <h1>Petites Singularités</h1>
+ <h2>Collectif d'artiste</h2>
+ <p>Un collectif (au) singulier pour une esthétique <span>(</span>du) libre</p>
+ </header>
+ <main>
+ <article>
+ <header>
+ <p>Explorations graphiques, installations, interventions, etc.</p>
+ </header>
+
+ ...
+
+ <aside>
+ <h3>Fiches techniques</h3>
+ <ul>
+ <li><a href="./du-propre-des-gueux/">
+ <img src="dpdg-cover.png" alt="Du propre des gueux"></a></li>
+ <li><a href="./autonomate/">
+ <img src="autonomate-cover.png" alt="L'Autonomate"></a></li>
+ </ul>
+ </aside>
+ </article>
+ </main>
+ <aside>
+ <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>
+ <footer>
+ <p><span>Copyright</span> <span>©</span>2015-2017 <a href="/">Petites Singularités</a> ---
+ </p>
+ </footer>
+ </body>
+</html>