-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathinterior_design.html
127 lines (113 loc) · 3.8 KB
/
interior_design.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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>Interior design - 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>Interior design, 2021, </h1>
</header>
<section class="images">
<img src="https://martinlemaire.fr/actinmess/01_interior_design/2024-08-02_220220.jpg">
<img src="https://martinlemaire.fr/actinmess/01_interior_design/2024-08-03_133646.jpg">
<img src="https://martinlemaire.fr/actinmess/01_interior_design/2024-08-02_220114.png">
<img src="https://martinlemaire.fr/actinmess/01_interior_design/2024-08-03_133554.jpg">
<img src="https://martinlemaire.fr/actinmess/01_interior_design/2024-08-03_133916.jpg">
<img src="https://martinlemaire.fr/actinmess/01_interior_design/2024-08-02_220154.jpg">
<img src="https://martinlemaire.fr/actinmess/01_interior_design/2024-08-03_133855.jpg">
</section>
<p>These two selected projects were realized: a concept store in Paris and a restaurant in Clichy. Much more ‘down to earth’, these projects taught me rigor and showed the need of technical know-how: from site measuring, understanding the technical needs to following the construction. These achievements required an ongoing dialogue with the client, a collaborative design with a large number of stakeholders. </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>