blob: e15028e5b7c6da4b7e5d87df7780cea47fcabb49 (
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
|
<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8">
<title> Ici THK — Les Forces Francaises de l'Interieur parlent aux francais </title>
<link rel="stylesheet" href="assets/css/style.css">
</head>
<body>
<header>
<h1> <a href="index.html">Ici THK</a> </h1>
<h2> Bernard ASPE </h2>
<h3> Temps commun </h3>
</header>
<main>
<article>
<aside>
<section id="author">
<h3>About the Author</h3>
<p>Bernard Aspe</p>
</section>
<section id="sources">
<h3>Sources</h3>
<ul>
<li><em>Simondon, une politique du transindividuel</em></li>
<li><em>Les fibres du temps</em></li>
<li><em>Horizon inverse</em></li>
</ul>
</section>
</aside>
<section id="">
<h3></h3>
</section>
</article>
<nav>
<ul>
<li><a href="bernard-aspe.html">ASPE</a></li>
<li><a href="karen-barad.html">BARAD</a></li>
<li><a href="muriel-combes.html">COMBES</a></li>
<li><a href="stephane-lupasco.html">LUPASCO</a></li>
<li><a href="deborah-lupton.html">LUPTON</a></li>
<li><a href="lynn-margulis.html">MARGULIS</a></li>
<li><a href="gilbert-simondon.html">SIMONDON</a></li>
<li><a href="subrosa.html">SUBROSA</a></li>
<li><a href="etc.html">Etc.</a></li>
</ul>
</nav>
</main>
</body>
</html>
|