-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
514 lines (500 loc) · 18.9 KB
/
index.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
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
<!doctype html>
<html lang="en">
<head>
<!-- Google Tag Manager -->
<script>(function (w, d, s, l, i) {
w[l] = w[l] || []; w[l].push({
'gtm.start':
new Date().getTime(), event: 'gtm.js'
}); var f = d.getElementsByTagName(s)[0],
j = d.createElement(s), dl = l != 'dataLayer' ? '&l=' + l : ''; j.async = true; j.src =
'https://www.googletagmanager.com/gtm.js?id=' + i + dl; f.parentNode.insertBefore(j, f);
})(window, document, 'script', 'dataLayer', 'GTM-TFWLX6ZP');</script>
<!-- End Google Tag Manager -->
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<meta name="description" content="">
<meta name="keywords" content="">
<title>DevHop!</title>
<!-- Favicon -->
<link href="assets/images/favicon.png" rel="shortcut icon">
<!-- CSS -->
<link href="assets/plugins/bootstrap/bootstrap.min.css" rel="stylesheet">
<link href="assets/plugins/glightbox/glightbox.min.css" rel="stylesheet">
<link href="assets/plugins/swiper/swiper-bundle.min.css" rel="stylesheet">
<link href="assets/css/theme.css" rel="stylesheet">
<!-- Fonts/Icons -->
<link href="assets/plugins/bootstrap-icons/bootstrap-icons.css" rel="stylesheet">
<link href="assets/plugins/fontawesome/css/all.css" rel="stylesheet">
</head>
<body data-preloader="true" class="theme-dark">
<!-- Google Tag Manager (noscript) -->
<noscript><iframe src="https://www.googletagmanager.com/ns.html?id=GTM-TFWLX6ZP" height="0" width="0"
style="display:none;visibility:hidden"></iframe></noscript>
<!-- End Google Tag Manager (noscript) -->
<!-- Header -->
<div class="header-wrapper">
<div class="container">
<div class="header-nav">
<!-- Toggle Menu Button (for Desktop) -->
<button class="toggle-menu-btn">
<span></span>
</button>
<!-- Toggle Menu (for Desktop) -->
<div class="toggle-menu">
<h6 class="mb-0">Téléphone :</h6>
<a href="tel:+33 6 95 05 78 66">+33 6 95 05 78 66</a>
<div class="mt-3">
<h6 class="mb-0">Email:</h6>
<a href="mailto:[email protected]">[email protected]</a>
</div>
<ul class="list-inline mt-3">
<li>
<a href="https://www.linkedin.com/in/paul-lesur-261596bb/"><i
class="bi bi-linkedin"></i></a>
</li>
<li>
<a href="https://www.instagram.com/paullesur/"><i class="bi bi-instagram"></i></a>
</li>
<li>
<a href="https://unsplash.com/fr/@homonculus"><i class="fa-brands fa-unsplash"></i></a>
</li>
</ul>
</div>
<!-- Nav Toggle (for Mobile) -->
<button class="nav-toggle">
<span></span>
</button>
<!-- Nav -->
<ul class="nav-list">
<li class="nav-list-item"><a href="#">À propos</a></li>
<li class="nav-list-item"><a href="#resume">CV</a></li>
<li class="nav-list-item"><a href="portfolio-dark.html">Portfolio</a></li>
</ul>
</div>
<!-- Header Logo -->
<div class="header-logo">
<h3 class="fw-semi-bold uppercase">DevHop!</h3>
<!--
<img src="assets/images/header-logo.png" alt="">
-->
</div>
</div>
</div>
<!-- end Header -->
<!-- Hero section -->
<div class="section-spacing pb-0" id="about">
<div class="container">
<div class="row g-4 g-xxl-5">
<div class="col-12 col-md-4 col-xxl-3 order-md-2 text-lg-end">
<div class="hero-avatar">
<img src="assets/images/paul.png" alt="">
<div class="avatar-icon">
<ul class="list-inline-sm">
<li>
<a href="https://www.linkedin.com/in/paul-lesur-261596bb/"><i
class="bi bi-linkedin"></i></a>
</li>
<li>
<a href="https://www.instagram.com/paullesur/"><i class="bi bi-instagram"></i></a>
</li>
<li>
<a href="https://unsplash.com/fr/@homonculus"><i
class="fa-brands fa-unsplash"></i></a>
</li>
</ul>
</div>
</div>
</div>
<div class="col-12 col-md-8 col-xxl-9 order-md-1">
<h1 class="display-3 fw-medium">Salut, je suis Paul de DevHop!</h1>
<h2 class="display-4 fw-small">SRE, brasseur et photographe amateur.</h2>
<div class="hire-status mt-3">
<span class="dot-unavailable"></span>
Actuellement en mission
</div>
<!--
<div class="hire-status mt-4">
<span class="dot-unavailable"></span>
Disponible actuellement
</div>
-->
</div>
</div><!-- end row -->
</div><!-- end container -->
</div>
<!-- end Hero section -->
<!-- Services section -->
<div class="section-spacing pb-0" id="services">
<div class="container">
<div class="row g-4 align-items-center">
<div class="col-12 col-lg-6 col-xl-4">
<div class="bg-lighter border-radius p-4 p-md-5 box-shadow position-relative">
<div class="icon-4xl mb-3 mb-lg-4 mb-xl-5">
<i class="fa-solid fa-wrench"></i>
</div>
<h5 class="fw-medium line-height-140">Une expérience DevOps complète</h5>
</div>
</div>
<div class="col-12 col-lg-6 col-xl-4">
<div class="bg-lighter border-radius p-4 p-md-5 box-shadow position-relative">
<div class="icon-4xl mb-3 mb-lg-4 mb-xl-5">
<i class="fa-solid fa-cloud"></i>
</div>
<h5 class="fw-medium line-height-140">Site Reliability Engineer confirmé</h5>
</div>
</div>
<!-- <div class="col-12 col-xl-4 align-self-stretch">
<div class="bg-theme border-radius p-4 p-md-5 box-shadow h-100 d-flex align-items-center">
<div>
<div class="h1 display-2 font-family-tertiary fw-semi-bold stroke-text text-fade">4,000+</div>
<span class="text-white">Satisfied customers around the world during the past 10 years</span>
</div>
</div>
</div> -->
</div><!-- end row -->
</div><!-- end container -->
</div>
<!-- end Services section -->
<!-- About section -->
<div class="section-spacing pb-0">
<div class="container">
<div class="row g-4 g-xl-5">
<div class="col-12 col-xl-3 col-xxl-2 text-xl-end">
<div class="h1 display-1 fw-medium text-charcoal">5+</div>
<p>Années d'expérience</p>
</div>
<div class="col-12 col-xl-9 col-xxl-10">
<h2 class="display-6 fw-medium mb-0">D'abord développeur web puis SRE, j'ai pu travailler pour
plusieurs entreprises et me forger une expérience solide.</h2>
</div>
</div><!-- end row -->
</div><!-- end container -->
</div>
<!-- end About section -->
<!-- Clients & Testimonial section -->
<div class="section-spacing">
<div class="container">
<div class="row g-4 g-xl-5 align-items-center">
<div class="col-12 col-xl-7">
<div class="row g-3">
<!-- Client box 1 -->
<div class="col-6 col-md-4">
<div class="client-box bg-lighter-30 border-dashed border-radius p-4 px-lg-5">
<a href="https://www.ecoceatechnologies.com/"><img src="assets/images/ecocea.png"
alt="Logo Ecocea Technologies"></a>
</div>
</div>
<!-- Client box 2 -->
<div class="col-6 col-md-4">
<div class="client-box bg-lighter-30 border-dashed border-radius p-4 px-lg-5">
<a href="https://www.padoa.fr/"><img src="assets/images/padoa.png" alt="Logo padoa"></a>
</div>
</div>
<!-- Client box 3 -->
<div class="col-6 col-md-4">
<div class="client-box bg-lighter-30 border-dashed border-radius p-4 px-lg-5">
<a href="https://www.sedeo.fr/"><img src="assets/images/sedeo.png" alt="Logo Sedeo"></a>
</div>
</div>
</div><!-- end row(inner) -->
</div>
<div class="col-12 col-xl-5">
<div class="bg-lighter border-radius box-shadow p-4 p-md-5 position-relative">
<div class="swiper testimonial-slider">
<div class="swiper-wrapper">
<!-- Testimonial Slide 2 -->
<div class="swiper-slide">
<p>Paul est une personne très impliquée et passionnée par son travail. Toujours
moteur et en quête d'amélioration, il apporte une énergie et une détermination
remarquables à tout ce qu'il entreprend. Dans la réalisation de ses tâches, Paul
fait preuve d'autonomie et excelle dans leur accomplissement.</p>
<h5 class="fw-medium mb-0 mt-2">Taopol Berquer, Lead Tech @ Sedeo</h5>
</div>
<!-- Testimonial Slide 1 -->
<div class="swiper-slide">
<p>Pendant ces deux années de travail aux côtés de Paul, il a toujours été très
agréable de collaborer avec lui sur de multiples sujets Infra et CI/CD. Paul
fournit réellement un travail de qualité, est toujours ouvert à la discussion et
est très curieux !</p>
<h5 class="fw-medium mb-0 mt-2">Stanislas Bruyère, DevOps Engineer @ Learning Planet
Institute</h5>
</div>
<!-- Testimonial Slide 3 -->
<div class="swiper-slide">
<p>Paul est travailleur, impliqué dans son travail, et trouve des solutions
originales. C'est une personne sociable et amusante capable de prendre des
décisions lorsqu'il y est confronté.</p>
<h5 class="fw-medium mb-0 mt-2">Nicolas Luvison, Engineer @ CDiscount</h5>
</div>
</div><!-- end swiper-wrapper -->
</div><!-- end testimonial-slider -->
<!-- Testimonial Slider Pagination -->
<div class="testimonial-pagination-wrapper">
<div class="testimonial-pagination"></div>
</div>
</div>
</div>
</div><!-- end row -->
</div><!-- end container -->
</div>
<!-- end Clients & Testimonial section -->
<!-- Portfolio section -->
<div class="container-fluid">
<div class="section-spacing bg-charcoal border-radius">
<div class="container">
<div class="row g-3 align-items-end">
<div class="col-12 col-lg-9">
<h2 class="display-2 font-family-tertiary fw-semi-bold stroke-text text-fade mb-0">Mes projets
récents</h2>
</div>
<div class="col-12 col-lg-3 text-lg-end">
<!-- Portfolio Slider Navigation -->
<ul class="list-inline-sm">
<li>
<a class="button-circle button-circle-gradient portfolio-prev" href="#"><i
class="bi bi-caret-left"></i></a>
</li>
<li>
<a class="button-circle button-circle-gradient portfolio-next" href="#"><i
class="bi bi-caret-right"></i></a>
</li>
</ul>
</div>
</div><!-- end row -->
<div class="swiper portfolio-slider mt-5">
<div class="swiper-wrapper">
<!-- Portfolio Slider Item 1 -->
<div class="swiper-slide">
<div class="portfolio-box">
<a href="./portfolio-monitoring.html">
<div class="portfolio-img">
<img src="assets/images/monitoring.png" alt="">
</div>
<div class="portfolio-category">
SRE
</div>
<div class="portfolio-caption">
<div class="h2 fw-semi-bold">Stack de monitoring</div>
</div>
</a>
</div>
</div>
<!-- Portfolio Slider Item 2 -->
<div class="swiper-slide">
<div class="portfolio-box">
<a href="./portfolio-fermentation.html">
<div class="portfolio-img">
<img src="assets/images/fermentation.png" alt="">
</div>
<div class="portfolio-category">
SRE
</div>
<div class="portfolio-caption">
<div class="h2 fw-semi-bold">Monitoring et fermentation connectée</div>
</div>
</a>
</div>
</div>
<!-- Portfolio Slider Item 3 -->
<div class="swiper-slide">
<div class="portfolio-box">
<a href="./portfolio-e2e.html">
<div class="portfolio-img">
<img src="assets/images/tests.png" alt="">
</div>
<div class="portfolio-category">
SRE
</div>
<div class="portfolio-caption">
<div class="h2 fw-semi-bold">Tests E2E et problèmes</div>
</div>
</a>
</div>
</div>
</div><!-- end swiper-wrapper -->
</div><!-- end portfolio-slider -->
<a href="./portfolio-dark.html" class="button button-lg button-rounded mt-5">
<i class="fa-regular fa-eye"></i> Voir tous mes projets
</a>
</div><!-- end container -->
</div>
</div>
<!-- end Portfolio section -->
<!-- Resume section -->
<div class="section-spacing pb-0" id="resume">
<div class="container">
<div class="row g-5">
<div class="col-12 col-xxl-8">
<!-- Resume box 1 -->
<div class="row g-2 g-lg-4">
<div class="col-12 col-lg-3 text-lg-end">
<div class="dashed-box font-small font-family-secondary fw-medium uppercase">
<span>2024 - Maintenant</span>
</div>
</div>
<div class="col-12 col-lg-9">
<h4>SRE Freelance<span class="fst-italic fw-medium text-lighter-30">@DevHop!</span></h4>
<p>Fraichement indépendant, je propose mes services en tant que SRE pour vous ! Contactez
moi pour que nous discutions de notre prochaine mission ensemble.</p>
</div>
</div>
<!-- Resume box 1 -->
<div class="row g-2 g-lg-4 mt-3 mt-lg-1">
<div class="col-12 col-lg-3 text-lg-end">
<div class="dashed-box font-small font-family-secondary fw-medium uppercase">
<span>2024</span>
</div>
</div>
<div class="col-12 col-lg-9">
<h4>Lead SRE<span class="fst-italic fw-medium text-lighter-30">@Sedeo</span></h4>
<p>CI / CD : création de pipelines de tests et de livraison continue sous Github Actions.
</p>
<p>Monitoring : création d’une stack de monitoring avec Prometheus, Grafana et Loki.</p>
<p>Migration de la base de données Postgresql de GCP vers Scaleway.</p>
<p>Améliorations de l'orchestration des conteneurs sous Kubernetes.</p>
</div>
</div>
<!-- Resume box 2 -->
<div class="row g-2 g-lg-4 mt-3 mt-lg-1">
<div class="col-12 col-lg-3 text-lg-end">
<div class="dashed-box font-small font-family-secondary fw-medium uppercase">
<span>2020 - 2024</span>
</div>
</div>
<div class="col-12 col-lg-9">
<h4>SRE / DevOps Engineer<span class="fst-italic fw-medium text-lighter-30">@padoa</span>
</h4>
<p>CI / CD : développement de workflows de build, tests et déploiement pour une startup à
forte croissance.</p>
<p>Migration de toute la stack vers Kubernetes (avec Helm, ArgoCD, Argo Workflows...)</p>
<p>Administration de la stack de monitoring et formation des développeurs à Prometheus,
Grafana, Elasticsearch, Kibana, Fluentbit, Fluentd, Opensearch.</p>
</div>
</div>
<!-- Resume box 3 -->
<div class="row g-2 g-lg-4 mt-3 mt-lg-1">
<div class="col-12 col-lg-3 text-lg-end">
<div class="dashed-box font-small font-family-secondary fw-medium uppercase">
<span>2019 - 2020</span>
</div>
</div>
<div class="col-12 col-lg-9">
<h4>Full-stack developper / DevOps<span
class="fst-italic fw-medium text-lighter-30">@Ecocea</span></h4>
<p>Développement backend Java (IBM Websphere Commerce).</p>
<p>Réimplémentation du frontend en React.</p>
<p>Diverses tâches d’administrations de serveurs Linux</p>
</div>
</div>
</div>
<!-- Education column -->
<div class="col-12 col-xxl-4">
<div class="row g-4">
<div class="col-12 col-lg-6 col-xxl-12">
<div class="bg-theme-secondary border-radius box-shadow p-4 p-md-5 icon-3xl">
<i class="bi bi-mortarboard text-white-50"></i>
<div class="mt-3 mt-lg-4">
<h5 class="fw-medium mb-1">Diplôme d'ingénierie en informatique</h5>
<span>Université de Technologies de Compiègne</span>
</div>
</div>
</div>
<div class="col-12 col-lg-6 col-xxl-12">
<div class="bg-theme-secondary border-radius box-shadow p-4 p-md-5 icon-3xl">
<i class="bi bi-mortarboard text-white-50"></i>
<div class="mt-3 mt-lg-4">
<h5 class="fw-medium mb-1">DUT informatique</h5>
<span>IUT du Limousin</span>
</div>
</div>
</div>
</div><!-- end row(inner) -->
</div>
</div><!-- end row -->
</div><!-- end container -->
</div>
<!-- end Resume section -->
<!-- Sliding text -->
<div class="py-5">
<div class="swiper sliding-text">
<div class="swiper-wrapper">
<!-- Sliding Text Item 1 -->
<div class="swiper-slide">
<h2 class="display-2 font-family-tertiary fw-semi-bold stroke-text line-height-130 opacity-25 mb-0">
SRE</h2>
</div>
<!-- Sliding Text Item 2 -->
<div class="swiper-slide">
<h2 class="display-2 font-family-tertiary fw-semi-bold stroke-text line-height-130 opacity-25 mb-0">
DevOps</h2>
</div>
<!-- Sliding Text Item 3 -->
<div class="swiper-slide">
<h2 class="display-2 font-family-tertiary fw-semi-bold stroke-text line-height-130 opacity-25 mb-0">
Homebrewer</h2>
</div>
<!-- Sliding Text Item 4 -->
<div class="swiper-slide">
<h2 class="display-2 font-family-tertiary fw-semi-bold stroke-text line-height-130 opacity-25 mb-0">
Cloud</h2>
</div>
<!-- Sliding Text Item 5 -->
<div class="swiper-slide">
<h2 class="display-2 font-family-tertiary fw-semi-bold stroke-text line-height-130 opacity-25 mb-0">
Monitoring</h2>
</div>
<!-- Sliding Text Item 6 -->
<div class="swiper-slide">
<h2 class="display-2 font-family-tertiary fw-semi-bold stroke-text line-height-130 opacity-25 mb-0">
Freelance</h2>
</div>
<div class="swiper-slide">
<h2 class="display-2 font-family-tertiary fw-semi-bold stroke-text line-height-130 opacity-25 mb-0">
CI/CD</h2>
</div>
<div class="swiper-slide">
<h2 class="display-2 font-family-tertiary fw-semi-bold stroke-text line-height-130 opacity-25 mb-0">
Dev</h2>
</div>
<div class="swiper-slide">
<h2 class="display-2 font-family-tertiary fw-semi-bold stroke-text line-height-130 opacity-25 mb-0">
Consulting</h2>
</div>
<div class="swiper-slide">
<h2 class="display-2 font-family-tertiary fw-semi-bold stroke-text line-height-130 opacity-25 mb-0">
SLI/SLO/SLA</h2>
</div>
<div class="swiper-slide">
<h2 class="display-2 font-family-tertiary fw-semi-bold stroke-text line-height-130 opacity-25 mb-0">
DevHop!</h2>
</div>
</div>
</div>
</div>
<!-- end Sliding text -->
<!-- Footer -->
<div class="container">
<div class="section-spacing bg-charcoal p-4 p-md-5 box-shadow border-radius-top">
<div class="row g-2 align-items-center">
<div class="col-12 col-md-6 text-center text-md-start">
<p>© 2024 DevHop! All rights reserved.</p>
</div>
<div class="col-12 col-md-6 text-center text-md-end">
<ul class="list-inline-dash">
<li><a class="link-hover-line" href="#">Remonter</a></li>
</ul>
</div>
</div><!-- end row -->
</div>
</div>
<!-- end Footer -->
<!-- Cursor Gradient -->
<div class="cursor-gradient"></div>
<!-- end Cursor Gradient -->
<!-- JavaScripts -->
<script src="assets/plugins/jquery.min.js"></script>
<script src="assets/plugins/plugins.js"></script>
<script src="assets/js/functions.js"></script>
</body>
</html>