forked from Support-AdaTech/ADA-Tech
-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
753 lines (748 loc) · 29.2 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
<!DOCTYPE html>
<html lang="fr">
<head>
<title>Ada Tech</title>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<link rel="stylesheet" href="css + js/styles.css" />
<link
rel="stylesheet"
href="https://cdnjs.cloudflare.com/ajax/libs/slick-carousel/1.9.0/slick.min.css"
/>
<link
rel="stylesheet"
href="https://cdnjs.cloudflare.com/ajax/libs/slick-carousel/1.9.0/slick-theme.min.css"
/>
<meta
name="description"
content="Ici, vous trouverez notamment les configs et des produits que nous conseillons (mis à jour chaque mois)."
/>
<link rel="apple-touch-icon" sizes="180x180" href="/apple-touch-icon.png" />
<link rel="icon" type="image/png" sizes="32x32" href="/favicon-32x32.png" />
<link rel="icon" type="image/png" sizes="16x16" href="/favicon-16x16.png" />
<link rel="manifest" href="/site.webmanifest" />
<link rel="mask-icon" href="/safari-pinned-tab.svg" color="#5bbad5" />
<meta name="msapplication-TileColor" content="#da532c" />
<meta name="theme-color" content="#ffffff" />
<meta
name="viewport"
content="width=device-width, initial-scale=1.0, viewport-fit=cover"
/>
</head>
<body>
<div class="smooth">
<header id="top">
<a href="./"> <h3>Ada Tech</h3></a>
<nav>
<ul>
<li>
<a href="#section1" title="Home">Home</a>
</li>
<li>
<a href="#section2" title="Services">A propos</a>
</li>
<li>
<a href="#section3" title="Configs">Configs</a>
</li>
<li>
<a href="#section4" title="produits">Produits</a>
</li>
<li>
<a href="#section5" title="Avis">Avis</a>
</li>
</ul>
</nav>
</header>
<main>
<!--Section grandement inspirée par Juxtapposed : https://x.com/juxtopposed-->
<section id="section1">
<div class="background">
<svg
class="background-svg"
xmlns="http://www.w3.org/2000/svg"
width="782"
height="586"
viewBox="0 0 982 786"
fill="none"
>
<path
fill-rule="evenodd"
clip-rule="evenodd"
d="M490 401V537H348.5V401H490ZM490 785.5V676H348.5V785.5H347.5V676H206V785.5H205V676H63.5V785.5H62.5V676H0V675H62.5V538H0V537H62.5V401H0V400H62.5V258H0V257H62.5V116H0V115H62.5V0H63.5V115L205 115V0H206V115L347.5 115V0H348.5V115H490V0H491V115L627.5 115V0H628.5V115H765V0H766V115L902.5 115V0H903.5V115H982V116H903.5V257H982V258H903.5V400H982V401H903.5V537H982V538H903.5V675H982V676H903.5V785.5H902.5V676H766V785.5H765V676H628.5V785.5H627.5V676H491V785.5H490ZM902.5 675V538H766V675H902.5ZM902.5 537V401H766V537H902.5ZM902.5 400V258H766V400H902.5ZM902.5 257V116L766 116V257H902.5ZM627.5 675H491V538H627.5V675ZM765 675H628.5V538H765V675ZM348.5 675H490V538H348.5V675ZM347.5 538V675H206V538H347.5ZM205 538V675H63.5V538H205ZM765 537V401H628.5V537H765ZM765 400V258H628.5V400H765ZM765 257V116H628.5V257H765ZM347.5 401V537H206V401H347.5ZM205 401V537H63.5V401H205ZM627.5 401V537H491V401H627.5ZM627.5 116L491 116V257H627.5V116ZM627.5 258H491V400H627.5V258ZM63.5 257V116L205 116V257H63.5ZM63.5 400V258H205V400H63.5ZM206 116V257H347.5V116L206 116ZM348.5 116V257H490V116H348.5ZM206 400V258H347.5V400H206ZM348.5 258V400H490V258H348.5Z"
fill="url(#paint0_radial_1_8)"
/>
<defs>
<radialGradient
id="paint0_radial_1_8"
cx="0"
cy="0"
r="1"
gradientUnits="userSpaceOnUse"
gradientTransform="translate(491 392.75) rotate(90) scale(513.25 679.989)"
>
<stop stop-color="white" stop-opacity="0.2" />
<stop offset="1" stop-color="#000" stop-opacity="0" />
</radialGradient>
</defs>
</svg>
<div class="background-blur"></div>
</div>
<div class="title">
<p>Ada Tech</p>
<p style="font-size: smaller">Support</p>
</div>
<a class="cta first" href="#section2"
><button>Pourquoi nous?</button><span></span
></a>
<a class="cta second" href="#pub"
><button>Contact</button><span></span
></a>
<a class="cta third" href="https://discord.gg/nCSGYFxZ5h"
><button>Discord</button><span></span
></a>
<svg
class="top-right"
width="219"
height="147"
viewBox="0 0 219 147"
fill="none"
xmlns="http://www.w3.org/2000/svg"
>
<rect
opacity="0.18"
x="10.4252"
y="75.8326"
width="7.50168"
height="7.50168"
transform="rotate(110.283 10.4252 75.8326)"
fill="#686868"
stroke="white"
stroke-width="1.22683"
/>
<rect
opacity="0.18"
x="180.869"
y="138.825"
width="7.50168"
height="7.50168"
transform="rotate(110.283 180.869 138.825)"
fill="#686868"
stroke="white"
stroke-width="1.22683"
/>
<rect
x="69.4713"
y="-91.84"
width="180.485"
height="180.485"
transform="rotate(20.2832 69.4713 -91.84)"
stroke="white"
stroke-opacity="0.1"
stroke-width="1.22683"
/>
</svg>
<svg
class="bottom-left"
width="232"
height="191"
viewBox="0 0 232 191"
fill="none"
xmlns="http://www.w3.org/2000/svg"
>
<circle
cx="50.5685"
cy="172.432"
r="112.068"
stroke="white"
stroke-opacity="0.09"
/>
<g opacity="0.1">
<path d="M26.4932 5.20547L228.856 172.432" stroke="#D9D9D9" />
<rect
x="22.4384"
y="0.5"
width="6.15753"
height="6.15753"
fill="#686868"
stroke="white"
/>
<rect
x="224.801"
y="169.027"
width="6.15753"
height="6.15753"
fill="#686868"
stroke="white"
/>
<circle
cx="121.819"
cy="83.613"
r="1.7774"
fill="#323232"
stroke="white"
/>
</g>
</svg>
</section>
<section id="section2">
<div id="features-container">
<!-- Features Section Description -->
<div id="features-description">
<h2>Nos services</h2>
<p>
Support informatique, configs PC et conseils d'achat. Serveur
communautaire, entraide, discussion, appretissage. Staff réactif
et à l'écoute!
</p>
</div>
<!-- Features List -->
<div id="service-features">
<div id="feature">
<img
width="94"
height="94"
src="https://img.icons8.com/3d-fluency/94/workstation.png"
alt="workstation"
/>
<h2 id="feature-title">Configs PC</h2>
<p>
Créations sur-mesure, adaptée à vos besoins et à votre budget.
</p>
<a href="#section3"
><button id="feature-button">Voir plus!</button></a
>
</div>
<div id="feature">
<img
width="94"
height="94"
src="https://img.icons8.com/3d-fluency/94/shopping-cart.png"
alt="shopping-cart"
/>
<h2 id="feature-title">Catalogue</h2>
<p>
Sélection des meilleurs produits tech niveau rapport
qualité-prix.
</p>
<a href="/Produits/"
><button id="feature-button">
Découvrir<i
class="fa-solid fa-arrow-up-right-from-square"
></i></button
></a>
</div>
<div id="feature">
<img
width="94"
height="94"
src="https://img.icons8.com/3d-fluency/94/ask-question.png"
alt="ask-question"
/>
<h2 id="feature-title">FAQ</h2>
<p>
Les réponses aux questions courantes d'hardware et de
software.
</p>
<a href="/FAQ"
><button id="feature-button">
Découvrir<i
class="fa-solid fa-arrow-up-right-from-square"
></i></button
></a>
</div>
<div id="feature">
<img
width="94"
height="94"
src="https://img.icons8.com/3d-fluency/94/news.png"
alt="news"
/>
<h2 id="feature-title">Tech News</h2>
<p>
Le meilleur de l'actu tech du mois! Internet, Hardware, IA...
</p>
<a href="/News"
><button id="feature-button">
Découvrir<i
class="fa-solid fa-arrow-up-right-from-square"
></i></button
></a>
</div>
</div>
</div>
</section>
<section id="section3">
<h2>Configs PC</h2>
<p>
Personnalisation et ajustement des configs sur
<a
class="leadlink"
href="https://discord.gg/nCSGYFxZ5h"
target="blank"
><u>Discord</u></a
>
</p>
<hr />
<p>
<i>Besoin d'inspiration ? Voici quelques exemples :</i>
</p>
<div class="budget-filter-container">
<div class="budget-filter-wrapper">
<div class="budget-filter">
<form>
<label>
<input type="radio" name="budget" /> <span>Tout</span>
</label>
<label>
<input type="radio" name="budget" checked />
<span>Petit budget (<1000€)</span>
</label>
<label>
<input type="radio" name="budget" />
<span>Moyen budget (1000-1600€)</span>
</label>
<label>
<input type="radio" name="budget" />
<span>Grand budget (>1600€)</span>
</label>
</form>
</div>
</div>
<div class="gradient-overlay"></div>
</div>
<div class="grid g_three config">
<!-- Config générées dynamiquement-->
</div>
</section>
<section id="section4">
<h2>Des valeurs sures</h2>
<p>
Une sélection des meilleurs composants et périphériques avec un très
bon rapport qualité/prix.
</p>
<div class="slider autoplay">
<div class="block">
<a
href="https://www.amazon.fr/HyperX-Casque-Gaming-Mobile-Bronze/dp/B00SAYCVTQ?__mk_fr_FR=%C3%85M%C3%85%C5%BD%C3%95%C3%91&crid=3QZR038PTQ2ZE&keywords=hyperx+cloud+ii&qid=1692780711&sprefix=hyperx+cloud+ii%2Caps%2C72&sr=8-2-spons&sp_csd=d2lkZ2V0TmFtZT1zcF9hdGY&psc=1&linkCode=ll1&tag=enigmatech07-21&linkId=206e939483e23346bbb27e93f0671b2f&language=fr_FR&ref_=as_li_ss_tl"
target="blank"
>
<figure>
<img
src="https://m.media-amazon.com/images/I/31wOiy+Y4xL.jpg"
alt="31wOiy+Y4xL"
/>
<p>≃72.00€</p>
<figcaption>HyperX Cloud II</figcaption>
</figure>
<p>Casque Gaming avec Micro pour PC/PS4/Mac, Gris</p></a
>
</div>
<div class="block">
<a
href="https://www.amazon.fr/MSI-Carte-m%C3%A8re-B760-P-DDR4/dp/B0BJW1G7VN?crid=3SXTQ3IE0B2DZ&keywords=b760p+wifi&qid=1692721809&s=computers&sbo=RZvfv%2F%2FHxDF%2BO5021pAnSA%3D%3D&sprefix=b760p%2Ccomputers%2C87&sr=1-1&linkCode=ll1&tag=enigmatech07-21&linkId=d48b5a51700c5f734e4024855355befa&language=fr_FR&ref_=as_li_ss_tl"
target="blank"
>
<figure>
<img
src="https://m.media-amazon.com/images/I/51dOHDzwW5L.jpg"
alt="51dOHDzwW5L"
/>
<p>≃178€</p>
<figcaption>MSI Pro B760-P WiFi</figcaption>
</figure>
<p>
Carte mère DDR4 ATX, Intel 12<sup>e</sup> et 13<sup>e</sup>
gen (LGA 1700)
</p></a
>
</div>
<div class="block">
<a
href="https://designedby.gg/product/ironclad-v3/"
target="blank"
>
<figure>
<img
src="https://designedby.gg/wp-content/uploads/2023/08/B3.jpg"
alt="ironclad-v3"
/>
<p>≃149€</p>
<figcaption>Ironclad V3 - Designed by GG</figcaption>
</figure>
<p>Clavier AZERTY filaire 100% avec switchs red ou brown</p></a
>
</div>
<div class="block">
<a
href="https://www.amazon.fr/DeepCool-Watercooling-LT720-Refroidisseur-refroidisseur/dp/B0B9SKBGFP?__mk_fr_FR=%C3%85M%C3%85%C5%BD%C3%95%C3%91&crid=3KXGS89Q6VZ4L&keywords=lt720&qid=1692718556&s=computers&sprefix=lt720%2Ccomputers%2C72&sr=1-1&th=1&linkCode=ll1&tag=enigmatech07-21&linkId=e1c39349a84579d057b700988ee6d153&language=fr_FR&ref_=as_li_ss_tl"
target="blank"
>
<figure>
<img
src="https://m.media-amazon.com/images/I/31vR+qTk+ML.jpg"
alt="31vR+qTk+ML"
/>
<p>≃145€</p>
<figcaption>DeepCool LT720</figcaption>
</figure>
<p>
Watercooling CPU 360mm ARGB pour AM4/AM5 et LGA 1700/1200
</p></a
>
</div>
<div class="block">
<a
href="https://www.amazon.fr/AOC-Gaming-24G2SPAE-Haut-Parleur-DisplayPort/dp/B0B3JHP728?__mk_fr_FR=%C3%85M%C3%85%C5%BD%C3%95%C3%91&crid=2KE9V6YBOAZ7O&keywords=165hz+ips+1080p+24%22&qid=1692723476&sprefix=165hz+ips+1080p+24%22%2Caps%2C72&sr=8-4&linkCode=ll1&tag=enigmatech07-21&linkId=9ea8b938984b1f1063eb828744ca6af0&language=fr_FR&ref_=as_li_ss_tl"
target="blank"
>
<figure>
<img
src="https://m.media-amazon.com/images/I/41dKb4q6WcL.jpg"
alt="41dKb4q6WcL"
/>
<p>≃145€</p>
<figcaption>AOC Gaming 24G2SPAE</figcaption>
</figure>
<p>Écran IPS FHD 24" 165Hz, 1ms MPRT, FreeSync/G-Sync</p></a
>
</div>
<div class="block">
<a
href="https://www.amazon.fr/Thermalright-Refroidisseur-refroidisseur-ventilateur-technologie/dp/B09NSTR7JZ?__mk_fr_FR=%C3%85M%C3%85%C5%BD%C3%95%C3%91&crid=1RD976EAR56QB&keywords=thermalright+peerless+assassin&qid=1692723649&sprefix=thermalright+peerless+assassin%2Caps%2C70&sr=8-1-spons&sp_csd=d2lkZ2V0TmFtZT1zcF9hdGY&psc=1&linkCode=ll1&tag=enigmatech07-21&linkId=ee9865baf29511c9a26f7537f9c9424e&language=fr_FR&ref_=as_li_ss_tl"
target="blank"
>
<figure>
<img
src="https://m.media-amazon.com/images/I/41hFTmi5aUL.jpg"
alt="41hFTmi5aUL"
/>
<p>≃40€</p>
<figcaption>Thermalright Peerless Assassin 120 SE</figcaption>
</figure>
<p>
Ventirad CPU double ventilateur TL-C12C PWM, 6 caloducs
</p></a
>
</div>
</div>
<a rel="noopener" class="button" href="/Produits/" target="_blank"
>Voir Tout <i class="fa-solid fa-arrow-up-right-from-square"></i
></a>
</section>
<section id="section5">
<h2>Avis</h2>
<p>
Voici quelques avis des membres du serveur
<a
class="leadlink"
href="https://discord.gg/nCSGYFxZ5h"
target="blank"
><u>Discord</u></a
>
ayant été aidés par le staff de <strong>Ada Tech</strong>.
</p>
<div class="slider tes">
<div class="blockquote">
<img
width="94"
height="94"
src="https://img.icons8.com/3d-fluency/94/person-male--v1.png"
alt="person-male--v1"
/>
<div class="author">tsukkii</div>
<div class="pos">"Au top, de vrais connaisseurs"</div>
<blockquote>
<p>
Que ce soit des problèmes software ou hardware, j'ai toujours
eu la chance d'avoir de l'aide et une aide efficace surtout.
Mon aide pour le montage de ma config actuelle préparée par
eux selon mes besoins, rien à redire.
</p>
</blockquote>
</div>
<div class="blockquote">
<img
width="94"
height="94"
src="https://img.icons8.com/3d-fluency/94/person-male--v1.png"
alt="person-male--v1"
/>
<div class="author">maestroal7</div>
<div class="pos">"Création config à 1600€ et aide pour tout"</div>
<blockquote>
<p>
Je les remercierai jamais assez pour tous les conseils que
j'ai reçus, tout le temps qu'ils m'ont consacré. Je recommande
ce serveur à 200%, vous pouvez demander ce que vous voulez les
yeux fermés.
</p>
</blockquote>
</div>
<div class="blockquote">
<img
width="94"
height="94"
src="https://img.icons8.com/3d-fluency/94/person-male--v1.png"
alt="person-male--v1"
/>
<div class="author">raquette2tennis</div>
<div class="pos">"Parfait"</div>
<blockquote>
<p>
Sûrement le meilleur serveur si vous cherchez des configs pour
un PC. Ils m'ont accompagné pour le choix de mes composants
ainsi que pour trouver les meilleurs prix au moment de
l'achat. Je recommande énormément le serveur !
</p>
</blockquote>
</div>
<div class="blockquote">
<img
width="94"
height="94"
src="https://img.icons8.com/3d-fluency/94/person-female.png"
alt="person-female"
/>
<div class="author">nekaito77</div>
<div class="pos">"Superbe configuration"</div>
<blockquote>
<p>
Je suis totalement satisfaite, cela fait maintenant 3 mois et
demi que j'ai mon PC. Ils sont géniaux, donnent de bons
conseils et restent jusqu'au bout de leur explication. Merci à
vous les gars, n'arrêtez pas !
</p>
</blockquote>
</div>
<div class="blockquote">
<img
width="94"
height="94"
src="https://img.icons8.com/3d-fluency/94/person-male--v1.png"
alt="person-male--v1"
/>
<div class="author">tayzen07</div>
<div class="pos">"Merci encore"</div>
<blockquote>
<p>
Merci au staff en général et au goat le.fier.francais. qui est
très calme, sympa, qui prend le temps et qui explique bien.
Merci à vous 😉
</p>
</blockquote>
</div>
<div class="blockquote">
<img
width="94"
height="94"
src="https://img.icons8.com/3d-fluency/94/person-male--v1.png"
alt="person-male--v1"
/>
<div class="author">Yass</div>
<div class="pos">"Merci!"</div>
<blockquote>
<p>
Merci à tous les staffs qui ont su m'accompagner dans ma
recherche 10/10 je recommande le serveur +++
</p>
</blockquote>
</div>
<div class="blockquote">
<img
width="94"
height="94"
src="https://img.icons8.com/3d-fluency/94/person-male--v1.png"
alt="person-male--v1"
/>
<div class="author">LE rouge</div>
<div class="pos">"Serveur incroyable !!!"</div>
<blockquote>
<p>
Un serveur juste incroyable. Vous pouvez avoir n'importe quel
problème en informatique, en un rien de temps il sera résolu
grâce à un staff ultra réactif et clair dans ses explications.
Merci pour votre aide !
</p>
</blockquote>
</div>
<div class="blockquote">
<img
width="94"
height="94"
src="https://img.icons8.com/3d-fluency/94/person-male--v1.png"
alt="person-male--v1"
/>
<div class="author">mohaz25</div>
<div class="pos">"Excellent serveur pour les configs PC"</div>
<blockquote>
<p>
C'est un serveur accueillant et actif géré par des gens de
confiance et qui s'y connaissent dans le domaine. Meilleur
serveur pour en apprendre un maximum sur les PC, ils m'ont
accompagné de A à Z en m'aidant pour la config et pour le
montage.
</p>
</blockquote>
</div>
</div>
</section>
<section id="pub">
<h2>Rejoins notre Discord ou follow nous sur TikTok!</h2>
<p>
Apprends, partage, profite et trouve la réponse à tes questions!
</p>
<div class="reseaux">
<a
rel="noopener"
class="button"
href="https://discord.com/invite/x6TqmpWC3u"
target="_blank"
>Discord</a
>
<a
rel="noopener"
class="button"
href="https://www.tiktok.com/"
target="_blank"
>Tiktok (à venir)</a
>
</div>
</section>
</main>
<footer id="bottom">
<div class="widgets">
<div class="f_logo">
<h3 class="foo_logo">Ada Tech</h3>
</div>
<div class="widget">
<h5>Suis nous</h5>
<ul>
<li>
<a
href="https://discord.com/invite/x6TqmpWC3u"
title="Discord"
target="_blank"
rel="noopener noreferrer"
>Discord</a
>
</li>
<li>
<a
href="https://www.tiktok.com/"
title="Tiktok"
target="_blank"
rel="noopener noreferrer"
>Tiktok (à venir)</a
>
</li>
<li>
<a
href="https://github.com/discord-enigmatech"
title="GitHub"
target="_blank"
rel="noopener noreferrer"
>GitHub</a
>
</li>
</ul>
</div>
<div class="widget">
<h5>Pages</h5>
<ul>
<li>
<a href="#section3">Configs</a>
</li>
<li>
<a href="/FAQ/"
>FAQ<i
class="fa-solid fa-arrow-up-right-from-square fa-2xs"
></i
></a>
</li>
<li>
<a href="/News/"
>News<i
class="fa-solid fa-arrow-up-right-from-square fa-2xs"
></i
></a>
</li>
<li>
<a href="/Produits/"
>Produits<i
class="fa-solid fa-arrow-up-right-from-square fa-2xs"
></i
></a>
</li>
</ul>
</div>
<div class="widget">
<h5>Fondateurs</h5>
<ul>
<li>cl4ptrap444</li>
<li>cyber_josh</li>
<li>oll1p</li>
<li>baba35</li>
<li>moustafamily</li>
</ul>
</div>
<div class="widget">
<h5>Contacts</h5>
<ul>
<li>France</li>
<li>Pro : [email protected]</li>
<li>Dev : cyber_josh (discord)</li>
<li>
Ticket sur
<a
rel="noopener"
href="https://discord.com/invite/x6TqmpWC3u"
target="_blank"
><u>Discord</u></a
>
</li>
<li>24/24 7/7</li>
</ul>
</div>
</div>
<div class="copy">
<p class="credits">
Made with <span class="heart">♥</span> by
<a rel="noopener" href="https://pierrelouis.net/" target="_blank"
>Josh</a
>
- Inspiré du design ©2019 d'<a
href="https://twitter.com/andrejsharapov"
target="_blank"
rel="noopener noreferrer"
>Andrej Sharapov</a
>.
</p>
<p><a href="#section1">Retour ↑ en haut</a></p>
</div>
<div class="copy">
<p>
<a rel="noopener" href="/Disclaimer/" target="_blank"
>Déclaration d'affiliation : En tant qu'Associé Amazon, nous
pouvons générer des commissions sur les achats admissibles
effectués sur Amazon.fr.</a
>
</p>
</div>
<div class="copy">
<p><br /></p>
</div>
</footer>
</div>
<link
rel="stylesheet"
href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.4.2/css/all.min.css"
integrity="sha512-z3gLpd7yknf1YoNbCzqRKc4qyor8gaKU1qmn+CShxbuBusANI9QpRohGBreCFkKxLhei6S9CQXFEbbKuqLg0DA=="
crossorigin="anonymous"
referrerpolicy="no-referrer"
/>
<script src="https://code.jquery.com/jquery-3.6.4.min.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/slick-carousel/1.9.0/slick.min.js"></script>
<script src="css%20+%20js/configs-pc.js"></script>
<script src="css%20+%20js/script.js"></script>
</body>
</html>