-
Notifications
You must be signed in to change notification settings - Fork 0
/
equipe.php
198 lines (179 loc) · 6.89 KB
/
equipe.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
<!DOCTYPE html>
<html lang="fr">
<head>
<meta charset="UTF-8">
<title>BàG — equipe</title>
<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="shortcut icon" type="image/png" href="assets/favicon3.png"/>
<!--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">
<h1 class="title">
Ekip <span class="unicode">✦</span>
Ekip <span class="unicode">✦</span>
Ekip <span class="unicode">✦</span>
Ekip <span class="unicode">✦</span>
Ekip <span class="unicode">✦</span>
Ekip <span class="unicode">✦</span>
Ekip <span class="unicode">✦</span>
Ekip <span class="unicode">✦</span>
Ekip <span class="unicode">✦</span>
</h1>
<h1 class="title">
Ekip <span class="unicode">✦</span>
Ekip <span class="unicode">✦</span>
Ekip <span class="unicode">✦</span>
Ekip <span class="unicode">✦</span>
Ekip <span class="unicode">✦</span>
Ekip <span class="unicode">✦</span>
Ekip <span class="unicode">✦</span>
Ekip <span class="unicode">✦</span>
Ekip <span class="unicode">✦</span>
</h1>
</div>
<h3>
L'équipe évolue constamment <br/>
Elle regroupe des pratiques variées et perméables entre-elles</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 half">
<div class="cadre flex">
<article class="padding two-third">
<h2 class="one-line-flex">
<p>Équipe Actuelle</p>
<div class="no-grow right"><button id="mail" onclick="location.href='mailto:contact@boiteagants.solutions'"> <span class="unicode">✉</span> </button></div>
</h2>
<table>
<?php
$equipe = file("infos/equipe.txt");
foreach($equipe 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 full">
<h2>Encadrant.e.s</h2>
<ul>
<?php
$encadrantes = file("infos/encadrantes.txt");
foreach($encadrantes as $line) {
echo '<li>' . $line;
}
?>
</ul>
</article>
<article class="padding full">
<p>
<span class="unicode arrow"></span> L'équipe de la BàG est renouvellée chaque année.
Depuis 2019-2020, un cour de l'ERG est entièrement dédié
à la gestion de la BàG,
permettant à l'équipe une meilleur organisation, disponibilité,
et reconnaissance de leur travail au sein de l'école.
</p>
</article>
</div>
</article>
<article class="padding half">
<h2>Partenaires</h2>
<ul>
<?php
$partenariats = file("infos/partenariats.txt");
foreach($partenariats as $line) {
$line = explode("|", $line);
if(count($line)==2){
echo '<li>';
echo '<a target="_blank" href="' . $line[1] . '">' . $line[0] . '</a>';
}
else if(count($line)==1){
echo '<li>';
echo $line[0];
}
}
?>
</ul>
<h2>Contacts extérieurs</h2>
<ul>
<li> <a href="mailto:lemaistre@gmx.com">Albert Lemaistre</a> - ancien "Gérant" de la BàG
<li> <a href="mailto:olivier.milis3@gmail.com">Olivier Milis</a> - fédération des récupérathèques et intervenant à la BàG
</ul>
<h2>Fondateur.trice.s</h2>
<ul>
<li>Marie-Marie Vergne
<li>Benny Suarez
<li>Arthur Halbique
<li>Bernadette Kluyskens
<li>Thomas Beauchamp
<li>Benjamin Laserre
<li>Frédéric Gaillard
<li>William Reidiboym
<li>Max Herrnann
<li>Nil Marlio
<li>Cécile Lechevallier
<li>Nine de Bryas
<li>Nicolas Despy
<li>Nicolas Dau
<li>Noah Cohen
<li>Martin Cabrol
<li>Antoine Kraehe
<li>Gustave Boucard
<li>Jeanne Pruvot
<li>Simona Denicolai
</ul>
</article>
<article id="colophon" class="padding center full">
<p>
Site web par <a href="mailto:dorian.timmermans@gmail.com">Dorian Timmermans</a> en 2020 <br/><br/>
(première version du site lancé par Martin Cabrol en 2018)<br/>
Logo (sur la page BàG) par William Reidiboym et Arthur Halbique.<br/>
Font <a target="_blank" href="https://velvetyne.fr/fonts/sporting-grotesque/">Sporting Grotesque</a>.
</p>
</article>
<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">
Ekip <span class="unicode">✦</span>
Ekip <span class="unicode">✦</span>
Ekip <span class="unicode">✦</span>
Ekip <span class="unicode">✦</span>
Ekip <span class="unicode">✦</span>
Ekip <span class="unicode">✦</span>
Ekip <span class="unicode">✦</span>
Ekip <span class="unicode">✦</span>
Ekip <span class="unicode">✦</span>
</h1>
<h1 class="title">
Ekip <span class="unicode">✦</span>
Ekip <span class="unicode">✦</span>
Ekip <span class="unicode">✦</span>
Ekip <span class="unicode">✦</span>
Ekip <span class="unicode">✦</span>
Ekip <span class="unicode">✦</span>
Ekip <span class="unicode">✦</span>
Ekip <span class="unicode">✦</span>
Ekip <span class="unicode">✦</span>
</h1>
</div>
</footer>
</body>
</html>