blob: f1fbf7ca852f7ffdf24a4c175930e2f158fc01ff (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
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>
|