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
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
|
<!DOCTYPE html>
<html lang="fr">
<head>
<meta charset="UTF-8">
<title> Petites Singularités </title>
<link rel="stylesheet" href="ui/css/reset.css">
<link rel="stylesheet" href="ui/css/mobile.css">
<script type="text/javascript" src="ui/js/config.js"></script>
<script type="text/javascript" src="ui/js/app.js"></script>
<!-- discuss: <ps\at/lesoiseaux.io> -->
</head>
<body>
<header>
<h1 class="fixed">
<a href="https://ps.lesoiseaux.io/"
title="Petites Singularités"><img alt="P.S.: " src="ui/img/logo-ps.svg" height="64" border="0" align="absmiddle"></a>
<a href="https://ps.lesoiseaux.io/">esthétique fragile & hybride</a>
</h1>
<section>
<h2>À Propos de Petites Singularités</h2>
<p>Petites Singularités est une association sans but lucratif
établie à Bruxelles.</p>
<p>L’association a pour but de porter un regard différent sur
l’esthétique transindividuelle dans le cadre des collectivités
et leurs pratiques numériques.</p>
<p>Petites Singularités porte des projets esthétiques sous
diverses formes libres adaptées à leur expression et leur
diffusion auprès du public. Recherche-action littéraire,
poétique, artistique, logicielle, philosophique, vivante, les
Petites Singularités éditent, publient, produisent, hybrident,
accompagnent, invitent, voyagent.</p>
<p>Nous pensons l’organisation et l’action collectives dans la
production du sens au regard de la localité et de
l’hybridation des humains et de la technologie ; nous
transmettons des solutions concrètes et significatives à des
groupes locaux.</p>
</section>
<footer>
<nav>
<h4>Retenir</h4>
<ul>
<li><a href="assets/petites-singularités-asbl.en.pdf"
title="Download PDF presentation of Petites Singularités ASBL">PDF</a></li>
<li><a href="assets/ps-production.torrent"
title="Download our production torrent">Torrent</a></li>
<li><a href="assets/ps-press-kit.zip"
title="Download Press Kit for P.S.: (assets, logos...)">ZIP</a></li>
</ul>
<h4>Observer</h4>
<ul>
<li><a href="https://ps.zoethical.com/groups"
title="Explorer notre communauté">Zoethical</a></li>
<li><a href="https://ps.zoethical.com/posts.rss"
title="Souscrire aux contributions récentes (RSS)">Posts</a></li>
<li><a href="https://ps.zoethical.com/latest.rss"
title="Souscrire aux sujets récents (RSS)">Topics</a></li>
</ul>
</nav>
<p><span>Copyright</span> <span>©</span> 2017
<a href="https://ps.lesoiseaux.io/"
title="URL Canonique : https://ps.lesoiseaux.io/"><em>Petites Singularités</em></a>
—
<a href="http://artlibre.org/licence/lal/en/"
title="Licence des contenus : Art Libre v1.3">Nous faisons de l'art libre</a>
—
<a href="https://code.cepheide.org/lesoiseaux.io.git"
title="Licence du code Web : GNU AGPL v3">Nous faisons du logiciel libre</a>
—
Nous faisons <3
</p>
</footer>
</header>
<main>
<article>
<section class="media fixed">
<h2>Média en ligne</h2>
<section id="gfx" class="fixed"><h3>GFX</h3>
</section>
<section id="txt" class="fixed"><h3>TXT</h3>
</section>
<section id="vdo" class="fixed"><h3>VDO</h3>
</section>
</section>
<section class="libre fixed">
<h2>Esthétique du libre</h2>
<section id="participation" class="fixed">
<h3><a href="https://ps.zoethical.com/">Participer</a></h3>
<p class="tagline">Explorer les médias sociaux communautaires</p>
</section>
<section id="engagement" class="fixed">
<h3><a href="https://ps.zoethical.com/c/ps">S'Engager</a></h3>
<p class="tagline">Amplifier les réseaux actifs de résistance</p>
</section>
<section id="cooperation" class="fixed">
<h3><a href="https://ps.zoethical.com/c/cooperation">Coopérer</a></h3>
<p class="tagline">Éveiller les territoires à la vie</p>
</section>
</section>
</article>
</main>
</body>
</html>
|