-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
628 lines (561 loc) · 33.9 KB
/
index.html
File metadata and controls
628 lines (561 loc) · 33.9 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
<!DOCTYPE html>
<html lang="fr" data-lang="fr">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<!-- ── SEO Primary ── -->
<title>Strateklabs – Agence de développement sur mesure | Web · Mobile · SaaS</title>
<meta name="description" content="Strateklabs, agence de développement sur mesure. Sites web, applications mobiles, SaaS, APIs et data pour startups, PME et grands comptes. 7 ans d'expérience, environnements critiques et réglementés. Belgique · France · International." />
<meta name="keywords" content="agence développement sur mesure, développement web, application mobile, SaaS, API, back-end, e-commerce, CRM, ETL, data pipeline, dashboarding, SCADA, OPC, maintenance applicative, TMA, startups, PME, grands comptes, Belgique, Bruxelles, développeur freelance, développement logiciel, solution métier, transformation digitale, développement TypeScript, développement React, développement Node.js, op maat software, webontwikkeling, mobiele applicatie, softwareontwikkeling België, custom software development Belgium, web agency Brussels" />
<meta name="author" content="Strateklabs" />
<meta name="robots" content="index, follow" />
<link rel="canonical" href="https://strateklabs.com/" />
<!-- ── Hreflang: signal to Google that NL and EN versions exist ── -->
<link rel="alternate" hreflang="fr" href="https://strateklabs.com/" />
<link rel="alternate" hreflang="nl" href="https://strateklabs.com/nl/" />
<link rel="alternate" hreflang="en" href="https://strateklabs.com/en/" />
<link rel="alternate" hreflang="x-default" href="https://strateklabs.com/" />
<!-- ── Open Graph (LinkedIn, Facebook, WhatsApp) ── -->
<meta property="og:type" content="website" />
<meta property="og:url" content="https://strateklabs.com/" />
<meta property="og:title" content="Strateklabs – Votre besoin, notre priorité" />
<meta property="og:description" content="Agence de développement sur mesure. Web, mobile, SaaS, APIs pour environnements complexes et réglementés. EQUANS · TotalEnergies." />
<meta property="og:image" content="https://strateklabs.com/assets/og-image.png" />
<meta property="og:locale" content="fr_BE" />
<meta property="og:locale:alternate" content="nl_BE" />
<meta property="og:locale:alternate" content="en_GB" />
<!-- ── Twitter / X Card ── -->
<meta name="twitter:card" content="summary_large_image" />
<meta name="twitter:title" content="Strateklabs – Votre besoin, notre priorité" />
<meta name="twitter:description" content="Agence de développement sur mesure. Web, mobile, SaaS, APIs pour environnements complexes et réglementés." />
<meta name="twitter:image" content="https://strateklabs.com/assets/og-image.png" />
<!-- ── Structured Data (JSON-LD) ── -->
<script type="application/ld+json">
{
"@context": "https://schema.org",
"@type": "ProfessionalService",
"name": "Strateklabs",
"description": "Agence de développement de solutions sur mesure : web, mobile, SaaS, APIs, data. Belgique.",
"url": "https://strateklabs.com",
"logo": "https://strateklabs.com/assets/logo-mark.svg",
"email": "contact@strateklabs.com",
"areaServed": ["BE", "FR", "LU", "NL"],
"knowsLanguage": ["fr", "nl", "en"],
"numberOfEmployees": { "@type": "QuantitativeValue", "value": 5 },
"foundingDate": "2019",
"serviceType": [
"Développement web sur mesure",
"Applications mobiles",
"Solutions SaaS",
"APIs et intégrations",
"E-commerce",
"Maintenance applicative"
],
"sameAs": []
}
</script>
<link rel="preconnect" href="https://fonts.googleapis.com" />
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin />
<link href="https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700;800&display=swap" rel="stylesheet" />
<link rel="icon" type="image/svg+xml" href="assets/logo-mark.svg" />
<link rel="stylesheet" href="css/style.css" />
</head>
<body>
<!-- ════════════════════════ HEADER ════════════════════════ -->
<header id="header">
<nav class="nav container">
<a href="#" class="logo" aria-label="Strateklabs">
<img src="assets/logo-mark.svg" class="logo-mark" width="32" height="32" alt="" aria-hidden="true"/><span class="logo-word">Strate<span class="logo-accent">k</span>labs</span>
</a>
<ul class="nav-links" id="navLinks" role="list">
<li><a href="#services" data-i18n="nav.services">Services</a></li>
<li><a href="#approche" data-i18n="nav.approach">Approche</a></li>
<li><a href="#realisations" data-i18n="nav.cases">Réalisations</a></li>
<li><a href="#contact" data-i18n="nav.contact">Contact</a></li>
</ul>
<div class="nav-actions">
<div class="lang-switcher" role="group" aria-label="Language selector">
<button class="lang-btn active" data-lang="fr" aria-pressed="true">FR</button>
<button class="lang-btn" data-lang="nl" aria-pressed="false">NL</button>
<button class="lang-btn" data-lang="en" aria-pressed="false">EN</button>
</div>
<a href="#contact" class="btn-nav" data-i18n="nav.cta">Démarrer un projet</a>
</div>
<button class="burger" id="burger" aria-label="Ouvrir le menu" aria-expanded="false">
<span></span><span></span><span></span>
</button>
</nav>
</header>
<!-- ════════════════════════ HERO ════════════════════════ -->
<section id="hero">
<!-- ░░ Animated network background ░░ -->
<svg class="hero-net-svg" viewBox="0 0 1200 520" preserveAspectRatio="xMidYMid slice"
aria-hidden="true" xmlns="http://www.w3.org/2000/svg">
<defs>
<pattern id="hdots" width="48" height="48" patternUnits="userSpaceOnUse">
<circle cx="24" cy="24" r="1" fill="rgba(255,255,255,0.035)"/>
</pattern>
</defs>
<!-- dot grid -->
<rect width="1200" height="520" fill="url(#hdots)"/>
<!-- connection lines -->
<g stroke="rgba(96,165,250,0.18)" stroke-width="1" fill="none" stroke-dasharray="5 12">
<line x1="100" y1="80" x2="360" y2="50"/>
<line x1="360" y1="50" x2="610" y2="95"/>
<line x1="890" y1="65" x2="1130" y2="95"/>
<line x1="200" y1="265" x2="530" y2="285"/>
<line x1="530" y1="285" x2="790" y2="255"/>
<line x1="790" y1="255" x2="1060" y2="275"/>
<line x1="310" y1="445" x2="710" y2="460"/>
<line x1="710" y1="460" x2="990" y2="435"/>
<line x1="100" y1="80" x2="200" y2="265"/>
<line x1="610" y1="95" x2="530" y2="285"/>
<line x1="890" y1="65" x2="1060" y2="275"/>
<line x1="530" y1="285" x2="710" y2="460"/>
</g>
<!-- static nodes -->
<g fill="rgba(96,165,250,0.45)">
<circle cx="100" cy="80" r="3.5"/>
<circle cx="360" cy="50" r="3"/>
<circle cx="610" cy="95" r="4.5"/>
<circle cx="890" cy="65" r="3"/>
<circle cx="1130" cy="95" r="3.5"/>
<circle cx="200" cy="265" r="4"/>
<circle cx="530" cy="285" r="5.5"/>
<circle cx="790" cy="255" r="4"/>
<circle cx="1060" cy="275" r="3.5"/>
<circle cx="310" cy="445" r="3"/>
<circle cx="710" cy="460" r="4"/>
<circle cx="990" cy="435" r="3"/>
</g>
<!-- pulsing halos on hub nodes -->
<circle cx="530" cy="285" r="8" fill="none" stroke="rgba(96,165,250,0.35)">
<animate attributeName="r" values="8;22;8" dur="3s" repeatCount="indefinite"/>
<animate attributeName="stroke-opacity" values="0.35;0;0.35" dur="3s" repeatCount="indefinite"/>
</circle>
<circle cx="610" cy="95" r="6" fill="none" stroke="rgba(249,115,22,0.35)">
<animate attributeName="r" values="6;18;6" dur="4s" repeatCount="indefinite" begin="1.5s"/>
<animate attributeName="stroke-opacity" values="0.35;0;0.35" dur="4s" repeatCount="indefinite" begin="1.5s"/>
</circle>
<!-- traveling dots -->
<circle r="2.5" fill="rgba(96,165,250,0.9)">
<animateMotion path="M100,80 L360,50" dur="4s" repeatCount="indefinite" begin="0s"/>
<animate attributeName="opacity" values="0;1;1;0" keyTimes="0;0.1;0.9;1" dur="4s" repeatCount="indefinite" begin="0s"/>
</circle>
<circle r="2.5" fill="rgba(96,165,250,0.9)">
<animateMotion path="M360,50 L610,95" dur="3.5s" repeatCount="indefinite" begin="1s"/>
<animate attributeName="opacity" values="0;1;1;0" keyTimes="0;0.1;0.9;1" dur="3.5s" repeatCount="indefinite" begin="1s"/>
</circle>
<circle r="2.5" fill="rgba(96,165,250,0.9)">
<animateMotion path="M890,65 L1130,95" dur="3s" repeatCount="indefinite" begin="0.5s"/>
<animate attributeName="opacity" values="0;1;1;0" keyTimes="0;0.1;0.9;1" dur="3s" repeatCount="indefinite" begin="0.5s"/>
</circle>
<circle r="2.5" fill="rgba(249,115,22,0.9)">
<animateMotion path="M200,265 L530,285" dur="5s" repeatCount="indefinite" begin="2s"/>
<animate attributeName="opacity" values="0;1;1;0" keyTimes="0;0.1;0.9;1" dur="5s" repeatCount="indefinite" begin="2s"/>
</circle>
<circle r="2.5" fill="rgba(96,165,250,0.9)">
<animateMotion path="M530,285 L790,255" dur="4.5s" repeatCount="indefinite" begin="0.8s"/>
<animate attributeName="opacity" values="0;1;1;0" keyTimes="0;0.1;0.9;1" dur="4.5s" repeatCount="indefinite" begin="0.8s"/>
</circle>
<circle r="2.5" fill="rgba(96,165,250,0.9)">
<animateMotion path="M790,255 L1060,275" dur="4s" repeatCount="indefinite" begin="1.5s"/>
<animate attributeName="opacity" values="0;1;1;0" keyTimes="0;0.1;0.9;1" dur="4s" repeatCount="indefinite" begin="1.5s"/>
</circle>
<circle r="2.5" fill="rgba(249,115,22,0.9)">
<animateMotion path="M310,445 L710,460" dur="6s" repeatCount="indefinite" begin="3s"/>
<animate attributeName="opacity" values="0;1;1;0" keyTimes="0;0.1;0.9;1" dur="6s" repeatCount="indefinite" begin="3s"/>
</circle>
<circle r="2.5" fill="rgba(96,165,250,0.9)">
<animateMotion path="M100,80 L200,265" dur="4.2s" repeatCount="indefinite" begin="0.3s"/>
<animate attributeName="opacity" values="0;1;1;0" keyTimes="0;0.1;0.9;1" dur="4.2s" repeatCount="indefinite" begin="0.3s"/>
</circle>
<circle r="2.5" fill="rgba(96,165,250,0.9)">
<animateMotion path="M610,95 L530,285" dur="5s" repeatCount="indefinite" begin="1.2s"/>
<animate attributeName="opacity" values="0;1;1;0" keyTimes="0;0.1;0.9;1" dur="5s" repeatCount="indefinite" begin="1.2s"/>
</circle>
<circle r="2.5" fill="rgba(96,165,250,0.9)">
<animateMotion path="M530,285 L710,460" dur="5.5s" repeatCount="indefinite" begin="2.5s"/>
<animate attributeName="opacity" values="0;1;1;0" keyTimes="0;0.1;0.9;1" dur="5.5s" repeatCount="indefinite" begin="2.5s"/>
</circle>
</svg>
<div class="container hero-container">
<div class="hero-content">
<div class="hero-badge">
<span class="badge-dot" aria-hidden="true"></span>
<span data-i18n="hero.badge">Agence de développement sur mesure</span>
</div>
<h1 class="hero-title" data-i18n="hero.title">Votre besoin,<br />notre priorité.</h1>
<p class="hero-subtitle" data-i18n="hero.subtitle">
Nous développons des solutions web, mobiles et data pour des environnements
complexes et réglementés. Précis, rapides, sans superflu.
</p>
<div class="hero-ctas">
<a href="#contact" class="btn-primary" data-i18n="hero.cta">Parlons de votre projet</a>
<a href="#realisations" class="btn-ghost">
<svg width="18" height="18" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" aria-hidden="true"><polygon points="5 3 19 12 5 21 5 3"/></svg>
<span data-i18n="hero.cases_link">Voir nos réalisations</span>
</a>
</div>
<div class="hero-clients">
<span class="clients-label" data-i18n="hero.trusted">Ils nous ont fait confiance :</span>
<div class="client-logos">
<span class="client-name">EQUANS</span>
<span class="client-sep" aria-hidden="true">·</span>
<span class="client-name">TotalEnergies</span>
<span class="client-sep" aria-hidden="true">·</span>
<span class="client-name">...</span>
</div>
</div>
</div>
<div class="hero-visual" aria-hidden="true">
<!-- Floating badge A -->
<div class="float-badge float-badge--a">
<div class="float-badge-icon">
<svg viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" aria-hidden="true"><path d="M12 22s8-4 8-10V5l-8-3-8 3v7c0 6 8 10 8 10z"/></svg>
</div>
<div class="float-badge-text">
<strong>Votre besoin, notre priorité.</strong>
<span>Simple. Précis. Sans superflu.</span>
</div>
</div>
<div class="code-window">
<div class="code-header">
<span class="dot dot-red"></span>
<span class="dot dot-yellow"></span>
<span class="dot dot-green"></span>
<span class="code-filename">solution.ts</span>
</div>
<pre class="code-body"><code><span class="c-comment">// Strateklabs</span>
<span class="c-key">const</span> <span class="c-var">project</span> <span class="c-op">=</span> {
<span class="c-prop">besoin</span><span class="c-op">:</span> <span class="c-str">"votre priorité"</span>,
<span class="c-prop">approche</span><span class="c-op">:</span> <span class="c-str">"sur mesure"</span>,
<span class="c-prop">livraison</span><span class="c-op">:</span> <span class="c-str">"sans superflu"</span>,
<span class="c-prop">secteurs</span><span class="c-op">:</span> [
<span class="c-str">"critique"</span>,
<span class="c-str">"réglementé"</span>,
<span class="c-str">"exigeant"</span>
],
<span class="c-prop">délai</span><span class="c-op">:</span> <span class="c-str">"maîtrisé"</span>,
};
</code></pre>
</div>
</div>
</div>
<div class="hero-scroll" aria-hidden="true"><span class="scroll-line"></span></div>
</section>
<!-- ════════════════════════ STATS ════════════════════════ -->
<section id="stats">
<div class="container">
<div class="stats-grid">
<div class="stat-item reveal">
<!-- TODO: remplacez les valeurs par vos chiffres réels -->
<div class="stat-number-wrap">
<span class="stat-number" data-target="7">0</span><span class="stat-suffix">+</span>
</div>
<span class="stat-label" data-i18n="stats.exp">Années d'expérience</span>
</div>
<div class="stat-item reveal">
<div class="stat-number-wrap">
<span class="stat-number" data-target="50">0</span><span class="stat-suffix">+</span>
</div>
<span class="stat-label" data-i18n="stats.projects">Projets livrés</span>
</div>
<div class="stat-item reveal">
<div class="stat-number-wrap">
<span class="stat-number" data-target="3">0</span>
</div>
<span class="stat-label" data-i18n="stats.sectors">Secteurs critiques & réglementés</span>
</div>
<div class="stat-item reveal">
<div class="stat-number-wrap">
<span class="stat-number" data-target="5">0</span>
</div>
<span class="stat-label" data-i18n="stats.team">Experts dédiés</span>
</div>
</div>
</div>
</section>
<!-- ════════════════════════ SERVICES ════════════════════════ -->
<section id="services">
<div class="container">
<div class="section-header reveal">
<span class="section-badge" data-i18n="services.badge">Ce que nous faisons</span>
<h2 data-i18n="services.title">Des solutions pour chaque besoin</h2>
<p data-i18n="services.subtitle">Que vous ayez une idée vague ou un cahier des charges précis, nous transformons votre besoin en solution qui fonctionne.</p>
</div>
<div class="services-grid">
<article class="service-card reveal">
<div class="service-icon" aria-hidden="true">
<svg viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="1.8"><rect x="3" y="3" width="18" height="18" rx="2"/><path d="M3 9h18M9 21V9"/></svg>
</div>
<h3 data-i18n="services.web.title">Sites web & Applications</h3>
<p data-i18n="services.web.desc">Votre présence en ligne ou votre outil métier sur mesure. Du site vitrine à l'application complexe — pensé pour vos utilisateurs, pas pour les développeurs.</p>
</article>
<article class="service-card reveal">
<div class="service-icon" aria-hidden="true">
<svg viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="1.8"><rect x="5" y="2" width="14" height="20" rx="2"/><line x1="12" y1="18" x2="12.01" y2="18" stroke-linecap="round" stroke-width="2.5"/></svg>
</div>
<h3 data-i18n="services.mobile.title">Applications mobiles</h3>
<p data-i18n="services.mobile.desc">Une application pour iPhone et Android, disponible sur les stores. Faite pour vos clients ou vos équipes, utilisable partout — même sans connexion.</p>
</article>
<article class="service-card reveal">
<div class="service-icon" aria-hidden="true">
<svg viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="1.8"><path d="M12 2L2 7l10 5 10-5-10-5z"/><path d="M2 17l10 5 10-5"/><path d="M2 12l10 5 10-5"/></svg>
</div>
<h3 data-i18n="services.saas.title">Produits SaaS & Plateformes</h3>
<p data-i18n="services.saas.desc">Vous voulez vendre un outil en abonnement ? Nous construisons la plateforme complète : accès par client, niveaux d'abonnement, paiements et connexions avec vos autres outils.</p>
</article>
<article class="service-card reveal">
<div class="service-icon" aria-hidden="true">
<svg viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="1.8"><polyline points="16 18 22 12 16 6"/><polyline points="8 6 2 12 8 18"/></svg>
</div>
<h3 data-i18n="services.api.title">Connexions & Automatisations</h3>
<p data-i18n="services.api.desc">Vos outils ne se parlent pas entre eux ? Nous créons les ponts qui font circuler vos données automatiquement — sans ressaisie, sans erreur, sans effort de votre part.</p>
</article>
<article class="service-card reveal">
<div class="service-icon" aria-hidden="true">
<svg viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="1.8"><circle cx="9" cy="21" r="1"/><circle cx="20" cy="21" r="1"/><path d="M1 1h4l2.68 13.39a2 2 0 0 0 2 1.61h9.72a2 2 0 0 0 2-1.61L23 6H6"/></svg>
</div>
<h3 data-i18n="services.ecom.title">E-commerce</h3>
<p data-i18n="services.ecom.desc">Une boutique en ligne taillée pour vendre. Catalogue, paiements, livraison, relances automatiques — tout configuré selon votre activité.</p>
</article>
<article class="service-card reveal">
<div class="service-icon" aria-hidden="true">
<svg viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="1.8"><path d="M12 22s8-4 8-10V5l-8-3-8 3v7c0 6 8 10 8 10z"/></svg>
</div>
<h3 data-i18n="services.tma.title">Suivi & Évolution</h3>
<p data-i18n="services.tma.desc">Votre solution grandit avec votre activité. Nous corrigeons, améliorons et maintenons tout à jour — sans que vous ayez à vous en préoccuper.</p>
</article>
</div>
</div>
</section>
<!-- ════════════════════════ APPROCHE ════════════════════════ -->
<section id="approche">
<div class="container">
<div class="section-header reveal">
<span class="section-badge" data-i18n="approach.badge">Comment on travaille</span>
<h2 data-i18n="approach.title">Une agence qui s'engage, pas juste qui exécute.</h2>
<p data-i18n="approach.subtitle">Beaucoup d'agences livrent du code. Nous livrons des résultats. Voilà comment.</p>
</div>
<div class="approach-grid">
<div class="approach-card reveal">
<span class="approach-num" aria-hidden="true">01</span>
<h3 data-i18n="approach.p1.title">On écoute avant de coder</h3>
<p data-i18n="approach.p1.desc">Avant d'écrire la première ligne, on prend le temps de comprendre ce que vous voulez vraiment obtenir. Résultat : moins de retours en arrière, moins de budget perdu, une solution qui colle à votre réalité.</p>
</div>
<div class="approach-card reveal">
<span class="approach-num" aria-hidden="true">02</span>
<h3 data-i18n="approach.p2.title">On livre ce qui compte, pas plus</h3>
<p data-i18n="approach.p2.desc">Pas de fonctionnalités inutiles pour faire grossir la facture. Votre solution est ciblée, claire et facile à faire évoluer. Vous savez exactement ce que vous payez — et pourquoi.</p>
</div>
<div class="approach-card reveal">
<span class="approach-num" aria-hidden="true">03</span>
<h3 data-i18n="approach.p3.title">On reste là après la livraison</h3>
<p data-i18n="approach.p3.desc">Votre lancement, c'est notre point de départ. On reste disponibles pour corriger, améliorer et faire grandir votre solution à mesure que votre activité évolue. Vous ne repartez pas seul.</p>
</div>
</div>
</div>
</section>
<!-- ════════════════════════ RÉALISATIONS ════════════════════════ -->
<section id="realisations">
<div class="container">
<div class="section-header reveal">
<span class="section-badge" data-i18n="cases.badge">Ils nous ont fait confiance</span>
<h2 data-i18n="cases.title">Des projets réels, des résultats concrets.</h2>
<p data-i18n="cases.subtitle">EQUANS, TotalEnergies et d'autres nous ont confié leurs projets critiques. Voici ce que nous avons construit pour eux.</p>
</div>
<div class="cases-grid">
<article class="case-card reveal">
<div class="case-meta">
<span class="case-client">EQUANS</span>
<span class="case-sector" data-i18n="cases.c1.sector">Aéronautique · Data</span>
</div>
<h3 data-i18n="cases.c1.title">Automatisation du reporting aéroportuaire</h3>
<p data-i18n="cases.c1.desc">Développement d'un ETL dédié aux aéroports : collecte et transformation des données d'exploitation, génération automatique de rapports, historisation et dashboarding pour les équipes de pilotage.</p>
<ul class="case-tags" aria-label="Technologies">
<li>ETL</li>
<li>Data Pipeline</li>
<li>Dashboarding</li>
<li>Automatisation</li>
</ul>
</article>
<article class="case-card reveal">
<div class="case-meta">
<span class="case-client">EQUANS</span>
<span class="case-sector" data-i18n="cases.c2.sector">Industrie · IoT</span>
</div>
<h3 data-i18n="cases.c2.title">Centre de contrôle industriel temps réel</h3>
<p data-i18n="cases.c2.desc">Création et maintenance d'un centre de contrôle pour le monitoring d'installations industrielles via connexion OPC. Visualisation des états machines en temps réel et envoi de commandes à distance.</p>
<ul class="case-tags" aria-label="Technologies">
<li>OPC UA</li>
<li>Temps réel</li>
<li>SCADA</li>
<li>Monitoring</li>
</ul>
</article>
<article class="case-card reveal">
<div class="case-meta">
<span class="case-client">TotalEnergies</span>
<span class="case-sector" data-i18n="cases.c3.sector">Énergie · Finance</span>
</div>
<h3 data-i18n="cases.c3.title">Backoffice trading conforme & automatisé</h3>
<p data-i18n="cases.c3.desc">Application backoffice pour l'équipe trading : conformité réglementaire intégrée, suivi automatique des positions, calculs dynamiques basés sur les configurations de chaque trader.</p>
<ul class="case-tags" aria-label="Technologies">
<li>Compliance</li>
<li>Finance</li>
<li>Backoffice</li>
<li>Automatisation</li>
</ul>
</article>
<article class="case-card reveal">
<div class="case-meta">
<span class="case-client" data-i18n="cases.c4.client">SaaS B2B</span>
<span class="case-sector" data-i18n="cases.c4.sector">Construction · CRM · SaaS</span>
</div>
<h3 data-i18n="cases.c4.title">CRM SaaS pour la gestion de prospection & de chantiers</h3>
<p data-i18n="cases.c4.desc">Conception et développement complet d’un CRM en marque blanche pour un entrepreneur B2B : suivi de la prospection, gestion des chantiers, facturation et relances automatisées. Vendu en abonnement à ses clients, le produit est entièrement possédé par le client — Strateklabs en assure l’évolution et le support technique en continu.</p>
<ul class="case-tags" aria-label="Technologies">
<li>SaaS</li>
<li>CRM</li>
<li>B2B</li>
<li>Abonnement</li>
<li>Support</li>
</ul>
</article>
<!-- Teaser card: more projects -->
<div class="case-card case-card--more reveal" role="presentation">
<div class="case-more-inner">
<p class="case-more-title" data-i18n="cases.more.title">Et bien d’autres…</p>
<p class="case-more-question" data-i18n="cases.more.question">Et le vôtre ?</p>
<ul class="case-more-sectors">
<li data-i18n="cases.more.s1">E-commerce</li>
<li data-i18n="cases.more.s2">Logistique</li>
<li data-i18n="cases.more.s3">Santé</li>
<li data-i18n="cases.more.s4">Immobilier</li>
<li data-i18n="cases.more.s5">RH & Formation</li>
<li data-i18n="cases.more.s6">Sécurité</li>
<li data-i18n="cases.more.s7">Entrepreneur</li>
</ul>
<a href="#contact" class="btn-primary" data-i18n="cases.more.cta">
Discutons de votre projet
</a>
</div>
</div>
</div>
</div>
</section>
<!-- ════════════════════════ CONTACT ════════════════════════ -->
<section id="contact">
<div class="container">
<div class="section-header reveal">
<span class="section-badge section-badge--light" data-i18n="contact.badge">On répond vite</span>
<h2 data-i18n="contact.title">Un projet en tête ? On vous répond sous 48h.</h2>
<p data-i18n="contact.subtitle">Pas besoin d'un cahier des charges complet. Une idée, un problème à résoudre, un besoin flou — c'est suffisant pour commencer. On s'occupe du reste.</p>
</div>
<div class="contact-grid">
<div class="contact-channels reveal">
<!-- TODO: remplacez les valeurs par vos coordonnées réelles -->
<a href="mailto:contact@strateklabs.com" class="channel-card">
<div class="channel-icon" aria-hidden="true">
<svg viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2"><path d="M4 4h16c1.1 0 2 .9 2 2v12c0 1.1-.9 2-2 2H4c-1.1 0-2-.9-2-2V6c0-1.1.9-2 2-2z"/><polyline points="22,6 12,13 2,6"/></svg>
</div>
<div class="channel-info">
<span class="channel-label" data-i18n="contact.email.label">Email</span>
<span class="channel-value">contact@strateklabs.com</span>
</div>
<svg class="channel-arrow" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" aria-hidden="true"><path d="M5 12h14m-7-7 7 7-7 7"/></svg>
</a>
<a href="tel:+32470626131" class="channel-card">
<div class="channel-icon" aria-hidden="true">
<svg viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2"><path d="M22 16.92v3a2 2 0 0 1-2.18 2 19.79 19.79 0 0 1-8.63-3.07A19.5 19.5 0 0 1 4.69 13a19.79 19.79 0 0 1-3.07-8.67A2 2 0 0 1 3.6 2h3a2 2 0 0 1 2 1.72c.127.96.361 1.903.7 2.81a2 2 0 0 1-.45 2.11L7.91 9.91a16 16 0 0 0 6.22 6.22l1.97-1.97a2 2 0 0 1 2.11-.45c.907.339 1.85.573 2.81.7A2 2 0 0 1 22 16.92z"/></svg>
</div>
<div class="channel-info">
<span class="channel-label" data-i18n="contact.phone.label">Téléphone</span>
<span class="channel-value">+32 470 62 61 31</span>
</div>
<svg class="channel-arrow" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" aria-hidden="true"><path d="M5 12h14m-7-7 7 7-7 7"/></svg>
</a>
<a href="https://calendly.com/strateklabs/30min" target="_blank" rel="noopener noreferrer" class="channel-card channel-card--accent">
<div class="channel-icon" aria-hidden="true">
<svg viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2"><rect x="3" y="4" width="18" height="18" rx="2" ry="2"/><line x1="16" y1="2" x2="16" y2="6"/><line x1="8" y1="2" x2="8" y2="6"/><line x1="3" y1="10" x2="21" y2="10"/></svg>
</div>
<div class="channel-info">
<span class="channel-label" data-i18n="contact.cal.label">Réserver un créneau</span>
<span class="channel-value" data-i18n="contact.cal.value">30 min · Gratuit · En ligne</span>
</div>
<svg class="channel-arrow" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" aria-hidden="true"><path d="M5 12h14m-7-7 7 7-7 7"/></svg>
</a>
</div>
<form
class="contact-form reveal"
id="contactForm"
action="https://formspree.io/f/mojpzyvd"
method="POST"
novalidate
>
<div class="form-row">
<div class="form-group">
<label for="name" data-i18n="contact.form.name">Nom</label>
<input type="text" id="name" name="name" autocomplete="name" required
data-i18n-placeholder="contact.form.name_ph" placeholder="Jean Dupont" />
</div>
<div class="form-group">
<label for="email" data-i18n="contact.form.email">Email</label>
<input type="email" id="email" name="email" autocomplete="email" required
data-i18n-placeholder="contact.form.email_ph" placeholder="jean@entreprise.com" />
</div>
</div>
<div class="form-group">
<label for="company" data-i18n="contact.form.company">Entreprise</label>
<input type="text" id="company" name="company" autocomplete="organization"
data-i18n-placeholder="contact.form.company_ph" placeholder="Votre entreprise" />
</div>
<div class="form-group">
<label for="message" data-i18n="contact.form.message">Votre besoin</label>
<textarea id="message" name="message" rows="5" required
data-i18n-placeholder="contact.form.message_ph"
placeholder="Décrivez votre projet en quelques lignes…"></textarea>
</div>
<button type="submit" class="btn-primary btn-full" data-i18n="contact.form.submit">
Envoyer le message
</button>
<p class="form-note" data-i18n="contact.form.note">Réponse sous 48h ouvrées.</p>
<!-- Message de confirmation (caché par défaut) -->
<div class="form-success" id="formSuccess" hidden aria-live="polite">
<svg viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" aria-hidden="true"><path d="M22 11.08V12a10 10 0 1 1-5.93-9.14"/><polyline points="22 4 12 14.01 9 11.01"/></svg>
<p data-i18n="contact.form.success">Message envoyé ! Nous vous répondons sous 48h ouvrées.</p>
</div>
</form>
</div>
</div>
</section>
<!-- ════════════════════════ FOOTER ════════════════════════ -->
<footer id="footer">
<div class="container footer-inner">
<div class="footer-brand">
<a href="#" class="logo" aria-label="Retour en haut">
<img src="assets/logo-mark.svg" class="logo-mark" width="28" height="28" alt="" aria-hidden="true"/><span class="logo-word">Strate<span class="logo-accent">k</span>labs</span>
</a>
<p data-i18n="footer.tagline">Votre besoin, notre priorité.</p>
</div>
<nav class="footer-nav" aria-label="Navigation du pied de page">
<a href="#services" data-i18n="nav.services">Services</a>
<a href="#approche" data-i18n="nav.approach">Approche</a>
<a href="#realisations" data-i18n="nav.cases">Réalisations</a>
<a href="#contact" data-i18n="nav.contact">Contact</a>
</nav>
<div class="footer-bottom">
<span data-i18n="footer.copy">© 2026 Strateklabs. Tous droits réservés.</span>
<div class="footer-langs">
<button class="lang-btn-sm" data-lang="fr">FR</button>
<button class="lang-btn-sm" data-lang="nl">NL</button>
<button class="lang-btn-sm" data-lang="en">EN</button>
</div>
</div>
</div>
</footer>
<script src="js/i18n.js"></script>
<script src="js/main.js"></script>
</body>
</html>