-
Notifications
You must be signed in to change notification settings - Fork 0
/
info.php
272 lines (252 loc) · 9.33 KB
/
info.php
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
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
<!DOCTYPE html>
<html lang="fr">
<head>
<meta charset="utf-8">
<title>BàG — info</title>
<link rel="shortcut icon" type="image/png" href="assets/favicon3.png"/>
<meta name="description" content="La Boite à Gants (BàG) est la récupérathèque de l'École de Recherche Graphique (ERG)">
<link rel="stylesheet" href="css/main.css">
<link rel="stylesheet" href="css/header.css">
<link rel="stylesheet" href="css/tables.css">
<!--Let browser know website is optimized for mobile-->
<meta name="viewport" content="width=device-width, initial-scale=1">
</head>
<body>
<header class="header">
<div class="marquee">
<div class="marquee">
<h1 class="title">
Info <span class="unicode">✱</span>
Info <span class="unicode">✱</span>
Info <span class="unicode">✱</span>
Info <span class="unicode">✱</span>
Info <span class="unicode">✱</span>
Info <span class="unicode">✱</span>
Info <span class="unicode">✱</span>
Info <span class="unicode">✱</span>
Info <span class="unicode">✱</span>
</h1>
<h1 class="title">
Info <span class="unicode">✱</span>
Info <span class="unicode">✱</span>
Info <span class="unicode">✱</span>
Info <span class="unicode">✱</span>
Info <span class="unicode">✱</span>
Info <span class="unicode">✱</span>
Info <span class="unicode">✱</span>
Info <span class="unicode">✱</span>
Info <span class="unicode">✱</span>
</h1>
</div>
</div>
<h3>
La BàG fonctionne en économie circulaire <br/>
sa monnaie est le Glock (₲)
</h3>
</header>
<main class="container flex">
<article class="padding full">
<button onclick="location.href='/'">
<div class="rot"><span class="unicode">➤</span></div>
</button>
</article>
<article class="padding full">
<div class="cadre flex">
<article class="padding half">
<h2>Horraires</h2>
<table>
<?php
$horraires = file("infos/horraires.txt");
foreach($horraires as $line) {
$line = explode("|", $line);
if(count($line)==2){
echo '<tr>';
echo '<td>' . $line[0] . '</td>';
echo '<td><i>' . $line[1] . '</i></td>';
echo '</tr>';
}
}
?>
</table>
</article>
<article class="padding half">
<h2>Accès</h2>
<p>
87 rue du Page, 1050 Bruxelles, <br/>
sur le plateau art.
</p>
</article>
</div>
</article>
<article class="padding third">
<h2>Local</h2>
<p>
La BàG dispose de son propre espace de stockage et de vente de matériaux dans l'infrastructure de l'école.
Les matériaux récupérés sont reconditionnés, triés, et si nécessaire, répertoriés.
<p>
<p>
Ceux-ci sont issus de récoltes effectuées au sein de
l’école: donnés ou abandonnés par les étudiant.e.s.
Mais aussi en dehors de l’enceinte scolaire: en rue,
via des partenaires (entreprises, collectifs, commerces,
etc...).
</p>
<p>
Lors des heures d'ouverture, des permanences sont assurées et le local
est accessible pour venir y prendre ou donner des matériaux en utilisant la monnaie de la BàG, le Glock.
<p>
</article>
<article class="padding third">
<h2>Gagner des ₲</h2>
<p>
On peut acquérir des Glocks en alimentant la Boîtes à Gants en matériaux,
mais aussi en s’impliquant dans la gestion de la BàG (permanences, gestion, reconditionnement, ...).
</p>
<p>
<span class="unicode arrow">→</span> A l'inscription (gratuite), 20 Glocks sont offerts.
</p>
<p>
<span class="unicode arrow">→</span> Les matériaux ramenés à la BàG offrent autant de Glocks que le prix auxquels ils seront revendus.
</p>
<p>
<span class="unicode arrow">→</span> Les permanences d'ouverture de la BàG sont rémunérées à 10₲ l'heure.
</p>
<p>
Ce fonctionnement permet d’effacer ou de réduire les disparités de pouvoir d’achat entre les étudiant.e.s.
</p>
</article>
<article class="padding third">
<h2>Interdépendance</h2>
<p>
L'existence et la disponibilité de la BàG repose sur la participation de ses usager.ère.s.
N'hésitez pas à nous <a href="equipe.php">contacter</a> (en tant que personne, entreprise, atelier, asbl, collectif, ...) si:
</p>
<p>
<span class="unicode arrow">→</span> si vous avez du materiel ou des chutes à donner dont vous voulez vous débarrassez.
</p>
<p>
<span class="unicode arrow">→</span> si vous êtes étudiant.e.s et voulez gagnez des ₲ en participant au fonctionnement de la BàG.
</p>
<p>
<span class="unicode arrow">→</span> si vous voulez organiser des workshops, évenements, ou collaborer sur un projet.
</p>
</article>
<div id="prix" class="padding full">
<h2>Prix approximatifs</h2>
<div class="scroll-table-container">
<table class="data-table">
<tr>
<td>Bois</td>
<td>Tasseaux</td>
<td>30mm</td> <td class="glock">3₲/m</td>
</tr>
<tr>
<td></td>
<td></td>
<td>20mm</td> <td class="glock">2₲/m</td>
</tr>
<tr>
<td></td>
<td></td>
<td>10mm</td> <td class="glock">1₲/m</td>
</tr>
<tr>
<td></td>
<td>Planches</td>
<td>MDF</td> <td class="glock">5₲/m<sup>2</sup></td>
</tr>
<tr>
<td></td>
<td></td>
<td>Agglo</td> <td class="glock">3₲/m<sup>2</sup></td>
</tr>
<tr>
<td></td>
<td></td>
<td>Contreplaqué</td> <td class="glock">8₲/m<sup>2</sup></td>
</tr>
<tr>
<td>Métal</td>
<td></td>
<td>Acier</td> <td class="glock">2₲/kg</td>
</tr>
<tr>
<td>Papier</td>
<td></td>
<td>Papier</td> <td class="glock">3₲/m<sup>2</sup></td>
</tr>
<tr>
<td></td>
<td></td>
<td>Carton</td> <td class="glock">2₲/m<sup>2</sup></td>
</tr>
<tr>
<td>Verre</td>
<td></td>
<td>Double</td><td class="glock">50₲/m<sup>2</sup></td>
</tr>
<tr>
<td></td>
<td></td>
<td>Simple</td> <td class="glock">25₲/m<sup>2</sup></td>
</tr>
<tr>
<td>Plastiques</td>
<td></td>
<td>Plexiglass</td> <td class="glock">15₲/m<sup>2</sup></td>
</tr>
<tr>
<td></td>
<td></td>
<td>PVC</td> <td class="glock">5₲/m</td>
</tr>
<tr>
<td>Peinture</td>
<td></td>
<td>Acrylique</td>
<td class="glock">5₲/l</td>
</tr>
<tr>
<td></td>
<td></td>
<td>Simple</td> <td class="glock">12₲/l</td>
</tr>
</table>
</div>
<p>
<span class="unicode">★</span>
Également à la BàG: outils, matériels de dessins, quincailleries, textiles, pigments, etc.
</p>
</div>
<article class="padding right full">
<button onclick="location.href='/'"> <span class="unicode">➤</span> </button>
</article>
</main>
<footer class="footer">
<div class="marquee">
<h1 class="title">
Info <span class="unicode">✱</span>
Info <span class="unicode">✱</span>
Info <span class="unicode">✱</span>
Info <span class="unicode">✱</span>
Info <span class="unicode">✱</span>
Info <span class="unicode">✱</span>
Info <span class="unicode">✱</span>
Info <span class="unicode">✱</span>
Info <span class="unicode">✱</span>
</h1>
<h1 class="title">
Info <span class="unicode">✱</span>
Info <span class="unicode">✱</span>
Info <span class="unicode">✱</span>
Info <span class="unicode">✱</span>
Info <span class="unicode">✱</span>
Info <span class="unicode">✱</span>
Info <span class="unicode">✱</span>
Info <span class="unicode">✱</span>
Info <span class="unicode">✱</span>
</h1>
</div>
</footer>
</body>
</html>