-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
705 lines (593 loc) · 28.6 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
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
<!DOCTYPE html>
<!--[if lt IE 9 ]><html class="no-js oldie" lang="en"> <![endif]-->
<!--[if IE 9 ]><html class="no-js oldie ie9" lang="en"> <![endif]-->
<!--[if (gte IE 9)|!(IE)]><!-->
<html class="no-js" lang="fr">
<!--<![endif]-->
<head>
<!-- Global site tag (gtag.js) - Google Analytics -->
<script async src="https://www.googletagmanager.com/gtag/js?id=UA-113150911-1"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag() { dataLayer.push(arguments); }
gtag('js', new Date());
gtag('config', 'UA-113150911-1');
</script>
<!--- basic page needs
================================================== -->
<meta charset="utf-8">
<title>Pier-Lionel Sgard - Extrapreneur Digital</title>
<meta name="description" content="Extrapreneur Digital & CTO - Partenaire dans votre transformation digitale, en vous accompagnant de l'idée au produit grâce à l'agilité.">
<meta name="keywords" content="CTO,Chief Technical Office,CDO,Chief Digital Officer,Coach,Agile,Agilité,Craftsman,Product Owner,Scrum Master,Lean,XP,Transformation digitale">
<meta name="author" content="Pier-Lionel Sgard - PLSGD">
<!-- mobile specific metas
================================================== -->
<meta name="viewport" content="width=device-width, initial-scale=1">
<!-- CSS
================================================== -->
<link rel="stylesheet" href="css/base.min.css">
<link rel="stylesheet" href="css/vendor.min.css">
<link rel="stylesheet" href="css/main.min.css">
<!-- script
================================================== -->
<script src="js/modernizr.js"></script>
<script src="js/pace.min.js"></script>
<!-- favicons
================================================== -->
<link rel="shortcut icon" href="favicon.ico" type="image/x-icon">
<link rel="icon" href="favicon.ico" type="image/x-icon">
</head>
<body id="top">
<!-- header
================================================== -->
<header class="s-header">
<div class="header-logo">
<a class="site-logo logo" href="index.html" title="Plsgd.com">
Plsgd<span class="point">.</span>
</a>
</div>
<nav class="header-nav">
<a href="#0" class="header-nav__close" title="close">
<span>Close</span>
</a>
<div class="header-nav__content">
<h3>Navigation</h3>
<ul class="header-nav__list">
<li class="current">
<a class="smoothscroll" href="#home" title="Bienvenue">Bienvenue</a>
</li>
<li>
<a class="smoothscroll" href="#why" title="Why">Why</a>
</li>
<li>
<a class="smoothscroll" href="#how" title="How">How</a>
</li>
<li>
<a class="smoothscroll" href="#what" title="What">What</a>
</li>
<li>
<a class="smoothscroll" href="#contact" title="Contact">Contact</a>
</li>
</ul>
<ul class="header-nav__social">
<li>
<a href="https://www.linkedin.com/in/pier-lionel-sgard/" target="_blank">
<i class="fa fa-linkedin"></i>
</a>
</li>
<li>
<a href="http://www.doyoubuzz.com/pier-lionel-sgard" target="_blank">
<i class="fa fa-user"></i>
</a>
</li>
<li>
<a href="https://twitter.com/plsgard" target="_blank">
<i class="fa fa-twitter"></i>
</a>
</li>
<li>
<a href="https://github.com/plsgard" target="_blank">
<i class="fa fa-github"></i>
</a>
</li>
</ul>
</div>
<!-- end header-nav__content -->
</nav>
<!-- end header-nav -->
<a class="header-menu-toggle" href="#0">
<span class="header-menu-text">Menu</span>
<span class="header-menu-icon"></span>
</a>
</header>
<!-- end s-header -->
<!-- home
================================================== -->
<section id="home" class="s-home target-section" data-parallax="scroll" data-image-src="images/hero-bg.jpg" data-natural-width=3000
data-natural-height=2000 data-position-y=center>
<div class="overlay"></div>
<div class="shadow-overlay"></div>
<div class="home-content">
<div class="row home-content__main">
<h3>Bonjour, je suis
<span class="text-colored">Pier-Lionel Sgard</span>
</h3>
<h1>
Extrapreneur Digital,
<br/> J'entreprends avec vous
<br/> afin de transformer vos idées
<br/>en produits digitaux.
</h1>
<div class="home-content__buttons">
<a href="#contact" class="smoothscroll btn btn--stroke">
Une idée, un projet ?
</a>
<a href="#why" class="smoothscroll btn btn--stroke">
En savoir plus
</a>
</div>
</div>
<div class="home-content__scroll">
<a href="#why" class="scroll-link smoothscroll">
<span>Scroll</span>
</a>
</div>
<div class="home-content__line"></div>
</div>
<!-- end home-content -->
<ul class="home-social">
<li>
<a href="https://www.linkedin.com/in/pier-lionel-sgard/" target="_blank">
<i class="fa fa-linkedin" aria-hidden="true"></i>
<span>LinkedIn</span>
</a>
</li>
<li>
<a href="http://www.doyoubuzz.com/pier-lionel-sgard" target="_blank">
<i class="fa fa-user" aria-hidden="true"></i>
<span>CV</span>
</a>
</li>
<li>
<a href="https://twitter.com/plsgard" target="_blank">
<i class="fa fa-twitter" aria-hidden="true"></i>
<span>Twitter</span>
</a>
</li>
<li>
<a href="https://github.com/plsgard" target="_blank">
<i class="fa fa-github" aria-hidden="true"></i>
<span>GitHub</span>
</a>
</li>
</ul>
<!-- end home-social -->
</section>
<!-- end s-home -->
<!-- about
================================================== -->
<section id='why' class="s-about">
<div class="row section-header has-bottom-sep" data-aos="fade-up">
<div class="col-full">
<h3 class="subhead subhead--dark">Why I do</h3>
<h1 class="display-1 display-1--light">"Start with Why"</h1>
</div>
</div>
<!-- end section-header -->
<div class="row about-desc" data-aos="fade-up">
<div class="col-full">
<h2>Donner du sens</h2>
<p>
Du digital sans vision ne mène nulle part. Une vision sans digital ne grandit pas.
<br/>
<br/> J'ai la conviction que le digital, associé à l'humain, est un excellent levier d'innovation et d'efficience,
aussi bien dans une stratégie business qu'une organisation de production.
<br/>
<br/> Mon job est d'être un vrai partenaire dans votre développement, en vous aidant à digitaliser vos idées,
votre vision ou encore vos processus.
</p>
</div>
</div>
<!-- end about-desc -->
<div class="row about-stats stats block-1-4 block-m-1-2 block-mob-full" data-aos="fade-up">
<div class="col-block stats__col ">
<div class="stats__count">10</div>
<h5>Années de digitalisation</h5>
</div>
<div class="col-block stats__col">
<div class="stats__count" data-text="+30">30</div>
<h5>Idées transformées</h5>
</div>
<div class="col-block stats__col">
<div class="stats__count" data-count-direction="down">100</div>
<h5>Heure sans valeur ajoutée</h5>
</div>
<div class="col-block stats__col">
<div class="stats__count" data-text="Plein">40</div>
<h5>de "Happy Clients"</h5>
</div>
</div>
<!-- end about-stats -->
<div class="about__line"></div>
</section>
<!-- end s-about -->
<!-- services
================================================== -->
<section id='how' class="s-services">
<div class="row section-header has-bottom-sep" data-aos="fade-up">
<div class="col-full">
<h3 class="subhead">How I Do</h3>
<h1 class="display-2">De la réflexion du produit, jusqu'à la production et son organisation, je puise dans plusieurs méthodes éprouvées
pour construire avec vous une transformation digitale adaptée.</h1>
</div>
</div>
<!-- end section-header -->
<div class="row services-list block-1-2 block-tab-full">
<div class="col-block service-item" data-aos="fade-up" id="cto">
<div class="service-icon">
<i class="icon-mobile"></i>
</div>
<div class="service-text">
<h3 class="h2">CTO-on-demand - "Do it good"</h3>
<p>
<em>"Quel produit ? Quelle priorité ? Comment ? Quand ?...Faisons un bon gros cahier des charges !"</em>
</p>
<p>Partenaire dans la réalisation/développement de produits digitaux Web, Mobile, API, Chatbot, Dashboard,
Database, ..., aussi bien sur la production en elle-même que sur l'organisation.
<br/>Je peux alterner les rôles de
<strong>CTO</strong>,
<strong>Production Manager</strong>,
<strong>Product Owner/Product Manager</strong>,
<strong>Scrum Master</strong>,
<strong>Team Leader</strong>.
</p>
</div>
</div>
<div class="col-block service-item" data-aos="fade-up" id="agilite">
<div class="service-icon">
<i class="icon-users"></i>
</div>
<div class="service-text">
<h3 class="h2">Agilité - "Do it efficiently & together"</h3>
<p>
<em>"L'agilité c'est juste des post-it, la méthode à l'arrache c'est mieux !"</em>
</p>
<p>Formation, coaching et accompagnement dans l'
<strong>organisation en équipe</strong> et l'
<strong>adoption de l'Agilité</strong> et des méthodes/cadres/outils/frameworks comme
<strong>Scrum</strong>,
<strong>Kanban</strong>,
<strong>XP (eXtreme Programming)</strong>, ...
<br/> Je peux ici porter les rôles de
<strong>Coach</strong>,
<strong>Formateur</strong>,
<strong>Servant Leader</strong>,
<strong>Scrum Master</strong>.
</p>
</div>
</div>
<div class="col-block service-item" data-aos="fade-up" id="qualite">
<div class="service-icon">
<i class="icon-cube"></i>
</div>
<div class="service-text">
<h3 class="h2">Qualité - "Do it better"</h3>
<p>
<em>"Les tests, c'est pour les faibles et ça coûte cher. Je corrigerai plus tard."</em>
</p>
<p>Formation, coaching et déploiement d'outils et d'approches
<strong>qualitatives</strong> de la production digitale :
<strong>Software Craftsmanship</strong>,
<strong>Testing</strong>,
<strong>TDD</strong>,
<strong>Delivery Management</strong>,
<strong>BDD</strong>,
<strong>Intégration continue</strong>,
<strong>DevOps</strong>, ...
</p>
</div>
</div>
<div class="col-block service-item" data-aos="fade-up" id="startup">
<div class="service-icon">
<i class="icon-recycle"></i>
</div>
<div class="service-text">
<h3 class="h2">Startup - "Test & Learn" </h3>
<p>
<em>"J'ai une super idée, j'y crois à mort ! Tu l'achètes ?"</em>
</p>
<p>Accompagnement et animation d'atelier dans la réflexion produit, en testant rapidement et simplement
vos hypothèses business :
<strong>Lean Startup</strong>,
<strong>Design Thinking</strong>,
<strong>Impact Mapping</strong>, ...
</p>
</div>
</div>
</div>
<!-- end services-list -->
</section>
<!-- end s-services -->
<!-- works
================================================== -->
<section id='what' class="s-works">
<div class="intro-wrap">
<div class="row section-header has-bottom-sep light-sep" data-aos="fade-up">
<div class="col-full">
<h3 class="subhead">What I do</h3>
<h1 class="display-2 display-2--light">Efficience - Innovation - Equipe</h1>
</div>
</div>
</div>
<div class="row works-content">
<div class="col-full masonry-wrap">
<div class="masonry">
<div class="masonry__brick" data-aos="fade-up">
<div class="item-folio">
<div class="item-folio__thumb">
<a href="images/portfolio/gallery/g-courseur-agilite.jpg" class="thumb-link" title="Courseur - Organisation Agile" data-size="1000x667">
<img src="images/portfolio/courseur-agilite.jpg" srcset="images/portfolio/courseur-agilite.jpg 1x, images/portfolio/courseur-agilite@2x.jpg 2x"
alt="Courseur - Coach Agile">
</a>
</div>
<div class="item-folio__text">
<h3 class="item-folio__title">
Courseur - Vision produit & Organisation agile
</h3>
<p class="item-folio__cat">
Formation, Coaching agile & Scrum Master
</p>
</div>
<a href="http://www.doyoubuzz.com/pier-lionel-sgard/cv/jobs/plsgd-com" class="item-folio__project-link logo" title="Courseur">
<img src="images/clients/courseur.png" alt="Courseur - Logo" />
</a>
<div class="item-folio__caption">
<p class="item-folio__details">Courseur propose un service de livraison de courses "collaboratives". La startup est en pleine
croissance de business et d'effectif. Le produit proposé doit se stabiliser pour être
proposé à un plus grand nombre de clients, et l'augmentation de l'effectif les a amené
à revoir leur organisation de production.
<br/>
<br/>>Les ingrédentis : initiation aux fondamentaux de l'agilité pour facilité l'appropriation,
via une formation Agilité & Scrum. Puis maintenant accompagnement dans l'adoption
de Scrum, dans la formalisation de leur organisation agile mais aussi dans la vision
de leur produit.
<br/> >Rôles : Formateur, Coach, Scrum Master
<br/> >Résultats : vision et visibilité du produit partagées par tous les membres de l'équipe,
sprints et engagements tenus, ré-assurance dans la production et surtout pro-activité
de l'équipe dans l'amélioration de leur qualité, ainsi que dans le partage des tâches
et des compétences.
<a href="http://www.doyoubuzz.com/pier-lionel-sgard/cv/jobs/plsgd-com" target="_blank">En savoir plus</a>
</p>
</div>
</div>
</div>
<div class="masonry__brick" data-aos="fade-up">
<div class="item-folio">
<div class="item-folio__thumb">
<a href="images/portfolio/gallery/g-plsgd.com.jpg" class="thumb-link" title="Plsgd - Extrapreneur Digital" data-size="1000x667">
<img src="images/portfolio/plsgd.com.jpg" srcset="images/portfolio/plsgd.com.jpg 1x, images/portfolio/plsgd.com@2x.jpg 2x"
alt="Plsgd - Extrapreneur Digital">
</a>
</div>
<div class="item-folio__text">
<h3 class="item-folio__title">
Plsgd.com
</h3>
<p class="item-folio__cat">
Extrapreneur Digital & CTO
</p>
</div>
<a href="http://www.doyoubuzz.com/pier-lionel-sgard" class="item-folio__project-link logo" title="Plsgd">
<img src="images/clients/plsgd.png" alt="Plsgd.com - Logo" />
</a>
<div class="item-folio__caption">
<p>
<a href="http://www.doyoubuzz.com/pier-lionel-sgard" target="_blank">En savoir plus</a>
</p>
</div>
</div>
</div>
</div>
</div>
</div>
</section>
<!-- end s-works -->
<!-- contact
================================================== -->
<section id="contact" class="s-contact">
<div class="overlay"></div>
<div class="contact__line"></div>
<div class="row section-header" data-aos="fade-up">
<div class="col-full">
<h3 class="subhead">Contactez-moi</h3>
<h1 class="display-2 display-2--light">Parlons de vos idées et projets, ou simplement pour prendre un café...je vous invite.</h1>
</div>
</div>
<div class="row contact-content" data-aos="fade-up">
<div class="contact-secondary">
<div class="contact-info">
<h3 class="h6 hide-on-fullwidth">On en discute ?</h3>
<div class="cinfo">
<h5>Où me trouver</h5>
<p>
Partout où nous pourrions refaire le monde ensemble...
<br/> mais principalement à
<span style="color:white;">Paris</strong>
</p>
</div>
<div class="cinfo">
<h5>Pour m'envoyer des mots doux...</h5>
<p>
<a href="mailto:hello@plsgd.com">hello@plsgd.com</a>
</p>
</div>
<div class="cinfo">
<h5>...ou entendre ma charmante voix</h5>
<p>
<a href="tel:0644692986">(+33) 06.44.69.29.86</a>
</p>
</div>
<ul class="contact-social">
<li>
<a href="https://www.linkedin.com/in/pier-lionel-sgard/" target="_blank">
<i class="fa fa-linkedin" aria-hidden="true"></i>
</a>
</li>
<li>
<a href="http://www.doyoubuzz.com/pier-lionel-sgard" target="_blank">
<i class="fa fa-user" aria-hidden="true"></i>
</a>
</li>
<li>
<a href="https://twitter.com/plsgard" target="_blank">
<i class="fa fa-twitter" aria-hidden="true"></i>
</a>
</li>
<li>
<a href="https://github.com/plsgard" target="_blank">
<i class="fa fa-github" aria-hidden="true"></i>
</a>
</li>
</ul>
<!-- end contact-social -->
</div>
<!-- end contact-info -->
</div>
<!-- end contact-secondary -->
</div>
<!-- end contact-content -->
</section>
<!-- end s-contact -->
<!-- footer
================================================== -->
<footer>
<div class="row footer-main">
<div class="col-six tab-full left footer-desc">
<div class="footer-logo">
<span class="logo">Plsgd
<span class="point">.</span>
</span>
</div>
<p>
<a href="#cto" class="smoothscroll">
<i class="icon-mobile"></i> CTO à la demande</a> -
<a href="#agilite" class="smoothscroll">
<i class="icon-users"></i> Agilité</a> -
<a href="#qualite" class="smoothscroll">
<i class="icon-cube"></i> Qualité</a> -
<a href="#startup" class="smoothscroll">
<i class="icon-recycle"></i> Startup</a>
</p>
<p>Agilité, Scrum, XP, Kanban, Lean, Lean Startup, Design Thinking, Impact Mapping, Software Craftsmanship,
DevOps, Minimum Viable Product (MVP), Web, Mobile, API, Chatbot, Dashboard</p>
</div>
<div class="col-six tab-full right footer-subscribe">
<h4>
<span class="text-colored">Pier-Lionel Sgard</span> - Extrapreneur Digital</h4>
<p>CTO, CDO, Production Manager,
<br/>Coach Agile & Craftsman,
<br/>Product Owner/Product Manager,
<br/>Scrum Master, Servant Leader, Team Leader</p>
<ul class="contact-social">
<li>
<a href="https://www.linkedin.com/in/pier-lionel-sgard/" target="_blank">
<i class="fa fa-linkedin" aria-hidden="true"></i>
</a>
</li>
<li>
<a href="http://www.doyoubuzz.com/pier-lionel-sgard" target="_blank">
<i class="fa fa-user" aria-hidden="true"></i>
</a>
</li>
<li>
<a href="https://twitter.com/plsgard" target="_blank">
<i class="fa fa-twitter" aria-hidden="true"></i>
</a>
</li>
<li>
<a href="https://github.com/plsgard" target="_blank">
<i class="fa fa-github" aria-hidden="true"></i>
</a>
</li>
</ul>
<!-- end contact-social -->
</div>
</div>
<!-- end footer-main -->
<div class="row footer-bottom">
<div class="col-twelve">
<div class="copyright">
<span>Fait avec
<span style="color:red; display: inline;">♥</span> par Plsgd.</span>
<span>Site Template by
<a href="https://www.colorlib.com/" target="_blank">Colorlib</a>
</span><br/>
<span id="copyright-date"></span>
</div>
<div class="go-top">
<a class="smoothscroll" title="Back to Top" href="#top">
<i class="icon-arrow-up" aria-hidden="true"></i>
</a>
</div>
</div>
</div>
<!-- end footer-bottom -->
</footer>
<!-- end footer -->
<!-- photoswipe background
================================================== -->
<div aria-hidden="true" class="pswp" role="dialog" tabindex="-1">
<div class="pswp__bg"></div>
<div class="pswp__scroll-wrap">
<div class="pswp__container">
<div class="pswp__item"></div>
<div class="pswp__item"></div>
<div class="pswp__item"></div>
</div>
<div class="pswp__ui pswp__ui--hidden">
<div class="pswp__top-bar">
<div class="pswp__counter"></div>
<button class="pswp__button pswp__button--close" title="Close (Esc)"></button>
<button class="pswp__button pswp__button--share" title="Share"></button>
<button class="pswp__button pswp__button--fs" title="Toggle fullscreen"></button>
<button class="pswp__button pswp__button--zoom" title="Zoom in/out"></button>
<div class="pswp__preloader">
<div class="pswp__preloader__icn">
<div class="pswp__preloader__cut">
<div class="pswp__preloader__donut"></div>
</div>
</div>
</div>
</div>
<div class="pswp__share-modal pswp__share-modal--hidden pswp__single-tap">
<div class="pswp__share-tooltip"></div>
</div>
<button class="pswp__button pswp__button--arrow--left" title="Previous (arrow left)"></button>
<button class="pswp__button pswp__button--arrow--right" title="Next (arrow right)"></button>
<div class="pswp__caption">
<div class="pswp__caption__center"></div>
</div>
</div>
</div>
</div>
<!-- end photoSwipe background -->
<!-- preloader
================================================== -->
<div id="preloader">
<div id="loader">
<div class="line-scale-pulse-out">
<div></div>
<div></div>
<div></div>
<div></div>
<div></div>
</div>
</div>
</div>
<!-- Java Script
================================================== -->
<script src="js/jquery-3.2.1.min.js"></script>
<script src="js/plugins.min.js"></script>
<script src="js/main.min.js"></script>
</body>
</html>