-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy pathcontact.html
executable file
·295 lines (293 loc) · 9.36 KB
/
contact.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
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
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8" />
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1" />
<title>JS Sophia-Antipolis</title>
<meta name="description" content="Meetup javascript sur Sophia-Antipolis" />
<meta name="viewport" content="width=device-width" />
<link
href="https://fonts.googleapis.com/css?family=Raleway:400,700,300"
rel="stylesheet"
type="text/css"
/>
<link
href="https://fonts.googleapis.com/css?family=Permanent+Marker&display=swap"
rel="stylesheet"
/>
<link rel="stylesheet" href="css/normalize.min.css" />
<link rel="stylesheet" href="css/main.css" />
<script src="js/vendor/modernizr-2.6.2.min.js"></script>
</head>
<body>
<div class="team__menu menu">
<input
type="checkbox"
id="menuNavigationToggler"
class="menu__navigationToggler"
/>
<nav class="menu__navigationBarWrapper">
<ul class="menu__navigationBar">
<li class="menu__navigationBarItem">
<a class="menu__navigationBarLink" href="index.html">Home</a>
</li>
<!--
<li class="menu__navigationBarItem">
<a class="menu__navigationBarLink" href="archives.html">
Archives
</a>
</li>
-->
<li class="menu__navigationBarItem">
<a class="menu__navigationBarLink" href="coc.html">
Code of conduct
</a>
</li>
<li class="active menu__navigationBarItem">
<a class="menu__navigationBarLink" href="contact.html">
L'équipe
</a>
</li>
</ul>
</nav>
<div class="menu__wrapper">
<div>
<a class="menu__logoLink" href="index.html">
<img class="menu__logo" src="img/JSSophia.svg" alt="" />
</a>
</div>
<h1 class="menu__title">
JS Sophia
</h1>
<div class="menu__navigationTogglerLabelWrapper">
<label
class="menu__navigationTogglerLabel"
for="menuNavigationToggler"
>
<span class="menu__navigationTogglerLine"></span>
<span class="menu__navigationTogglerLine"></span>
<span class="menu__navigationTogglerLine"></span>
</label>
</div>
</div>
</div>
<main>
<h1>L'équipe</h1>
<p>Voici la team JS Sophia !</p>
<p>
Une équipe de bénévoles passionnés par les technos Javascript, toujours
motivés pour organiser des meetups au top sur Sophia Antipolis !
</p>
<div class="team">
<figure class="team__member">
<div class="team__photoWrapper">
<img
class="team__photo"
src="https://pbs.twimg.com/profile_images/378800000666980812/bc6e9f60fa906a0965506745f4a778be_400x400.jpeg"
alt=""
/>
</div>
<figcaption>
<div class="team__memberName">Frédéric Guillaume</div>
<ul>
<li>
Twitter:
<a href="https://twitter.com/fredguillaume">
@fredguillaume
</a>
</li>
<li>
Github:
<a href="https://github.com/Fred-el-Jolo">Fred-el-Jolo</a>
</li>
</ul>
</figcaption>
</figure>
<figure class="team__member">
<div class="team__photoWrapper">
<img
class="team__photo"
src="img/avatars/Jean-Michael_Legait.jpg"
alt=""
/>
</div>
<figcaption>
<div class="team__memberName">Jean-Michael Legait</div>
<ul>
<li>
Twitter:
<a href="https://twitter.com/jmlegait">@jmlegait</a>
</li>
<li>
Github:
<a href="https://github.com/Jean-Michael">Jean-Michael</a>
</li>
</ul>
</figcaption>
</figure>
<!-- <figure class="team__member">-->
<!-- <div class="team__photoWrapper">-->
<!-- <img-->
<!-- class="team__photo"-->
<!-- src="https://avatars1.githubusercontent.com/u/26767866?s=460&v=4"-->
<!-- alt=""-->
<!-- />-->
<!-- </div>-->
<!-- <figcaption>-->
<!-- <div class="team__memberName">Kanto Andriambelo</div>-->
<!-- <ul>-->
<!-- <li>-->
<!-- Github:-->
<!-- <a href="https://github.com/Kaandriambelo">Kaandriambelo</a>-->
<!-- </li>-->
<!-- </ul>-->
<!-- </figcaption>-->
<!-- </figure>-->
<!-- <figure class="team__member">
<div class="team__photoWrapper">
<img
class="team__photo"
src="img/avatars/larbi-jirari.jpg"
alt=""
/>
</div>
<figcaption>
<div class="team__memberName">Larbi Jirari</div>
<ul>
<li>
Github:
<a href="https://github.com/larbijirari">larbijirari</a>
</li>
</ul>
</figcaption>
</figure> -->
<!-- <figure class="team__member">-->
<!-- <div class="team__photoWrapper">-->
<!-- <img-->
<!-- class="team__photo"-->
<!-- src="img/avatars/Maxime_Senecal.jpg"-->
<!-- alt=""-->
<!-- />-->
<!-- </div>-->
<!-- <figcaption>-->
<!-- <div class="team__memberName">Maxime Sénécal</div>-->
<!-- <ul>-->
<!-- <li>-->
<!-- Twitter:-->
<!-- <a href="https://twitter.com/maxime_senecal">-->
<!-- @maxime_senecal-->
<!-- </a>-->
<!-- </li>-->
<!-- </ul>-->
<!-- </figcaption>-->
<!-- </figure>-->
<!-- <figure class="team__member">
<div class="team__photoWrapper">
<img
class="team__photo"
src="https://pbs.twimg.com/profile_images/555252074460762112/nJq-j8jX_400x400.jpeg"
alt=""
/>
</div>
<figcaption>
<div class="team__memberName">Olivier Audard</div>
<ul>
<li>
Twitter:
<a href="https://twitter.com/_dhar">@_dhar</a>
</li>
<li>
Github:
<a href="https://github.com/dharFr">dharFr</a>
</li>
</ul>
</figcaption>
</figure> -->
<figure class="team__member">
<div class="team__photoWrapper">
<img
class="team__photo"
src="https://pbs.twimg.com/profile_images/998136509793370114/QlTzCcpY_400x400.jpg"
alt=""
/>
</div>
<figcaption>
<div class="team__memberName">Romain Drevet</div>
<ul>
<li>
Twitter:
<a href="https://twitter.com/Romain_Drevet">
@Romain_Drevet
</a>
</li>
</ul>
</figcaption>
</figure>
<figure class="team__member">
<div class="team__photoWrapper">
<img
class="team__photo"
src="img/avatars/christophe_laffaille.png"
alt="Avatar de Christophe"
/>
</div>
<figcaption>
<div class="team__memberName">Christophe Laffaille</div>
<ul>
<li>
Twitter:
<a href="https://twitter.com/chris21284">@chris21284</a>
</li>
<li>
Github:
<a href="https://github.com/chris21284">chris21284</a>
</li>
</ul>
</figcaption>
</figure>
</div>
</main>
<footer class="footer">
<div class="footer__wrapper">
<div class="footer__logo">
<a class="menu__logoLink" href="index.html">
<img src="img/JSSophia.svg" alt="" width="40" height="40" />
</a>
</div>
<ul class="footer__itemList">
<li class="footer__item">
<span class="footer__icon">
✉
</span>
<a class="footer__link" href="mailto:[email protected]">
</a>
</li>
<li class="footer__item">
<img src="img/twitter-white.svg" alt="" class="footer__icon" />
<a class="footer__link" href="https://twitter.com/jssophia">
@JSSophia
</a>
</li>
<li class="footer__item">
<img
src="img/logo/linkedin-3-64.png"
alt="linkedin"
class="footer__icon"
/>
<a
class="footer__link"
href="https://www.linkedin.com/company/jssophia/"
>
Linkedin
</a>
</li>
</ul>
</div>
<script src="js/vendor/jquery-1.11.0.min.js"></script>
<script src="js/plugins.js"></script>
<script src="js/main.js"></script>
</footer>
</body>
</html>