-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
952 lines (889 loc) · 37 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
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
890
891
892
893
894
895
896
897
898
899
900
901
902
903
904
905
906
907
908
909
910
911
912
913
914
915
916
917
918
919
920
921
922
923
924
925
926
927
928
929
930
931
932
933
934
935
936
937
938
939
940
941
942
943
944
945
946
947
948
949
950
951
952
<!DOCTYPE html>
<html lang="en">
<head>
<title>MayaSquad</title>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<link rel="icon" href="images/circle-outline-16.ico" />
<link href="https://fonts.googleapis.com/css?family=Nunito+Sans:200,300,400,600,700,800,900" rel="stylesheet">
<link rel='stylesheet' href='https://use.fontawesome.com/releases/v5.7.0/css/all.css'
integrity='sha384-lZN37f5QGtY3VHgisS14W3ExzMWZxybE1SJSEsQp9S+oqd12jhcu+A56Ebc1zFSJ' crossorigin='anonymous'>
<link rel="stylesheet" href="css/open-iconic-bootstrap.min.css">
<link rel="stylesheet" href="css/animate.css">
<link rel="stylesheet" href="https://assets.sendinblue.com/component/form/2ef8d8058c0694a305b0.css">
<link rel="stylesheet" href="https://assets.sendinblue.com/component/clickable/b056d6397f4ba3108595.css">
<link rel="stylesheet" href="https://assets.sendinblue.com/component/progress-indicator/f86d65a4a9331c5e2851.css">
<link rel="stylesheet" href="https://sibforms.com/forms/end-form/build/sib-styles.css">
<link rel="stylesheet" href="css/owl.carousel.min.css">
<link rel="stylesheet" href="css/owl.theme.default.min.css">
<link rel="stylesheet" href="css/magnific-popup.css">
<link rel="stylesheet" href="css/aos.css">
<link rel="stylesheet" href="css/ionicons.min.css">
<link rel="stylesheet" href="css/flaticon.css">
<link rel="stylesheet" href="css/icomoon.css">
<link rel="stylesheet" href="css/style.css">
<!-- Head -->
<script src="https://wchat.freshchat.com/js/widget.js"></script>
<!-- Head -->
<script>
function playItHere(e, link) {
var audio = document.createElement("audio");
var src = document.createElement("source");
src.src = link.href;
audio.appendChild(src);
audio.play();
e.preventDefault();
}
window.fcWidget.init({
token: "WEB_CHAT_TOKEN",
host: "https://wchat.freshchat.com"
});
</script>
</head>
<body data-spy="scroll" data-target=".site-navbar-target" data-offset="300">
<nav class="navbar navbar-expand-lg navbar-dark ftco_navbar bg-dark ftco-navbar-light site-navbar-target"
id="ftco-navbar">
<div class="container">
<a class="navbar-brand" href="index.html">Maya<span>Squad</span></a>
<button class="navbar-toggler js-fh5co-nav-toggle fh5co-nav-toggle" type="button" data-toggle="collapse"
data-target="#ftco-nav" aria-controls="ftco-nav" aria-expanded="false" aria-label="Toggle navigation">
<span class="oi oi-menu"></span> Menu
</button>
<div class="collapse navbar-collapse" id="ftco-nav">
<ul class="navbar-nav nav ml-auto">
<li class="nav-item"><a href="#home-section" class="nav-link"><span>Accueil</span></a></li>
<li class="nav-item"><a href="#services-section" class="nav-link"><span>Expertises</span></a></li>
<li class="nav-item"><a href="#us-section" class="nav-link"><span>Qui sommes nous ?</span></a></li>
<li class="nav-item"><a href="#contact-section" class="nav-link"><span>Contactez-nous</span></a></li>
<li class="nav-item"><a href="#projects-section" class="nav-link"><span>Rejoins la squad !</span></a></li>
</ul>
</div>
</div>
</nav>
<div id="ftco-nav">
<section id="home-section" class="hero">
<h3 class="vr">Bienvenue chez MayaSquad</h3>
<div class="home-slider js-fullheight owl-carousel">
<div class="slider-item js-fullheight">
<div class="overlay"></div>
<div class="container-fluid p-0">
<div class="row d-md-flex no-gutters slider-text js-fullheight align-items-center justify-content-end"
data-scrollax-parent="true">
<div class="one-third order-md-last img js-fullheight" style="background-image:url(images/bg_1.jpg);">
<div class="overlay"></div>
</div>
<div class="one-forth d-flex js-fullheight align-items-center ftco-animate"
data-scrollax=" properties: { translateY: '70%' }">
<div class="text">
<span class="subheading">Bienvenue chez MayaSquad</span>
<h1 class="mb-4 mt-3"><span>L'agence</span> d'un genre <span>nouveau</span> !</h1>
<p>Une <a href="#definition"><span style="color: #31de79">squad</span></a> d'indépendants qualifiés, pour repondre à vos
besoins, au meilleur prix.</p>
<p><a href="#contact-section" class="btn btn-primary px-5 py-3 mt-3">Parlez-nous de votre projet</a>
</p>
</div>
</div>
</div>
</div>
</div>
<div class="slider-item js-fullheight">
<div class="overlay"></div>
<div class="container-fluid p-0">
<div class="row d-flex no-gutters slider-text js-fullheight align-items-center justify-content-end"
data-scrollax-parent="true">
<div class="one-third order-md-last img js-fullheight" style="background-image:url(images/bg_2.jpg);">
<div class="overlay"></div>
</div>
<div class="one-forth d-flex js-fullheight align-items-center ftco-animate"
data-scrollax=" properties: { translateY: '70%' }">
<div class="text">
<span class="subheading">Bienvenue chez MayaSquad</span>
<h1 class="mb-4 mt-3"><strong>La complémentarité est notre <span>Force</span></strong></h1>
<p>Des compétences complémentaires, une équipe flexible et sur mesure pour vos projets
digitaux.</p>
<p><a href="#contact-section" class="btn btn-primary px-5 py-3 mt-3">Parlez-nous de votre projet</a>
</p>
</div>
</div>
</div>
</div>
</div>
</div>
<a href="#about-section">
<div class="arrow bounce"></div>
</a>
</section>
</div>
<section class="ftco-counter img ftco-section ftco-no-pt ftco-no-pb" id="about-section">
<div class="container">
<div class="row d-flex">
<div class="col-md-6 col-lg-5 d-flex">
<div class="img d-flex align-self-stretch align-items-center" style="background-image:url(images/about.jpg);">
</div>
</div>
<div class="col-md-6 col-lg-7 pl-lg-5 py-5">
<div class="py-md-5">
<div class="row justify-content-start pb-3">
<div class="col-md-12 heading-section ftco-animate">
<span class="subheading">Bienvenue chez MayaSquad</span>
<h2 class="mb-4" style="font-size: 34px; text-transform: none;">L'agence d'un genre nouveau</h2>
<p>Combien d'entre vous hésitent entre embaucher, passer par un freelance ou une agence ? Votre
question est justifiée !
<ul>
<li>Un salarié coûte cher, est engageant et sera limité à son domaine de compétence.</li>
<li>Un freelance engendre peu de frais ni d'engagements, mais il en faudra peut être plusieurs pour
répondre à votre besoin et vous devez manager le projet.</li>
<li>L'agence manage le projet pour vous mais leurs domaines d'expertise dépendent de celles de leurs
salariés disponibles, et
leurs tarifs sont souvent prohibitifs.</li>
</ul>
</p>
<p>MayaSquad vous propose le juste milieu, une agence de freelance ! <br />
Nous composons une <a style="color: #31de79" href="#definition">squad</a> d'élite, sur mesure et adaptée à vos besoins précis, parmi
notre communauté de freelances qualifiés. <br />
<strong>Nous gérons vos projets de bout en bout, au bon prix, à
travers une communication et une facturation unique !</strong></p>
<hr />
<h4>
<a id="definition" style="display: block; visibility:hidden; padding-top: 90px;"></a>
<a onclick="playItHere(event, this)" href="https://voix.larousse.fr/anglais/15768.mp3">
<i class='fas fa-play' style='font-size:20px; margin-right: 5px; display: inline;'></i>
</a> Squad<span class="Phonetique"> <a onclick="playItHere(event, this)"
href="https://voix.larousse.fr/anglais/15768.mp3">[skwɒd]</a> </span> <span
style="color: #6c757d; font-size: 16px;">: Petite équipe autonome chargée d'une mission précise.
</h4>
</p>
</div>
</div>
</div>
</div>
</div>
</div>
</section>
<section class="ftco-section ftco-no-pb ftco-no-pt ftco-services bg-light" id="services-section">
<div class="container">
<div class="row no-gutters">
<div class="col-md-4 ftco-animate py-5 nav-link-wrap">
<div class="nav flex-column nav-pills" id="v-pills-tab" role="tablist" aria-orientation="vertical">
<a class="nav-link px-4 active" id="v-pills-1-tab" data-toggle="pill" href="#v-pills-1" role="tab"
aria-controls="v-pills-1" aria-selected="true"><span class="mr-3 flaticon-ideas"></span> Développement
web</a>
<a class="nav-link px-4" id="v-pills-2-tab" data-toggle="pill" href="#v-pills-2" role="tab"
aria-controls="v-pills-2" aria-selected="false"><span class="mr-3 flaticon-flasks"></span> Intégration
d'API</a>
<a class="nav-link px-4" id="v-pills-3-tab" data-toggle="pill" href="#v-pills-3" role="tab"
aria-controls="v-pills-3" aria-selected="false"><span class="mr-3 flaticon-analysis"></span> Big Data &
Data engineering</a>
<a class="nav-link px-4" id="v-pills-4-tab" data-toggle="pill" href="#v-pills-4" role="tab"
aria-controls="v-pills-4" aria-selected="false"><span class="mr-3 flaticon-web-design"></span>
Externalisation du SI</a>
<a class="nav-link px-4" id="v-pills-5-tab" data-toggle="pill" href="#v-pills-5" role="tab"
aria-controls="v-pills-7" aria-selected="false"><span class="mr-3 flaticon-ux-design"></span> Automation
marketing</a>
<a class="nav-link px-4" id="v-pills-6-tab" data-toggle="pill" href="#v-pills-6" role="tab"
aria-controls="v-pills-5" aria-selected="false"><span class="mr-3 flaticon-innovation"></span> Emailing &
CRM</a>
<a class="nav-link px-4" id="v-pills-7-tab" data-toggle="pill" href="#v-pills-7" role="tab"
aria-controls="v-pills-6" aria-selected="false"><span class="mr-3 flaticon-idea"></span> Site web & SEO</a>
<a class="nav-link px-4" id="v-pills-8-tab" data-toggle="pill" href="#v-pills-8" role="tab"
aria-controls="v-pills-6" aria-selected="false"><span class="mr-3 flaticon-ideas"></span> Communication digitale</a>
</div>
</div>
<div class="col-md-8 ftco-animate p-4 p-md-5 d-flex align-items-center">
<div class="tab-content pl-md-5" id="v-pills-tabContent">
<div class="tab-pane fade show active py-5" id="v-pills-1" role="tabpanel" aria-labelledby="v-pills-1-tab">
<span class="icon mb-3 d-block flaticon-ideas"></span>
<h2 class="mb-4">Développement web</h2>
<p>Vous avez un projet d'application web ? Une idée de produit mais ne disposez pas des
compétences techniques nécessaires ? </p>
<p>Chez MayaSquad, nous vous accompagnons, et concevons la solution la plus adaptée à vos besoins.</p>
<p><a href="#contact-section" class="btn btn-primary px-4 py-3">En savoir plus</a></p>
</div>
<div class="tab-pane fade py-5" id="v-pills-2" role="tabpanel" aria-labelledby="v-pills-2-tab">
<span class="icon mb-3 d-block flaticon-flasks"></span>
<h2 class="mb-4">Intégration d'API</h2>
<p>Vous souhaitez exposer ou consomer des APIs ? Synchroniser les données entre votre SI et des
applications externes ?</p>
<p>Laissez-nous le faire pour vous en respectant les meilleurs standards du marché !</p>
<p><a href="#contact-section" class="btn btn-primary px-4 py-3">En savoir plus</a></p>
</div>
<div class="tab-pane fade py-5" id="v-pills-3" role="tabpanel" aria-labelledby="v-pills-3-tab">
<span class="icon mb-3 d-block flaticon-analysis"></span>
<h2 class="mb-4">Big Data & Data engineering</h2>
<p>Votre SI dispose d'une multitude de flux, la data s'accumule et vous souhaiteriez la rationnaliser et
commencer à la valoriser ?</p>
<p>Nous concevons des architectures distribuées, scalables et résilientes à la panne.</p>
<p><a href="#contact-section" class="btn btn-primary px-4 py-3">En savoir plus</a></p>
</div>
<div class="tab-pane fade py-5" id="v-pills-4" role="tabpanel" aria-labelledby="v-pills-4-tab">
<span class="icon mb-3 d-block flaticon-web-design"></span>
<h2 class="mb-4">Externalisation du SI</h2>
<p>Vous ne disposez d'aucune compétences techniques, ou tout simplement souhaitez vous décharger des
contraintes techniques de votre business ? </p>
<p>Nous vous accompagnons dans la mise en place et gestion de votre SI, construisons un programme adapté à
vos attentes.</p>
<p><a href="#contact-section" class="btn btn-primary px-4 py-3">En savoir plus</a></p>
</div>
<div class="tab-pane fade py-5" id="v-pills-5" role="tabpanel" aria-labelledby="v-pills-5-tab">
<span class="icon mb-3 d-block flaticon-ux-design"></span>
<h2 class="mb-4">Automation marketing</h2>
<p>Vous souhaitez optimiser la qualification de vos leads ? Automatiser la production de vos contenus &
événements ?</p>
<p>Nous vous aidons dans la préparation des données de votre SI et dans la mise en place de vos campagnes
automation.</p>
<p><a href="#contact-section" class="btn btn-primary px-4 py-3">En savoir plus</a></p>
</div>
<div class="tab-pane fade py-5" id="v-pills-6" role="tabpanel" aria-labelledby="v-pills-6-tab">
<span class="icon mb-3 d-block flaticon-innovation"></span>
<h2 class="mb-4">Intégration Emailing & CRM</h2>
<p>Vous souhaitez envoyer vos premières campagnes d'emailing, mais ne savez quel outil choisir (Mailchimp,
Sendinblue, Sendgrid, Hubspot .. ) ni comment l'intégrer ?</p>
<p>Nous vous conseillons dans le choix de la solution la plus adpatée à votre besoin, jusqu'à son
intégration. </p>
<hr>
<p>Les CRM (Salesforce, Hubpspot..), les logiciels marketing (Sendinblue, Mailchimp, Sengrid..) sont notre
quotidien.</p>
<p>Nous nous chargeons de vos intégrations ou développons vos synchronisations, sur mesure, pour répondre
à vos besoins métiers. </p>
<p><a href="#contact-section" class="btn btn-primary px-4 py-3">En savoir plus</a></p>
</div>
<div class="tab-pane fade py-5" id="v-pills-7" role="tabpanel" aria-labelledby="v-pills-7-tab">
<span class="icon mb-3 d-block flaticon-idea"></span>
<h2 class="mb-4">Site web & SEO</h2>
<p>Votre marque vient de naitre, et vous souhaitez mettre en place votre site web ? </p>
<p>Nous choisissons et intégrons les meilleurs outils pour vous, et concevons votre site, de sa réalisation à son référencement.</p>
<p><a href="#contact-section" class="btn btn-primary px-4 py-3">En savoir plus</a></p>
</div>
<div class="tab-pane fade py-5" id="v-pills-8" role="tabpanel" aria-labelledby="v-pills-8-tab">
<span class="icon mb-3 d-block flaticon-ideas"></span>
<h2 class="mb-4">Communication digitale</h2>
<p>Vous souhaitez améliorer ou lancer la communication de votre marque ?</p>
<p>L'image de votre marque est essentiele, nous pouvons mettre en place votre stratégie de communication. Mais aussi vous aider à faire connaitre votre marque. </p>
<p><a href="#contact-section" class="btn btn-primary px-4 py-3">En savoir plus</a></p>
</div>
</div>
</div>
</div>
</div>
</section>
<section class="ftco-section" id="us-section">
<div class="container">
<div class="row justify-content-center pb-5">
<div class="col-md-6 heading-section text-center ftco-animate">
<span class="subheading">Qui sommes-nous ?</span>
<h2 class="mb-4">À LA TÊTE DE LA SQUAD</h2>
Avant tout, l'association de deux entrepreneurs passionés, aux profils complémentaires. Yann a evolué dans la stratégie R&D et le management, Martin, architecte, est passionné par la technique et
expert data.</p>
<p>Pour gérer et animer vos communications digitales, qui de mieux que Chantal, experte en communication digitale depuis 10 ans. </p>
<p>Plutôt bien armés pour piloter vos <a href="#definition"><span style="color: #31de79">squads</span></a> et mener vos projets à bien !</p>
</div>
</div>
<div class="row">
<div class="col-md-4 col-lg-4 ftco-animate">
<div class="staff">
<div class="img-wrap d-flex align-items-stretch">
<div class="img align-self-stretch" style="background-image: url(images/yann.png);"></div>
</div>
<div class="text d-flex align-items-center pt-3 text-center">
<div>
<h3 class="mb-2">Yann Paumier</h3>
<span class="position mb-4">Co-Founder</span>
<div class="faded">
<ul class="ftco-social text-center">
<li class="ftco-animate"><a href="https://www.linkedin.com/in/yann-paumier-8778a9a9/"
target="_blank"><span class="icon-linkedin"></span></a></li>
</ul>
</div>
</div>
</div>
</div>
</div>
<div class="col-md-4 col-lg-4 ftco-animate">
<div class="staff">
<div class="img-wrap d-flex align-items-stretch">
<div class="img align-self-stretch" style="background-image: url(images/martin.png);"></div>
</div>
<div class="text d-flex align-items-center pt-3 text-center">
<div>
<h3 class="mb-2">Martin Menestret</h3>
<span class="position mb-4">Co-Founder</span>
<div class="faded">
<ul class="ftco-social text-center">
<li class="ftco-animate"><a href="https://www.linkedin.com/in/martin-menestret-6629b88b/"
target="_blank"><span class="icon-linkedin"></span></a></li>
<li class="ftco-animate"><a href="https://twitter.com/mmenestret"><span
class="icon-twitter"></span></a></li>
</ul>
</div>
</div>
</div>
</div>
</div>
<div class="col-md-4 col-lg-4 ftco-animate">
<div class="staff">
<div class="img-wrap d-flex align-items-stretch">
<div class="img align-self-stretch" style="background-image: url(images/chantal.png);"></div>
</div>
<div class="text d-flex align-items-center pt-3 text-center">
<div>
<h3 class="mb-2">Chantal Abreu</h3>
<span class="position mb-4">Marketing Ninja</span>
<div class="faded">
<ul class="ftco-social text-center">
<li class="ftco-animate"><a href="https://www.linkedin.com/in/chantalabreu/?originalSubdomain=fr"
target="_blank"><span class="icon-linkedin"></span></a></li>
</ul>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</section>
<section class="ftco-section contact-section ftco-no-pb" id="contact-section">
<div class="container">
<div class="row justify-content-center mb-5 pb-3">
<div class="col-md-7 heading-section text-center ftco-animate">
<span class="subheading">Contact</span>
<h2 class="mb-4">Discutons de votre projet</h2>
<p>Nous sommes à l'écoute des besoins métiers de nos clients, n'hésitez pas à nous contacter pour échanger
sur vos projets.</p>
</div>
</div>
<div class="row d-flex contact-info mb-5">
<div class="col-md-6 col-lg-4 d-flex ftco-animate">
<div class="align-self-stretch box p-4 text-center">
<div class="icon d-flex align-items-center justify-content-center">
<span class="icon-map-signs"></span>
</div>
<h3 class="mb-4">Addresses</h3>
<p>Paris, Nantes</p>
</div>
</div>
<div class="col-md-6 col-lg-4 d-flex ftco-animate">
<div class="align-self-stretch box p-4 text-center">
<div class="icon d-flex align-items-center justify-content-center">
<span class="icon-paper-plane"></span>
</div>
<h3 class="mb-4">Adresse Email</h3>
<p><a href="mailto:[email protected]">[email protected]</a></p>
</div>
</div>
<div class="col-md-6 col-lg-4 d-flex ftco-animate">
<div class="align-self-stretch box p-4 text-center">
<div class="icon d-flex align-items-center justify-content-center">
<span class="icon-globe"></span>
</div>
<h3 class="mb-4">Site Web</h3>
<p><a href="#">https://mayasquad.com/</a></p>
</div>
</div>
</div>
<div class="row no-gutters block-9">
<div class="col-md-6 order-md-last d-flex">
<form class="bg-light p-5 contact-form" id="sib-form" method="POST"
action="https://sibforms.com/serve/MUIEAF-LuATUHQlEkRzGFuRQb13uDqeSYsjgTAIpW8ZaC6UGoEHX5KAce3-JHUF1u8UfuuT0WEVtZsdrfxF5wJNrpkmcNmesz7FAClrgdkhWtVfeqjCxaOYp8ZzbHgzW0QXOUzYm2BKEUmZ7n0ivNFdI76cPn_RcDRaJSrr2t16hcFZ5vNUYSFn6-5HW3E_qWEtCG5U7lPV6vtAH">
<div style="padding: 8px 0;">
<div class="sib-input sib-form-block">
<div class="form__entry entry_block">
<div class="form__label-row ">
<div class="entry__field">
<input class="input" maxlength="200" type="text" id="NOM" name="NOM" autocomplete="off"
placeholder="Votre nom" data-required="true" required />
</div>
</div>
<label class="entry__error entry__error--primary"
style=" font-size:16px; text-align:left; font-family:"Helvetica", sans-serif; color:#661d1d; background-color:#ffeded; border-radius:3px; border-width:px; border-color:#ff4949;">
</label>
</div>
</div>
</div>
<div style="padding: 8px 0;">
<div class="sib-input sib-form-block">
<div class="form__entry entry_block">
<div class="form__label-row ">
<div class="entry__field">
<input class="input" maxlength="200" type="email" id="EMAIL" name="EMAIL" autocomplete="off"
placeholder="Votre email" data-required="true" required />
</div>
</div>
<label class="entry__error entry__error--primary"
style=" font-size:16px; text-align:left; font-family:"Helvetica", sans-serif; color:#661d1d; background-color:#ffeded; border-radius:3px; border-width:px; border-color:#ff4949;">
</label>
</div>
</div>
</div>
<div style="padding: 8px 0;">
<div class="sib-sms-field sib-form-block">
<div class="form__entry entry_block">
<div class="form__label-row ">
<div class="sib-sms-input-wrapper">
<div class="sib-sms-input" data-placeholder="Numéro" data-required="" data-country-code="FR" data-value="">
<div class="entry__field">
<select class="input" name="SMS__COUNTRY_CODE">
<option value="+33">
+33 FR
</option>
<option value="+91">
+91 IN
</option>
<option value="+687">
+687 NC
</option>
<option value="+689">
+689 PF
</option>
<option value="+262">
+262 YT
</option>
<option value="+508">
+508 PM
</option>
<option value="+681">
+681 WF
</option>
<option value="+352">
+352 LU
</option>
<option value="+63">
+63 PH
</option>
<option value="+27">
+27 ZA
</option>
<option value="+64">
+64 NZ
</option>
<option value="+420">
+420 CZ
</option>
<option value="+31">
+31 NL
</option>
<option value="+1">
+1 PR
</option>
<option value="+41">
+41 CH
</option>
<option value="+44">
+44 GB
</option>
<option value="+230">
+230 MU
</option>
<option value="+590">
+590 BL
</option>
<option value="+594">
+594 GF
</option>
<option value="+596">
+596 MQ
</option>
<option value="+269">
+269 KM
</option>
<option value="+971">
+971 AE
</option>
<option value="+387">
+387 BA
</option>
<option value="+880">
+880 BD
</option>
<option value="+852">
+852 HK
</option>
<option value="+32">
+32 BE
</option>
<option value="+39">
+39 IT
</option>
<option value="+213">
+213 DZ
</option>
<option value="+49">
+49 DE
</option>
<option value="+212">
+212 MA
</option>
<option value="+86">
+86 CN
</option>
<option value="+81">
+81 JP
</option>
<option value="+216">
+216 TN
</option>
<option value="+34">
+34 ES
</option>
<option value="+972">
+972 IL
</option>
<option value="+30">
+30 GR
</option>
<option value="+370">
+370 LT
</option>
<option value="+60">
+60 MY
</option>
<option value="+92">
+92 PK
</option>
<option value="+7">
+7 RU
</option>
<option value="+356">
+356 MT
</option>
<option value="+20">
+20 EG
</option>
<option value="+94">
+94 LK
</option>
<option value="+886">
+886 TW
</option>
<option value="+234">
+234 NG
</option>
<option value="+62">
+62 ID
</option>
<option value="+45">
+45 DK
</option>
<option value="+98">
+98 IR
</option>
<option value="+977">
+977 NP
</option>
<option value="+90">
+90 TR
</option>
<option value="+376">
+376 AD
</option>
<option value="+507">
+507 PA
</option>
<option value="+380">
+380 UA
</option>
<option value="+598">
+598 UY
</option>
<option value="+58">
+58 VE
</option>
<option value="+84">
+84 VN
</option>
<option value="+54">
+54 AR
</option>
<option value="+52">
+52 MX
</option>
<option value="+48">
+48 PL
</option>
<option value="+386">
+386 SI
</option>
<option value="+385">
+385 HR
</option>
<option value="+47">
+47 NO
</option>
<option value="+40">
+40 RO
</option>
<option value="+46">
+46 SE
</option>
<option value="+66">
+66 TH
</option>
<option value="+56">
+56 CL
</option>
<option value="+353">
+353 IE
</option>
<option value="+421">
+421 SK
</option>
<option value="+358">
+358 FI
</option>
<option value="+61">
+61 AU
</option>
<option value="+359">
+359 BG
</option>
<option value="+36">
+36 HU
</option>
<option value="+43">
+43 AT
</option>
<option value="+57">
+57 CO
</option>
<option value="+1">
+1 JM
</option>
<option value="+595">
+595 PY
</option>
<option value="+509">
+509 HT
</option>
<option value="+995">
+995 GE
</option>
<option value="+372">
+372 EE
</option>
<option value="+593">
+593 EC
</option>
<option value="+962">
+962 JO
</option>
<option value="+973">
+973 BH
</option>
<option value="+261">
+261 MG
</option>
<option value="+65">
+65 SG
</option>
<option value="+1">
+1 US
</option>
<option value="+1">
+1 CA
</option>
<option value="+371">
+371 LV
</option>
<option value="+961">
+961 LB
</option>
<option value="+590">
+590 FR
</option>
<option value="+505">
+505 NI
</option>
<option value="+351">
+351 PT
</option>
<option value="+55">
+55 BR
</option>
<option value="+370">
+370 LT
</option>
<option value="+51">
+51 PE
</option>
<option value="+974">
+974 QA
</option>
<option value="+375">
+375 BL
</option>
<option value="+233">
+233 GH
</option>
<option value="+354">
+354 IS
</option>
<option value="+243">
+243 CG
</option>
<option value="+1">
+1 BS
</option>
<option value="+503">
+503 SV
</option>
</select>
</div>
<div class="entry__field" style="width: 100%">
<input type="tel" type="text" class="input" id="SMS" name="SMS" autocomplete="off" placeholder="Numéro" />
</div>
</div>
<div class="sib-sms-tooltip">
<div class="sib-sms-tooltip__box">
Le champ SMS doit contenir entre 6 et 19 chiffres et inclure le code pays sans utiliser +/0 (ex. : 33xxxxxxxxx pour la France)
</div>
<span class="sib-sms-tooltip__icon">?</span>
</div>
</div>
</div>
<label class="entry__error entry__error--primary" style=" font-size:16px; text-align:left; font-family:"Helvetica", sans-serif; color:#661d1d; background-color:#ffeded; border-radius:3px; border-width:px; border-color:#ff4949;">
</label>
<label class="entry__error entry__error--secondary" style=" font-size:16px; text-align:left; font-family:"Helvetica", sans-serif; color:#661d1d; background-color:#ffeded; border-radius:3px; border-width:px; border-color:#ff4949;">
</label>
</div>
</div>
</div>
<div style="padding: 8px 0;">
<div class="sib-input sib-form-block">
<div class="form__entry entry_block">
<div class="form__label-row ">
<div class="entry__field">
<textarea rows="6" class="input" maxlength="500" id="MESSAGE" name="MESSAGE" autocomplete="off"
placeholder="Votre demande" data-required="true" required></textarea>
</div>
</div>
<label class="entry__error entry__error--primary"
style=" font-size:16px; text-align:left; font-family:"Helvetica", sans-serif; color:#661d1d; background-color:#ffeded; border-radius:3px; border-width:px; border-color:#ff4949;">
</label>
</div>
</div>
</div>
<input type="text" name="email_address_check" value="" class="input--hidden">
<input type="hidden" name="locale" value="fr">
<input type="hidden" name="html_type" value="simple">
<div class="form-group" style="margin-left: 15px; margin-top: 10px">
<input type="submit" value="Envoyer" class="btn btn-primary py-3 px-5">
</div>
</form>
</div>
<div class="col-md-6 d-flex">
<div id="map" class="bg-white"><iframe width="100%" height="100%" id="gmap_canvas"
src="https://maps.google.com/maps?q=Paris&t=&z=13&ie=UTF8&iwloc=&output=embed" frameborder="0"
scrolling="no" marginheight="0" marginwidth="0"></iframe>
<style>
.mapouter {
position: relative;
text-align: right;
height: 500px;
width: 600px;
}
.gmap_canvas {
overflow: hidden;
background: none !important;
height: 500px;
width: 600px;
}
</style>
</div>
</div>
</div>
</div>
</section>
<footer class="ftco-footer ftco-section">
<div class="container">
<div class="row mb-5">
<div class="col-md">
<div class="ftco-footer-widget mb-4">
<h2 class="ftco-heading-2">À propos de MayaSquad</h2>
<p>Une <a href="#definition"><span style="color: #31de79">squad</span></a> d'indépendants qualifiés, pour repondre à vos besoins
metiers, au meilleur prix.</p>
<ul class="ftco-footer-social list-unstyled float-md-left float-lft mt-5">
<li class="ftco-animate"><a href="#"><span class="icon-twitter"></span></a></li>
<li class="ftco-animate"><a href="#"><span class="icon-facebook"></span></a></li>
<li class="ftco-animate"><a href="#"><span class="icon-instagram"></span></a></li>
</ul>
</div>
</div>
<div class="col-md">
<div class="ftco-footer-widget mb-4 ml-md-4">
<h2 class="ftco-heading-2">Links</h2>
<ul class="list-unstyled">
<li><a href="#home-section"><span class="icon-long-arrow-right mr-2"></span>Accueil</a></li>
<li><a href="#services-section"><span class="icon-long-arrow-right mr-2"></span>Expertises</a></li>
<li><a href="#us-section"><span class="icon-long-arrow-right mr-2"></span>Qui sommes-nous ?</a></li>
<li><a href="#contact-section"><span class="icon-long-arrow-right mr-2"></span>Contactez-nous</a></li>
<li><a href="#"><span class="icon-long-arrow-right mr-2"></span>Rejoins la squads !</a></li>
</ul>
</div>
</div>
<div class="col-md">
<div class="ftco-footer-widget mb-4">
<h2 class="ftco-heading-2">Services</h2>
<ul class="list-unstyled">
<li><a href="#"><span class="icon-long-arrow-right mr-2"></span>Développements web</a></li>
<li><a href="#"><span class="icon-long-arrow-right mr-2"></span>Intégration d'API</a></li>
<li><a href="#"><span class="icon-long-arrow-right mr-2"></span>Big Data & Data engineering</a></li>
<li><a href="#"><span class="icon-long-arrow-right mr-2"></span>Externalisation du SI</a></li>
<li><a href="#"><span class="icon-long-arrow-right mr-2"></span>Automation marketing</a></li>
<li><a href="#"><span class="icon-long-arrow-right mr-2"></span>Intégration Emailing & CRM</li>
<li><a href="#"><span class="icon-long-arrow-right mr-2"></span>Site web & SEO</a></li>
<li><a href="#"><span class="icon-long-arrow-right mr-2"></span>Communication digitale</a></li>
</ul>
</div>
</div>
<div class="col-md">
<div class="ftco-footer-widget mb-4">
<h2 class="ftco-heading-2">Une question ?</h2>
<div class="block-23 mb-3">
<ul>
<li><a href="mailto:[email protected]"><span class="icon icon-envelope"></span><span
class="text">[email protected]</span></a></li>
</ul>
</div>
</div>
</div>
</div>
<div class="row">
<div class="col-md-12 text-center">
<p>
Copyright ©
<script>document.write(new Date().getFullYear());</script> Tout droits reservés | Made with <i
class="icon-heart color-danger" aria-hidden="true"></i> by <a href="https://colorlib.com" target="_blank">
MayaSquad</a>
</p>
</div>
</div>
</div>
</footer>
<!-- loader -->
<div id="ftco-loader" class="show fullscreen"><svg class="circular" width="48px" height="48px">
<circle class="path-bg" cx="24" cy="24" r="22" fill="none" stroke-width="4" stroke="#eeeeee" />
<circle class="path" cx="24" cy="24" r="22" fill="none" stroke-width="4" stroke-miterlimit="10"
stroke="#F96D00" /></svg></div>
<script src="js/jquery.min.js"></script>
<script src="js/jquery-migrate-3.0.1.min.js"></script>
<script src="js/popper.min.js"></script>
<script src="js/bootstrap.min.js"></script>
<script src="js/jquery.easing.1.3.js"></script>
<script src="js/jquery.waypoints.min.js"></script>
<script src="js/jquery.stellar.min.js"></script>
<script src="js/owl.carousel.min.js"></script>
<script src="js/jquery.magnific-popup.min.js"></script>
<script src="js/aos.js"></script>
<script src="js/jquery.animateNumber.min.js"></script>
<script src="js/scrollax.min.js"></script>
<script src="js/main.js"></script>
<script>
function initFreshChat() {
window.fcWidget.init({
token: "1efe53e6-bd9f-4e72-98c1-4f3dbbb7c6b4",
host: "https://wchat.freshchat.com"
});
}
function initialize(i, t) { var e; i.getElementById(t) ? initFreshChat() : ((e = i.createElement("script")).id = t, e.async = !0, e.src = "https://wchat.freshchat.com/js/widget.js", e.onload = initFreshChat, i.head.appendChild(e)) } function initiateCall() { initialize(document, "freshchat-js-sdk") } window.addEventListener ? window.addEventListener("load", initiateCall, !1) : window.attachEvent("load", initiateCall, !1);
</script>
</body>
</html>