-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcv.html
410 lines (368 loc) · 14 KB
/
cv.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
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
<!DOCTYPE html>
<html lang="fr">
<head>
<title>CV Développeur Web FullStack - Brookes Christopher</title>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8"/>
<link href="http://fonts.googleapis.com/css?family=Oswald" rel="stylesheet" type="text/css"/>
<style type="text/css">
body {
background: #f0f0f0;
margin: 0;
padding: 0;
font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
line-height: 20px;
font-size: 13px;
color: #222;
}
h1, h2, h3, h4 {
font-family: 'Oswald', Impact, Helvetica, Arial, sans-serif;
font-weight: normal;
margin: 0 0 15px 0;
padding: 0;
}
h1 {
font-size: 300%;
}
h2 {
font-size: 210%;
}
h3 {
font-size: 130%;
}
p {
margin: 0 0 10px 0;
}
ul {
margin: 0;
list-style-type: square;
}
a {
color: #222;
}
/* ________________________________________________________ */
.rtl {
direction: rtl;
}
.clear {
clear: both;
}
#main {
background: #fff;
width: 800px;
padding: 35px;
margin: 0 auto 15px auto;
overflow: hidden;
box-shadow: 0 0 6px #ccc;
}
#title {
line-height: 42px;
border-bottom: 3px solid #000;
padding-bottom: 30px;
margin: 0px 0 30px 0;
}
#credit {
margin-bottom: 20px;
font-size: 11px;
color: #999;
text-align: center;
}
#credit a {
color: #999;
}
p label {
font-family: 'Oswald', Helvetica, Arial, serif;
font-size: 110%;
margin-right: 10px;
}
p label span.colon {
display: inline;
}
.section {
margin-bottom: 40px;
}
.section .set {
}
.item {
margin: 0 0 20px 0;
}
/* _____________________________ */
.section .title {
text-transform: uppercase;
font-size: 170%;
padding: 10px 10px;
margin: 0 auto 15px auto;
display: inline-block;
background: #000;
color: #fff;
}
.section .set h3 {
margin: 0;
}
.basic-info {
border-top: 0;
}
.section.basic-info .title {
float: left;
border: 0;
}
.basic-info .set {
float: right;
width: 85%;
}
.basic-info .address {
width: 40%;
float: left;
}
.basic-info .r {
float: right;
width: 60%;
text-align: right;
}
.basic-info label {
font-family: 'Oswald', Helvetica, Arial, serif;
}
.basic-info label, .basic-info span {
display: inline !important;
}
.basic-info p {
margin: 0;
}
.section span {
display: block;
}
.section h3 span.l, .section span.r {
width: 49%;
float: left;
}
.section span.r {
float: right;
text-align: right;
}
.section-education .school,
.section-work .job_title {
font-size: 100%;
display: block;
margin: 5px 0 5px 0;
}
#photo {
width: 160px;
height: 200px;
overflow: hidden;
float: left;
margin-top: 4px;
border-radius: 4px;
}
#photo img {
width: 100%;
height: auto;
}
.header.photo {
margin-left: 190px;
}
.header.photo #title {
text-align: left;
}
.header.photo .basic-info {
float: none;
padding: 0;
}
@media screen and (max-width: 950px) {
body {
background: #fff;
}
#main {
box-shadow: none;
padding: 0;
padding: 5px;
}
}
</style>
</head>
<body class="lang-fr ">
<div id="main">
<h1 id="title">Christopher Brookes</h1>
<div class="basic-info section">
<h2 class="title">Contact</h2>
<div class="set">
<div class="r">
<p class="email"><label>Adresse email<span class="colon">:</span></label> <span class="value">[email protected]</span>
</p>
<p class="website"><label>Site Web<span class="colon">:</span></label> <span class="value"><a
href="http://www.christopherbrookes.fr/"
rel="nofollow">http://www.christopherbrookes.fr/</a></span></p>
<p class="phone"><label>Téléphone<span class="colon">:</span></label>
<span class="value">+33681575354</span></p>
<p class="phone"><label>Localisation<span class="colon">:</span></label>
<span class="value">Paris 15</span></p>
</div>
<div class="clear"></div>
</div>
<!-- set //-->
<div class="clear"></div>
</div>
<!-- basic-info //-->
<div class="section section-work">
<h2 class="title">Expériences Professionnelles</h2>
<div class="set">
<div class="item">
<h3><span class="company l">Wynd (Freelance)</span>
<span class="date r">Juin 2018 — Actuellement</span>
</h3>
<span class="clear"> </span>
<span class="job_title">Lead Développeur API PHP7/Symfony 3</span>
<span
class="info">
<ul>
<li>Management d'une équipe de 4 développeurs backend en Agile (Scrum)</li>
<li>Evolution technique d'un Monolith (utilisation de gitsplit)</li>
<li>Intégration d'un ETL (StreamSet) pour import</li>
<li>Encadrement des développements d'un PIM (Product Information Management)</li>
<li>Mise en place Clean Code programming avec relecture avancée de Merge Request</li>
</ul>
</span>
<span class="clear"> </span>
</div>
<div class="item">
<h3><span class="company l">My Little Paris</span>
<span class="date r">Octobre 2016 — Mai 2018</span>
</h3>
<span class="clear"> </span>
<span class="job_title">Développeur Web FullStack PHP7/Symfony 2 et 3</span>
<span
class="info">
<ul>
<li>Migration du prestataire de paiement (Adyen) avec mise en place de batch de paiements sous RabbitMQ</li>
<li>Fusion des 4 sites e-commerce en une seule plateforme paramétrable</li>
<li>Migration Symfony 2 vers Symfony 3</li>
<li>Accompagnement marketing (Google Tag Manager, segmentation MailJet)</li>
<li>Dynamisation d'un nouveau projet avec React et Nodejs</li>
<li>Ajout de tests de comportement (BDD avec Behat)</li>
</ul>
</span>
<span class="clear"> </span>
</div>
<div class="item">
<h3><span class="company l">Bazarchic</span>
<span class="date r">Juin 2013 — Octobre 2016</span>
</h3>
<span class="clear"> </span>
<span class="job_title">Développeur Web FullStack PHP/MYSQL E-commerce dans une équipe de 10 personnes</span>
<span
class="info">
<ul>
<li>Maintenance de l'ensemble des outils d'administration du site (PHP4 et 5) existants (CRM, gestion du stock, mise en ligne de produits, analyse de stats, suivi de commande).</li>
<li>Refonte du système de newsletter (configuration dynamique des blocs, drag&drop, branchement API CheetahMail).</li>
<li>Refonte du site mobile avec jQuery Mobile.</li>
<li>Mise en place et configuration de Google Tag Manager.</li>
<li>Création outil d'envoi de notifications Push (iOS, Android et Windows Phone), analyse de callback.</li>
<li>Création de Dashboard dynamique (évolution du CA, stats ouvertures newsletters..)</li>
</ul>
<blockquote><strong>Outils : </strong>Redmine (outil de ticketing), GitLab, PHPStorm, Kibana, Composer</blockquote>
</span>
<span
class="clear"> </span>
</div>
<div class="item">
<h3><span class="company l">Appyzz</span>
<span class="date r">Septembre 2011 — Juin 2013</span>
</h3>
<span class="clear"> </span>
<span class="job_title">Développeur Web</span>
<span class="info">
<ul>
<li><u>Développement d'API RESTful </u>: </li>
<ul>
<li><strong>Technologies:</strong> Module Zend Framework, traitement d'images, Slim Framework. Graph API Facebook.</li>
</ul>
<li><u>Front-End</u></li>
<ul>
<li>Intégration de sites multilingues, trackers analytics (GA, XITI), CMS/Forum (Joomla, phpBB). Dev. de layout responsive, Landing Pages. Sites mobiles & Media Queries. API LocalStorage. Gestion de projet.</li>
</ul>
<li><u>Back-End</u></li>
<ul>
<li>Nombreux back-office avec gestion de contacts, clients, projets, autorisations d'accès, hub download avec génération de QRCode. Administration de nom de domaines, gestion de la pré-prod.</li>
<li>Plates-formes d'envoi de Push notifications Android/iOS programmables ou instantanées avec analyse des callbacks.</li>
<ul>
<li><strong>Technologies:</strong> Composer, Git, Paiement en ligne (module Ogone). Configuration Apache.</li>
</ul>
</ul>
</ul>
</span>
<span
class="clear"> </span>
</div>
</div>
<div class="clear"></div>
</div>
<div class="section section-1287593158087">
<h2 class="title">Projets personnels</h2>
<div class="set">
<div class="item">
<span class="info">
<ul>
<li>Site et back-office d'un restaurant sous Cake PHP 2 et Laravel 5 (Homestead/Vagrant).</li>
<li>Site multilingue d'une galerie d'art (Handlebars, Twitter Bootstrap 2)</li>
<li>Site du salon Women's Forum de Deauville. Plan interactif, utilisation API Twitter et Flicker.</li>
</ul>
</span>
</div>
</div>
<div class="clear"></div>
</div>
<div class="section section-qualifications">
<h2 class="title">Qualifications</h2>
<div class="set">
<div class="item">
<span class="info">
<ul>
<li>PHP7, Symfony, MySQL</li>
<li>Javascript, jQuery, NodeJS, ReactJS (débutant)</li>
<li>Git (GitLab et GitHub)</li>
<li>HTML5, CSS3, Twitter Bootstrap 2 & 3</li>
<li>PHPStorm guru</li>
</ul>
</span>
</div>
</div>
<div class="clear"></div>
</div>
<div class="section section-education">
<h2 class="title">Education</h2>
<div class="set">
<div class="item">
<h3><span class="course l">BACHELOR WEB & MOBILITE</span>
<span class="date r">Septembre 2011 — Septembre 2012</span>
</h3>
<span class="clear"> </span>
<span class="school">ECTEI - Paris</span><span class="info">Design & Conception d’applications Web, Projet d’entreprise, E-business</span><span
class="clear"> </span>
</div>
<div class="item">
<h3><span class="course l">BTS Informatique de Gestion</span>
<span class="date r">2009 — 2011</span>
</h3>
<span class="clear"> </span>
<span class="school">Lycée Jules Ferry (78)</span><span class="info">Analyse et conception d'applications web. </span><span
class="clear"> </span>
</div>
</div>
<div class="clear"></div>
</div>
</div>
<script>
(function (i, s, o, g, r, a, m) {
i['GoogleAnalyticsObject'] = r;
i[r] = i[r] || function () {
(i[r].q = i[r].q || []).push(arguments)
}, i[r].l = 1 * new Date();
a = s.createElement(o),
m = s.getElementsByTagName(o)[0];
a.async = 1;
a.src = g;
m.parentNode.insertBefore(a, m)
})(window, document, 'script', '//www.google-analytics.com/analytics.js', 'ga');
ga('create', 'UA-38340419-2', 'auto');
ga('send', 'pageview');
</script>
</body>
</html>