-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathprinciples_good_society.html
131 lines (116 loc) · 4.05 KB
/
principles_good_society.html
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
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>Principles of the Good Society - Actinmess</title>
<meta name="viewport" content="width=device-width,initial-scale=1,maximum-scale=1,user-scalable=no">
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
<meta name="HandheldFriendly" content="true">
<link rel="stylesheet" href="style.css">
<script defer src="script.js"></script>
</head>
<body>
<section class="bg"></section>
<header>
<aside><!-- je remplis l'aside en js --></aside>
<h1>Principles of the Good Society, 2023, </h1>
</header>
<section class="images">
<img src="https://martinlemaire.fr/actinmess/08_principles_of_good_society/024-08-02_161841.png">
<img src="https://martinlemaire.fr/actinmess/08_principles_of_good_society/2024-08-02_162008.png">
<img src="https://martinlemaire.fr/actinmess/08_principles_of_good_society/2024-08-02_162142.png">
<img src="https://martinlemaire.fr/actinmess/08_principles_of_good_society/2024-08-02_161916.png">
<img src="https://martinlemaire.fr/actinmess/08_principles_of_good_society/2024-08-02_161947.png">
<img src="https://martinlemaire.fr/actinmess/08_principles_of_good_society/2024-08-02_162201.png">
<img src="https://martinlemaire.fr/actinmess/08_principles_of_good_society/2024-08-02_162054.png">
<img src="https://martinlemaire.fr/actinmess/08_principles_of_good_society/024-08-02_162031.png">
</section>
<p>A film by Ache Wang, Anton Ripon, Benze De Ream, Tonda Budszus</p>
<p>From a collaboration between the Geo-design department of the Design Academy of Eindhoven with the venician art foundation TBA21. A collaborative film was produced starting from a documentary and scientifical work on bivalves and clams within the Venician lagoon to a sci-fi speculative narrative film on climate change, green economy and interspecies relations.
Lenght: 27min shared upon request.</p>
<nav>
<!--
<details>
<summary>
about
</summary>
-->
<section>
<p>Anton W.V. Ripon is a spatial designer, researcher and production specialist, graduated from <em>Ecole Duperré -FR</em> and from the <em>Design Academy of Eindhoven -NL</em>. He works within interior design, exhibition design, landscaping, teaching, publication and research. Recently based in Belgium,
he is open for commission work, collaboration and to assist on longterm studio work.
He worked with summerschools <em>-provisional school for Nothing, hackers&designers, domaine de Boisbuchet</em>, private clients, writting contributions <em>-the aquarium is a listening glass, revue cabane</em>, light design <em>-studio dogtooth</em>.</p>
<p>Contact: <a href="mailto:anton.ripon@gmail.com">anton.ripon@gmail.com</a> or @riptheorder or +33634227621</p>
</section>
<!--
</details>
-->
<ol>
<li>
<h2>2021</h2>
<h3>Paris, Clichy</h3>
<a href="interior_design.html">Interior design</a>
</li>
<li>
<h2>July 2021</h2>
<h3>Domaine de Boisbuchet</h3>
<a href="celestial_architecture.html">Celestial architecture</a>
</li>
<li>
<h2>2021</h2>
<h3>Ivry</h3>
<a href="permeable_limits.html">Permeable limits</a>
</li>
<li>
<h2>2021</h2>
<h3>Paris</h3>
<a href="parasite_of_bronze.html">Parasite of Bronze</a>
</li>
<li>
<h2>2021-2022</h2>
<h3>Paris</h3>
<a href="structure_of_disorder.html">Structure of disorder</a>
</li>
<li>
<h2>2022 to date</h2>
<h3>Paris/Netherlands</h3>
<a href="granular_architecture.html">Granular Architecture</a>
</li>
<li>
<h2>2023</h2>
<h3>Eindhoven</h3>
<a href="search_porosity.html">In search of porosity</a>
</li>
<li>
<h2>2023</h2>
<h3>Eindhoven</h3>
<a href="principles_good_society.html">Principles of the Good Society</a>
</li>
<li>
<h2>June 2023</h2>
<h3>Eindhoven</h3>
<a href="chimera_lamp.html">Chimera Lamp</a>
</li>
<li>
<h2>October 2023</h2>
<h3>De Fabriek, Eindhoven</h3>
<a href="cringe_or_cool.html">Cringe or Cool</a>
</li>
<li>
<h2>March 2024</h2>
<h3>Eindhoven</h3>
<a href="poultry_delicassy.html">Poultry Delicassy</a>
</li>
<li>
<h2>2024</h2>
<h3>Eindhoven</h3>
<a href="don_quixote.html">Don Quixote</a>
</li>
<li>
<h2>June 2024</h2>
<h3>Netherlands</h3>
<a href="site_drawing.html">Site Drawing</a>
</li>
</ol>
</nav>
</body>
</html>