-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
889 lines (844 loc) · 35.1 KB
/
index.html
File metadata and controls
889 lines (844 loc) · 35.1 KB
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
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
770
771
772
773
774
775
776
777
778
779
780
781
782
783
784
785
786
787
788
789
790
791
792
793
794
795
796
797
798
799
800
801
802
803
804
805
806
807
808
809
810
811
812
813
814
815
816
817
818
819
820
821
822
823
824
825
826
827
828
829
830
831
832
833
834
835
836
837
838
839
840
841
842
843
844
845
846
847
848
849
850
851
852
853
854
855
856
857
858
859
860
861
862
863
864
865
866
867
868
869
870
871
872
873
874
875
876
877
878
879
880
881
882
883
884
885
886
887
888
889
<!doctype html>
<html lang="fr">
<head>
<meta charset="utf-8">
<!-- tarteaucitron.js - Cookie consent manager -->
<script src="https://cdn.jsdelivr.net/npm/tarteaucitronjs@1.29.0/tarteaucitron.min.js"></script>
<script type="text/javascript">
tarteaucitron.init({
"privacyUrl": "",
"bodyPosition": "top",
"hashtag": "#tarteaucitron",
"cookieName": "tarteaucitron",
"orientation": "banner",
"groupServices": true,
"showDetailsOnClick": true,
"serviceDefaultState": "wait",
"closePopup": true,
"showIcon": true,
"iconPosition": "BottomRight",
"DenyAllCta": true,
"AcceptAllCta": true,
"highPrivacy": true,
"mandatory": true,
"googleConsentMode": true
});
// Google Analytics 4
tarteaucitron.user.gtagUa = 'G-DQMRX1LCMG';
(tarteaucitron.job = tarteaucitron.job || []).push('gtag');
</script>
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>KOVELEO - Votre tech vous échappe ? Reprise de contrôle technique pour dirigeants</title>
<meta name="description" content="Presta opaque, features bloquées, dette technique invisible ? Stéphane Schmidely (KOVELEO) intervient pour reprendre le contrôle de votre tech: diagnostic, plan de reprise, accompagnement jusqu'à l'autonomie.">
<meta name="keywords" content="reprise contrôle technique, audit technique PME, presta opaque, dette technique, diagnostic tech, accompagnement dirigeant, transition prestataire, ex-CTO freelance, Paris">
<meta name="author" content="Stéphane SCHMIDELY">
<meta name="robots" content="index, follow">
<link rel="canonical" href="https://koveleo.fr/">
<!-- Open Graph / Facebook -->
<meta property="og:type" content="website">
<meta property="og:url" content="https://koveleo.fr/">
<meta property="og:title" content="KOVELEO - Votre tech vous échappe ? Reprise de contrôle technique pour dirigeants">
<meta property="og:description" content="Presta opaque, features bloquées, dette technique invisible ? Stéphane Schmidely (KOVELEO) intervient pour reprendre le contrôle de votre tech: diagnostic, plan de reprise, accompagnement jusqu'à l'autonomie.">
<meta property="og:image" content="https://koveleo.fr/assets/logo.png">
<meta property="og:image:width" content="500">
<meta property="og:image:height" content="500">
<meta property="og:locale" content="fr_FR">
<meta property="og:site_name" content="KOVELEO">
<!-- Twitter Card -->
<meta name="twitter:card" content="summary_large_image">
<meta name="twitter:url" content="https://koveleo.fr/">
<meta name="twitter:title" content="KOVELEO - Votre tech vous échappe ? Reprise de contrôle technique pour dirigeants">
<meta name="twitter:description" content="Presta opaque, features bloquées, dette technique invisible ? Stéphane Schmidely (KOVELEO) intervient pour reprendre le contrôle de votre tech: diagnostic, plan de reprise, accompagnement jusqu'à l'autonomie.">
<meta name="twitter:image" content="https://koveleo.fr/assets/logo.png">
<script type="application/ld+json">
{
"@context": "https://schema.org",
"@type": "Organization",
"name": "KOVELEO",
"legalName": "KOVELEO - Stéphane SCHMIDELY",
"url": "https://koveleo.fr",
"logo": "https://koveleo.fr/assets/logo.png",
"description": "J'interviens quand un dirigeant a perdu le contrôle de sa tech - presta opaque, dette invisible, features bloquées. Diagnostic, plan de reprise, accompagnement jusqu'à l'autonomie.",
"foundingDate": "2026",
"founder": {
"@type": "Person",
"name": "Stéphane SCHMIDELY",
"jobTitle": "Ex-CTO · Reprise de contrôle technique pour dirigeants",
"url": "https://www.linkedin.com/in/stephane-schmidely/"
},
"contactPoint": {
"@type": "ContactPoint",
"contactType": "customer service",
"url": "https://koveleo.fr/#contact-me",
"availableLanguage": ["French", "English"]
},
"sameAs": [
"https://www.linkedin.com/in/stephane-schmidely/",
"https://www.malt.fr/profile/stephaneschmidely-partenairetech"
],
"areaServed": {
"@type": "Country",
"name": "France"
},
"knowsAbout": [
"Reprise de contrôle technique",
"Audit technique",
"Diagnostic tech/business",
"Accompagnement dirigeants",
"Transition prestataire",
"Internalisation technique",
"Lien tech/métier"
]
}
</script>
<script type="application/ld+json">
{
"@context": "https://schema.org",
"@type": "Service",
"serviceType": "Reprise de contrôle technique et accompagnement dirigeants",
"provider": {
"@type": "Organization",
"name": "KOVELEO"
},
"areaServed": {
"@type": "Country",
"name": "France"
},
"hasOfferCatalog": {
"@type": "OfferCatalog",
"name": "Services KOVELEO",
"itemListElement": [
{
"@type": "Offer",
"itemOffered": {
"@type": "Service",
"name": "Diagnostic",
"description": "État des lieux technique et organisationnel, cartographie de la dette et des risques, plan d'action priorisé"
}
},
{
"@type": "Offer",
"itemOffered": {
"@type": "Service",
"name": "Accompagnement et reprise en main",
"description": "Exécution du plan de reprise, lien tech/métier rétabli, décisions techniques arbitrées, livraison continue"
}
},
{
"@type": "Offer",
"itemOffered": {
"@type": "Service",
"name": "Transfert et autonomie",
"description": "Formation et montée en compétence, documentation technique, transfert de connaissances, sortie planifiée"
}
}
]
}
}
</script>
<link rel="apple-touch-icon" sizes="76x76" href="/assets/favico/apple-touch-icon.png">
<link rel="icon" type="image/png" sizes="32x32" href="/assets/favico/favicon-32x32.png">
<link rel="icon" type="image/png" sizes="16x16" href="/assets/favico/favicon-16x16.png">
<link rel="manifest" href="/assets/favico/site.webmanifest">
<link rel="mask-icon" href="/assets/favico/safari-pinned-tab.svg" color="#5bbad5">
<link rel="shortcut icon" href="/assets/favico/favicon.ico">
<meta name="trustpilot-one-time-domain-verification-id" content="6eb5948f-58b5-470a-be98-af970e39b801"/>
<meta name="msapplication-TileColor" content="#da532c">
<meta name="msapplication-config" content="/assets/favico/browserconfig.xml">
<meta name="theme-color" content="#12131a">
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link rel="preconnect" href="https://cdn.jsdelivr.net" crossorigin>
<link rel="preload" as="style" href="https://fonts.googleapis.com/css2?family=Raleway:wght@100;400;600&display=swap">
<link rel="preload" as="style" href="https://fonts.googleapis.com/css2?family=Noto+Serif:wght@400;700;900&display=swap">
<link
rel="stylesheet"
href="https://fonts.googleapis.com/css2?family=Raleway:wght@100;400;600&display=swap">
<link
rel="stylesheet"
href="https://fonts.googleapis.com/css2?family=Noto+Serif:wght@400;700;900&display=swap">
<!-- UIkit CSS -->
<link
rel="stylesheet"
href="https://cdn.jsdelivr.net/npm/uikit@3.4.1/dist/css/uikit.min.css" />
<link
rel="stylesheet"
href="style.css">
</head>
<body>
<a href="#main-content" class="skip-link">Passer au contenu principal</a>
<!-- Desktop Navbar -->
<nav class="site-navbar" aria-label="Navigation principale">
<div class="uk-navbar-left" style="display:flex; align-items:center;">
<a href="#hello" uk-scroll style="display:flex; align-items:center; text-decoration:none;">
<img src="assets/logo.png" width="32" height="32" alt="Koveleo Logo">
<span class="navbar-logo-text">KOVELEO</span>
</a>
</div>
<nav>
<ul class="uk-navbar-nav" style="display:flex; list-style:none; margin:0; padding:0;">
<li><a href="#about" uk-scroll>Pourquoi</a></li>
<li><a href="#expertise" uk-scroll>Expertise</a></li>
<li><a href="#clients" uk-scroll>Clients</a></li>
<li><a href="#process" uk-scroll>Process</a></li>
<li><a href="#tech" uk-scroll>Stack</a></li>
</ul>
</nav>
<div>
<a href="#contact-me" class="navbar-cta" uk-scroll>Prendre RDV</a>
</div>
</nav>
<!-- Mobile Header -->
<header class="mobile-header" aria-label="En-tête mobile">
<a href="#hello" uk-scroll style="display:flex; align-items:center; text-decoration:none;">
<img src="assets/logo.png" width="28" height="28" alt="Koveleo Logo">
<span class="navbar-logo-text" style="font-size:1.3rem;">KOVELEO</span>
</a>
<button
class="uk-icon-button"
type="button"
uk-icon="menu"
uk-toggle="target: #mobile-nav"
aria-label="Ouvrir le menu"
style="color: white;">
</button>
</header>
<!-- Mobile Off-canvas Nav -->
<div id="mobile-nav" uk-offcanvas="mode: push; overlay: true; flip: true">
<div class="uk-offcanvas-bar">
<button class="uk-offcanvas-close" type="button" uk-close></button>
<ul class="uk-nav uk-nav-default uk-margin-large-top">
<li><a href="#about" uk-scroll uk-toggle="target: #mobile-nav">Pourquoi Koveleo</a></li>
<li><a href="#expertise" uk-scroll uk-toggle="target: #mobile-nav">Comment j'interviens</a></li>
<li><a href="#clients" uk-scroll uk-toggle="target: #mobile-nav">Clients</a></li>
<li><a href="#process" uk-scroll uk-toggle="target: #mobile-nav">Process</a></li>
<li><a href="#tech" uk-scroll uk-toggle="target: #mobile-nav">Stack technique</a></li>
<li class="uk-margin-large-top">
<a href="#contact-me"
class="uk-button uk-button-primary uk-width-1-1"
uk-scroll
uk-toggle="target: #mobile-nav">
Prendre RDV
</a>
</li>
</ul>
</div>
</div>
<main id="main-content">
<!-- Hero -->
<section
id="hello"
class="hero-section uk-section uk-padding-large">
<div class="uk-container uk-container-expand">
<div class="uk-grid uk-grid-large uk-flex-middle" uk-grid>
<!-- Left: text -->
<div class="uk-width-3-5@m">
<div class="hero-label">Ex-CTO · Reprise de contrôle technique pour dirigeants</div>
<h1 class="uk-heading-medium uk-margin-remove-top">
Votre tech freine votre business ?
</h1>
<p class="uk-text-lead uk-margin-medium-top">
Features qui n'avancent plus, budget tech opaque, équipes qui ne se parlent plus.
<strong>Je reprends le contrôle avec vous, du diagnostic jusqu'à l'autonomie.</strong>
</p>
<div class="uk-flex uk-margin-medium-top uk-grid-small" uk-grid>
<div>
<a href="#contact-me"
class="uk-button uk-button-primary uk-button-large"
uk-scroll>
Prendre RDV
</a>
</div>
<div>
<a href="#about"
class="uk-button uk-button-default uk-button-large"
uk-scroll>
Découvrir mon approche
</a>
</div>
</div>
</div>
<!-- Right: image placeholder with corner accents -->
<div class="uk-width-2-5@m uk-margin-top uk-margin-remove-top@m">
<div class="hero-image-wrapper">
<img
data-src="assets/background_1.jpg"
alt="Architecture technique abstraite"
uk-img>
<div class="corner-accent-tl" aria-hidden="true"></div>
<div class="corner-accent-br" aria-hidden="true"></div>
</div>
<a href="https://www.pexels.com/fr-fr/photo/internet-technologie-ordinateur-afficher-5380664"
target="_blank"
rel="noopener noreferrer"
class="photo-credit">
Photo: Tima Miroshnichenko / Pexels
</a>
</div>
</div>
</div>
</section>
<!-- Logo Bar -->
<section class="logo-bar" aria-label="Ils m'ont fait confiance">
<div class="uk-container">
<div class="logo-bar-inner">
<div>
<img
data-src="assets/logos/japan-experience.png"
height="52"
alt="Japan Experience"
uk-img>
</div>
<div>
<img
data-src="assets/logos/neuroprofiler.svg"
height="52"
alt="Neuroprofiler"
class="uk-preserve"
uk-svg>
</div>
<div>
<img
data-src="assets/logos/orange.svg"
height="52"
alt="Orange"
class="uk-preserve"
uk-svg>
</div>
<div>
<img
data-src="assets/logos/bernardins.png"
height="52"
alt="Collège des Bernardins"
uk-img>
</div>
<div>
<img
data-src="assets/logos/libon.svg"
height="52"
alt="Libon"
class="uk-preserve"
uk-svg>
</div>
<div>
<img
data-src="assets/logos/cstar-industries.svg"
height="52"
alt="cstar Industries"
class="uk-preserve"
uk-svg>
</div>
</div>
</div>
</section>
<!-- About -->
<section
id="about"
class="uk-section uk-section-muted uk-padding"
style="border-bottom: 1px solid rgba(255,255,255,0.1);">
<div class="uk-container uk-container-small">
<h2 class="uk-heading-small uk-text-center">
Pourquoi Koveleo ?
</h2>
<p class="uk-text-lead uk-text-center uk-margin-medium-top">
<strong>10 ans</strong> d'expérience, de développeur à CTO.<br>
Spécialisé dans un problème précis : reprendre le contrôle d'un projet technique quand il échappe à ceux qui le financent.
</p>
<div class="uk-text-center uk-margin-large-top">
<p class="uk-text-small uk-text-uppercase uk-text-muted" style="letter-spacing: 2px;">Pour qui ?</p>
<div class="uk-margin-small-top">
<span class="uk-label uk-label-outline">Dirigeants non-techniques</span>
<span class="uk-label uk-label-outline">Fondateurs techniques débordés</span>
<span class="uk-label uk-label-outline">PME 10-80 personnes</span>
</div>
</div>
<div class="uk-grid-match uk-child-width-1-3@m uk-margin-large-top uk-text-center" uk-grid>
<div>
<div class="pillar-card">
<span class="pillar-icon" uk-icon="icon: users; ratio: 2.5" aria-hidden="true"></span>
<p class="pillar-label">Diagnostic honnête</p>
<p class="pillar-value">L'état réel de votre tech,<br>pas la version polie</p>
</div>
</div>
<div>
<div class="pillar-card pillar-featured">
<span class="pillar-icon" uk-icon="icon: bolt; ratio: 2.5" aria-hidden="true"></span>
<p class="pillar-label">Reprise en main</p>
<p class="pillar-value">Plan d'action, exécution,<br>lien tech/métier rétabli</p>
</div>
</div>
<div>
<div class="pillar-card">
<span class="pillar-icon" uk-icon="icon: user; ratio: 2.5" aria-hidden="true"></span>
<p class="pillar-label">Autonomie</p>
<p class="pillar-value">Mon objectif : que vous<br>n'ayez plus besoin de moi</p>
</div>
</div>
</div>
<div class="uk-flex uk-flex-center uk-margin-large-top">
<a href="https://www.linkedin.com/in/stephane-schmidely/"
target="_blank"
rel="noopener noreferrer"
class="uk-button uk-button-default">
Mon actualité tech sur LinkedIn →
</a>
</div>
</div>
</section>
<!-- Expertise -->
<section
id="expertise"
class="uk-section uk-section-default uk-padding"
style="border-bottom: 1px solid rgba(255,255,255,0.1);">
<div class="uk-container uk-container-expand uk-padding-large">
<div class="uk-grid uk-grid-large" uk-grid style="align-items: start;">
<!-- Left: heading + subtitle -->
<div class="uk-width-1-3@m">
<h2 class="uk-heading-small">
Comment j'interviens
</h2>
<p class="uk-text-medium">
Un parcours en trois étapes — du diagnostic jusqu'à votre autonomie
</p>
</div>
<!-- Right: bullet list -->
<div class="uk-width-2-3@m">
<ul class="expertise-list">
<li class="expertise-list-item">
<div class="expertise-bullet" aria-hidden="true"></div>
<div>
<h3>Diagnostic</h3>
<p>Je regarde ce qui tourne vraiment — le code, l'organisation, la relation avec le presta ou la dynamique entre vos équipes. Vous repartez avec un état des lieux honnête et un plan d'action priorisé par impact business.</p>
</div>
</li>
<li class="expertise-list-item">
<div class="expertise-bullet" aria-hidden="true"></div>
<div>
<h3>Accompagnement & reprise en main</h3>
<p>J'exécute le plan avec vous. Je fais le lien entre vos équipes tech et métier, je tranche les décisions techniques, je débloque ce qui freine. Les features avancent, la dette se réduit.</p>
</div>
</li>
<li class="expertise-list-item">
<div class="expertise-bullet" aria-hidden="true"></div>
<div>
<h3>Transfert & autonomie</h3>
<p>Montée en compétence de vos équipes, documentation, transfert de connaissances. Quand vous comprenez ce qui tourne et que votre équipe est autonome, je pars.</p>
</div>
</li>
</ul>
</div>
</div>
<div class="uk-flex uk-flex-center uk-margin-large-top">
<a href="#contact-me"
class="uk-button uk-button-primary uk-button-large"
uk-scroll>
Discuter de votre projet
</a>
</div>
</div>
</section>
<!-- Clients -->
<section
id="clients"
class="uk-section uk-section-muted uk-padding"
style="border-bottom: 1px solid rgba(255,255,255,0.1);">
<div class="uk-container uk-container-small">
<h2 class="uk-heading-small uk-text-center">
Ils m'ont fait confiance
</h2>
<p class="uk-text-medium uk-text-center uk-text-muted">
À chaque fois le même mouvement : comprendre la situation, remettre de l'ordre, rendre autonome.
</p>
<div class="uk-grid-medium uk-grid-match uk-child-width-1-1@s uk-child-width-1-3@m uk-margin-medium-top" uk-grid>
<div>
<div class="client-card">
<div class="client-card-logo">
<img
data-src="assets/logos/japan-experience.png"
width="90"
height="90"
alt="Logo Japan Experience"
uk-img>
<span class="client-card-badge">CTO · Lead Dev</span>
</div>
<div class="client-card-body">
<h3 class="client-card-name">Japan Experience</h3>
<p class="client-card-meta">~90 personnes</p>
<p class="client-card-desc">
Reprise d'un écosystème entier géré par un prestataire externe. Pilotage de la passation, construction de l'équipe technique de zéro, internalisation de 4 applications.
</p>
</div>
</div>
</div>
<div>
<div class="client-card">
<div class="client-card-logo">
<img
data-src="assets/logos/neuroprofiler.svg"
width="90"
height="90"
alt="Logo Neuroprofiler"
class="uk-preserve"
uk-svg>
<span class="client-card-badge">Lead technique · +4 ans</span>
</div>
<div class="client-card-body">
<h3 class="client-card-name">Neuroprofiler</h3>
<p class="client-card-meta">~6 personnes</p>
<p class="client-card-desc">
Participation à la livraison d'une application sans équipe tech en place. Gestion directe avec les cofondateurs pendant +4 ans.
</p>
</div>
</div>
</div>
<div>
<div class="client-card">
<div class="client-card-logo">
<img
data-src="assets/logos/orange.svg"
width="90"
height="90"
alt="Logo Orange"
class="uk-preserve"
uk-svg>
<span class="client-card-badge">Reprise & remise en qualité</span>
</div>
<div class="client-card-body">
<h3 class="client-card-name">Orange</h3>
<p class="client-card-meta">Grand groupe</p>
<p class="client-card-desc">
Reprise d'un projet confié en externe qui n'allait pas dans le bon sens. Recadrage technique et fonctionnel, remise en qualité.
</p>
</div>
</div>
</div>
</div>
<div class="uk-margin-large-top">
<blockquote class="uk-text-lead uk-text-center uk-text-muted" lang="en">
<p>
He is a top-notch specialist and full-stack developer who brings
great benefits to the project. He is very responsible and
enthusiastic about work.
</p>
<footer class="uk-text-small">
<strong>Alena Badzilouskaya</strong>, Freelance QA, Neuroprofiler mission
</footer>
</blockquote>
</div>
</div>
</section>
<!-- Process -->
<section
id="process"
class="uk-section uk-section-default uk-padding"
style="border-bottom: 1px solid rgba(255,255,255,0.1);">
<div class="uk-container uk-container-small">
<div class="process-header">
<h2 class="uk-heading-small">
Comment on travaille ensemble
</h2>
<p class="uk-text-lead uk-text-muted uk-flex uk-flex-middle" style="margin:0;">
Simple, transparent, sans engagement initial. Pas de rapports théoriques, uniquement des plans d'action exécutables.
</p>
</div>
<div class="process-grid">
<div>
<div class="process-step">
<div class="process-step-number">01.</div>
<h3>On échange</h3>
<p>Un premier appel pour comprendre votre contexte, vos enjeux, et voir si on est alignés.</p>
<span class="step-badge">30 min offertes</span>
</div>
</div>
<div>
<div class="process-step">
<div class="process-step-number">02.</div>
<h3>On diagnostique</h3>
<p>Je regarde ce qui tourne vraiment — code, organisation, relation presta. Vous repartez avec un état des lieux et un plan d'action priorisé.</p>
<span class="step-badge">1 à 2 semaines</span>
</div>
</div>
<div>
<div class="process-step">
<div class="process-step-number">03.</div>
<h3>On reprend le contrôle</h3>
<p>J'exécute le plan avec vous, je fais le lien tech/métier, je débloque ce qui freine. Et je repars quand votre équipe est autonome.</p>
<span class="step-badge">3-6 mois · 2-3j/semaine</span>
</div>
</div>
</div>
<div class="uk-flex uk-flex-center uk-margin-large-top">
<a href="#contact-me"
class="uk-button uk-button-primary uk-button-large"
uk-scroll>
Prendre rendez-vous
</a>
</div>
</div>
</section>
<!-- Tech Stack -->
<section
id="tech"
class="uk-section uk-section-muted uk-padding"
style="border-bottom: 1px solid rgba(255,255,255,0.1);">
<div class="uk-container uk-container-small">
<h2 class="uk-heading-small uk-text-center">
Stack technique
</h2>
<p class="uk-text-medium uk-text-center uk-text-muted">
Quand il faut mettre les mains dans le code, voici avec quoi je travaille.
</p>
<div class="uk-flex-center uk-flex-middle uk-grid-match
uk-child-width-1-3 uk-child-width-1-6@m uk-margin-medium-top"
uk-grid>
<div>
<img
data-src="assets/svgporn/javascript.svg"
width="50"
height="50"
alt="Javascript"
class="uk-preserve uk-align-center uk-margin-remove-bottom"
uk-svg>
<p class="uk-text-center uk-text-small tech-icon-label">JS/TS</p>
</div>
<div>
<img
data-src="assets/svgporn/php.svg"
width="50"
height="50"
alt="PHP"
class="uk-preserve uk-align-center uk-margin-remove-bottom"
uk-svg>
<p class="uk-text-center uk-text-small tech-icon-label">PHP</p>
</div>
<div>
<img
data-src="assets/svgporn/python.svg"
width="50"
height="50"
alt="Python"
class="uk-preserve uk-align-center uk-margin-remove-bottom"
uk-svg>
<p class="uk-text-center uk-text-small tech-icon-label">Python</p>
</div>
<div>
<img
data-src="assets/svgporn/angular.svg"
width="50"
height="50"
alt="Angular"
class="uk-preserve uk-align-center uk-margin-remove-bottom"
uk-svg>
<p class="uk-text-center uk-text-small tech-icon-label">Angular</p>
</div>
<div>
<img
data-src="assets/svgporn/symfony.svg"
width="50"
height="50"
alt="Symfony"
class="uk-preserve uk-align-center uk-margin-remove-bottom"
uk-svg>
<p class="uk-text-center uk-text-small tech-icon-label">Symfony</p>
</div>
<div>
<img
data-src="assets/svgporn/rails.svg"
width="50"
height="50"
alt="Rails"
class="uk-preserve uk-align-center uk-margin-remove-bottom"
uk-svg>
<p class="uk-text-center uk-text-small tech-icon-label">Rails</p>
</div>
<div>
<img
data-src="assets/svgporn/postgresql.svg"
width="50"
height="50"
alt="PostgreSQL"
class="uk-preserve uk-align-center uk-margin-remove-bottom"
uk-svg>
<p class="uk-text-center uk-text-small tech-icon-label">PostgreSQL</p>
</div>
<div>
<img
data-src="assets/svgporn/aws.svg"
width="50"
height="50"
alt="AWS"
class="uk-preserve uk-align-center uk-margin-remove-bottom"
uk-svg>
<p class="uk-text-center uk-text-small tech-icon-label">AWS</p>
</div>
<div>
<img
data-src="assets/svgporn/google-cloud-platform.svg"
width="50"
height="50"
alt="GCP"
class="uk-preserve uk-align-center uk-margin-remove-bottom"
uk-svg>
<p class="uk-text-center uk-text-small tech-icon-label">GCP</p>
</div>
<div>
<img
data-src="assets/svgporn/kubernetes.svg"
width="50"
height="50"
alt="Kubernetes"
class="uk-preserve uk-align-center uk-margin-remove-bottom"
uk-svg>
<p class="uk-text-center uk-text-small tech-icon-label">Kubernetes</p>
</div>
<div>
<img
data-src="assets/svgporn/gitlab.svg"
width="50"
height="50"
alt="Gitlab"
class="uk-preserve uk-align-center uk-margin-remove-bottom"
uk-svg>
<p class="uk-text-center uk-text-small tech-icon-label">Gitlab CI/CD</p>
</div>
<div>
<img
data-src="assets/svgporn/drupal.svg"
width="50"
height="50"
alt="Drupal"
class="uk-preserve uk-align-center uk-margin-remove-bottom"
uk-svg>
<p class="uk-text-center uk-text-small tech-icon-label">Drupal</p>
</div>
</div>
</div>
</section>
<!-- Contact / CTA -->
<section
id="contact-me"
class="uk-section uk-section-default uk-padding uk-flex uk-flex-middle cta-glow"
style="min-height: 70vh;">
<div class="uk-container uk-container-small uk-text-center" style="position:relative; z-index:1; width:100%;">
<h2 class="uk-heading-medium">
Échangeons sur vos ambitions techniques
</h2>
<p class="uk-text-lead uk-text-muted uk-margin-medium-top">
Votre tech mérite d'être un accélérateur, pas un frein. <strong>Échangeons.</strong>
</p>
<div class="uk-flex uk-flex-center uk-margin-medium-top">
<a href="https://calendar.app.google/WDP4YtX1HMT91tTZA"
target="_blank"
rel="noopener noreferrer"
class="uk-button uk-button-primary uk-button-large">
Prendre RDV — Audit gratuit 30min
</a>
</div>
<p class="uk-text-center uk-text-muted uk-margin-medium-top">
Vous pouvez aussi me retrouver sur :
</p>
<div class="uk-text-center" id="lafabriquedunet-badge">
<script src="https://www.lafabriquedunet.fr/agences/badge/koveleo/badge.js?color=dark" defer></script>
</div>
<div class="uk-flex uk-flex-center uk-flex-middle uk-grid-match
uk-margin-medium-top uk-child-width-1-2 uk-child-width-auto@m"
uk-grid>
<div>
<a href="https://linkedin.com/in/stephane-schmidely/"
target="_blank"
rel="noopener noreferrer"
class="uk-text-center"
aria-label="Profil LinkedIn de Stéphane Schmidely"
uk-icon="icon: linkedin; ratio: 3">
</a>
<p class="uk-text-center uk-text-small uk-text-muted">LinkedIn</p>
</div>
<div>
<a href="https://www.malt.fr/profile/stephaneschmidely-partenairetech"
target="_blank"
rel="noopener noreferrer"
class="uk-text-center"
aria-label="Profil Malt de Stéphane Schmidely"
uk-icon="icon: user; ratio: 3">
</a>
<p class="uk-text-center uk-text-small uk-text-muted">Malt</p>
</div>
<div>
<a href="https://n2.help/fr/joueurs-n2/"
target="_blank"
rel="noopener noreferrer"
class="uk-text-center uk-flex uk-flex-center"
aria-label="N2 Community">
<img src="assets/logos/n2-community.svg" alt="N2 Community" class="contact-section-logo" />
</a>
<p class="uk-text-center uk-text-small uk-text-muted">N2 Community</p>
</div>
</div>
<a href="#hello"
class="scroll-to-top uk-icon-button"
uk-icon="icon: chevron-up; ratio: 2"
aria-label="Retour en haut de page"
uk-scroll>
</a>
</div>
</section>
</main>
<!-- Footer -->
<footer class="site-footer">
<div class="uk-container">
<div class="footer-row">
<div class="footer-brand">KOVELEO</div>
<div class="footer-links">
<a href="https://linkedin.com/in/stephane-schmidely/" target="_blank" rel="noopener noreferrer">LinkedIn</a>
<a href="https://www.malt.fr/profile/stephaneschmidely-partenairetech" target="_blank" rel="noopener noreferrer">Malt</a>
<a href="#contact-me" uk-scroll>Contact</a>
</div>
</div>
<div class="footer-divider">
<p class="footer-copyright">© 2026 KOVELEO — Stéphane SCHMIDELY. Tous droits réservés.</p>
</div>
</div>
</footer>
<!-- UIkit JS -->
<script
src="https://cdn.jsdelivr.net/npm/uikit@3.4.1/dist/js/uikit.min.js">
</script>
<script
src="https://cdn.jsdelivr.net/npm/uikit@3.4.1/dist/js/uikit-icons.min.js">
</script>
<script>
(function() {
var navLinks = document.querySelectorAll('.site-navbar .uk-navbar-nav a[href^="#"]');
var sectionIds = Array.from(navLinks).map(function(link) {
return link.getAttribute('href').substring(1);
});
var sections = sectionIds.map(function(id) {
return document.getElementById(id);
});
function updateNavActive() {
var scrollY = window.scrollY + window.innerHeight / 3;
var currentIdx = -1;
for (var i = 0; i < sections.length; i++) {
if (sections[i] && sections[i].offsetTop <= scrollY) {
currentIdx = i;
}
}
navLinks.forEach(function(link, i) {
link.classList.toggle('nav-active', i === currentIdx);
});
}
var ticking = false;
window.addEventListener('scroll', function() {
if (!ticking) {
requestAnimationFrame(function() {
updateNavActive();
ticking = false;
});
ticking = true;
}
});
updateNavActive();
})();
</script>
</body>
</html>