-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
576 lines (542 loc) · 31.5 KB
/
index.html
File metadata and controls
576 lines (542 loc) · 31.5 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
<!DOCTYPE html>
<html lang="fr">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>LSSD Community - Serveur FivePD</title>
<script src="https://cdn.tailwindcss.com"></script>
<link rel="stylesheet" href="style.css">
<script src="script.js" defer></script>
</head>
<body class="bg-gray-900 text-white overflow-x-hidden">
<nav class="fixed top-0 w-full z-50 glass-effect">
<div class="max-w-7xl mx-auto px-4 sm:px-6 lg:px-8">
<div class="flex items-center justify-between h-16">
<div class="flex items-center">
<div class="flex-shrink-0 flex items-center">
<div class="w-10 h-10 rounded-full flex items-center justify-center mr-3 pulse-glow" style="background-color: #354f52;">
<img
src="ade033f6aa026c0100098168b0404193.png"
alt="Logo du serveur"
class="w-full h-full object-cover rounded-full"
>
</div>
<span class="text-xl font-bold text-white">LSSD Community</span>
</div>
</div>
<div class="hidden md:block">
<div class="ml-10 flex items-baseline space-x-4">
<a
href="#accueil"
class="text-gray-300 px-3 py-2 rounded-md text-sm font-medium transition-colors"
style="color: #e2e8f0;"
onmouseover="this.style.color='#84a98c'"
onmouseout="this.style.color='#e2e8f0'"
>
Accueil
</a>
<a
href="#presentation"
class="text-gray-300 hover-text-lasd-accent px-3 py-2 rounded-md text-sm font-medium transition-colors"
>
Présentation
</a>
<a
href="#vision"
class="text-gray-300 hover-text-lasd-accent px-3 py-2 rounded-md text-sm font-medium transition-colors"
>
Vision du serveur
</a>
<a
href="#etapes"
class="text-gray-300 hover-text-lasd-accent px-3 py-2 rounded-md text-sm font-medium transition-colors"
>
Étapes du projet
</a>
<a
href="#team"
class="text-gray-300 hover-text-lasd-accent px-3 py-2 rounded-md text-sm font-medium transition-colors"
>
Équipe
</a>
<a
href="#contact"
class="text-gray-300 hover-text-lasd-accent px-3 py-2 rounded-md text-sm font-medium transition-colors"
>
Contact
</a>
<a
href="https://mdt.lssd-community.cozedev.com/"
class="text-gray-300 hover-text-lasd-accent px-3 py-2 rounded-md text-sm font-medium transition-colors"
referrerpolicy="no-referrer"
target="_blank"
rel="noopener noreferrer"
>
MDT
</a>
</div>
</div>
<div class="md:hidden">
<button id="mobile-menu-btn" class="text-gray-300 hover:text-white p-2">
<svg class="w-6 h-6" fill="none" stroke="currentColor" viewBox="0 0 24 24">
<path stroke-linecap="round" stroke-linejoin="round" stroke-width="2"
d="M4 6h16M4 12h16M4 18h16"></path>
</svg>
</button>
</div>
</div>
</div>
<div id="mobile-menu" class="md:hidden hidden glass-effect">
<div class="px-2 pt-2 pb-3 space-y-1 sm:px-3">
<a href="#accueil"
class="text-gray-300 hover-text-lasd-accent px-3 py-2 rounded-md text-sm font-medium transition-colors">Accueil</a>
<a href="#presentation"
class="text-gray-300 hover-text-lasd-accent px-3 py-2 rounded-md text-sm font-medium transition-colors">Présentation</a>
<a href="#vision"
class="text-gray-300 hover-text-lasd-accent px-3 py-2 rounded-md text-sm font-medium transition-colors">Vision</a>
<a href="#etapes"
class="text-gray-300 hover-text-lasd-accent px-3 py-2 rounded-md text-sm font-medium transition-colors">Étapes</a>
<a href="#contact"
class="text-gray-300 hover-text-lasd-accent px-3 py-2 rounded-md text-sm font-medium transition-colors">Contact</a>
<a href="https://mdt.lssd-community.cozedev.com/"
class="text-gray-300 hover-text-lasd-accent px-3 py-2 rounded-md text-sm font-medium transition-colors">MDT</a>
<a href="#team"
class="text-gray-300 hover-text-lasd-accent px-3 py-2 rounded-md text-sm font-medium transition-colors">Équipe</a>
</div>
</div>
</nav>
<section id="accueil" class="relative min-h-screen flex items-center justify-center gradient-bg overflow-hidden">
<div class="absolute inset-0 bg-black bg-opacity-50"></div>
<div class="absolute inset-0">
<div class="floating absolute top-20 left-10 w-2 h-2 lasd-accent rounded-full opacity-70"></div>
<div class="floating absolute top-40 right-20 w-3 h-3 lasd-secondary rounded-full opacity-50"
style="animation-delay: 1s;"></div>
<div class="floating absolute bottom-20 left-20 w-1 h-1 lasd-light rounded-full opacity-80"
style="animation-delay: 2s;"></div>
<div class="floating absolute bottom-40 right-10 w-2 h-2 lasd-primary rounded-full opacity-60"
style="animation-delay: 3s;"></div>
</div>
<div class="relative z-10 text-center px-4 sm:px-6 lg:px-8 max-w-4xl mx-auto">
<div class="fade-in">
<div class="mb-8">
<div
class="w-24 h-24 lasd-primary rounded-full flex items-center justify-center mx-auto mb-6 glow-effect overflow-hidden">
<img src="ade033f6aa026c0100098168b0404193.png" alt="Logo du serveur"
class="w-full h-full object-cover" />
</div>
<h1 class="text-4xl md:text-6xl font-bold mb-6 text-shadow">
<span class="text-gradient-lasd">
LSSD Community
</span>
</h1>
<p class="text-xl md:text-2xl mb-8 text-gray-300 max-w-2xl mx-auto">
Serveur FivePD de référence pour les passionnés du LASD
</p>
</div>
<div class="space-y-4 sm:space-y-0 sm:space-x-4 sm:flex sm:justify-center">
<a href="https://cfx.re/join/pmpddm" target="_blank"
class="w-full sm:w-auto lasd-primary hover-lasd-primary text-white font-semibold py-4 px-8 rounded-lg transition-all duration-300 hover-lift glow-effect text-center block">
🎮 Rejoindre le serveur
</a>
<a href="https://discord.gg/JdJu3V5RND" target="_blank" rel="noopener noreferrer"
class="w-full sm:w-auto border-2 border-lasd-secondary hover-lasd-secondary text-lasd-accent hover:text-white font-semibold py-4 px-8 rounded-lg transition-all duration-300 hover-lift block text-center">
💬 Discord
</a>
</div>
</div>
</div>
<div class="absolute bottom-8 left-1/2 transform -translate-x-1/2 animate-bounce">
<div class="w-6 h-10 border-2 border-lasd-accent rounded-full flex justify-center">
<div class="w-1 h-3 lasd-accent rounded-full mt-2 animate-pulse"></div>
</div>
</div>
</section>
<section id="presentation" class="py-20 bg-gray-800">
<div class="max-w-7xl mx-auto px-4 sm:px-6 lg:px-8">
<div class="text-center mb-16 fade-in">
<h2
class="text-4xl font-bold mb-4 text-gradient-lasd">
🎉 Présentation du projet
</h2>
<p class="text-xl text-gray-300 max-w-3xl mx-auto">
Bienvenue à tous les passionnés du LASD ! 🚔
</p>
</div>
<div class="grid md:grid-cols-2 gap-12 items-center">
<div class="fade-in">
<div class="glass-effect rounded-2xl p-8 hover-scale">
<h3 class="text-2xl font-semibold mb-6 text-lasd-accent">Notre Mission</h3>
<p class="text-gray-300 mb-6 leading-relaxed">
Nous sommes ravis de vous annoncer la création d'un serveur Discord dédié à notre passion
commune : le LASD. Notre objectif est de retranscrire cette passion en jeu avec le LSSD, en
nous concentrant principalement sur le PVE et en jouant entre nous.
</p>
<div class="space-y-4">
<div class="flex items-start space-x-3">
<div
class="w-6 h-6 lasd-primary rounded-full flex items-center justify-center flex-shrink-0 mt-1">
<span class="text-sm">💬</span>
</div>
<div>
<h4 class="font-semibold text-white mb-1">Salon de discussion</h4>
<p class="text-gray-400 text-sm">Un espace pour échanger, partager vos idées et
discuter avec d'autres passionnés.</p>
</div>
</div>
<div class="flex items-start space-x-3">
<div
class="w-6 h-6 lasd-primary rounded-full flex items-center justify-center flex-shrink-0 mt-1">
<span class="text-sm">📷</span>
</div>
<div>
<h4 class="font-semibold text-white mb-1">Salon photo-vidéo</h4>
<p class="text-gray-400 text-sm">Partagez vos meilleures photos et vidéos du LASD et
du LSSD.</p>
</div>
</div>
</div>
</div>
</div>
<!--<div class="fade-in">
<div class="relative">
<div class="absolute inset-0 lasd-secondary rounded-2xl blur-xl opacity-30"></div>
<div class="relative bg-gray-900 rounded-2xl p-8 border border-lasd-secondary/20">
<div class="text-center mb-6">
<div
class="w-16 h-16 lasd-primary rounded-full flex items-center justify-center mx-auto mb-4 pulse-glow">
<span class="text-2xl">🎯</span>
</div>
<h3 class="text-xl font-semibold text-lasd-accent">Statistiques du serveur</h3>
</div>
<div class="grid grid-cols-2 gap-4">
<div class="text-center p-4 bg-gray-800 rounded-lg">
<div class="text-2xl font-bold text-lasd-accent" id="member-count">∞</div>
<div class="text-sm text-gray-400">Joueurs max</div>
</div>
<div class="text-center p-4 bg-gray-800 rounded-lg">
<div class="text-2xl font-bold text-green-400" id="online-count"></div>
<div class="text-sm text-gray-400">En ligne</div>
</div>
<div class="text-center p-4 bg-gray-800 rounded-lg">
<div class="text-2xl font-bold text-purple-400" id="events-count">N/A</div>
<div class="text-sm text-gray-400">Événements</div>
</div>
<div class="text-center p-4 bg-gray-800 rounded-lg">
<div class="text-2xl font-bold text-orange-400" id="missions-count">N/A</div>
<div class="text-sm text-gray-400">Missions</div>
</div>
</div>
</div>
</div>
</div>-->
</div>
</div>
</section>
<section id="vision" class="py-20 bg-gray-900">
<div class="max-w-7xl mx-auto px-4 sm:px-6 lg:px-8">
<div class="text-center mb-16 fade-in">
<h2
class="text-4xl font-bold mb-4 text-gradient-lasd">
⭐ Notre Vision
</h2>
<p class="text-xl text-gray-300 max-w-3xl mx-auto">
Une communauté unique axée sur le réalisme et l'immersion
</p>
</div>
<div class="grid lg:grid-cols-3 gap-8">
<div class="fade-in hover-lift">
<div class="glass-effect rounded-2xl p-8 h-full">
<div class="w-12 h-12 lasd-primary rounded-full flex items-center justify-center mb-6 mx-auto">
<span class="text-xl">🏛️</span>
</div>
<h3 class="text-xl font-semibold mb-4 text-center text-lasd-accent">Hiérarchie Réaliste</h3>
<p class="text-gray-300 text-center">
Une structure organisationnelle basée sur la vraie hiérarchie du LASD pour une expérience
authentique.
</p>
</div>
</div>
<div class="fade-in hover-lift">
<div class="glass-effect rounded-2xl p-8 h-full">
<div class="w-12 h-12 lasd-primary rounded-full flex items-center justify-center mb-6 mx-auto">
<span class="text-xl">🎭</span>
</div>
<h3 class="text-xl font-semibold mb-4 text-center text-lasd-accent">RP Sérieux</h3>
<p class="text-gray-300 text-center">
Un roleplay de qualité avec des formations complètes et une immersion totale dans l'univers
policier.
</p>
</div>
</div>
<div class="fade-in hover-lift">
<div class="glass-effect rounded-2xl p-8 h-full">
<div class="w-12 h-12 lasd-primary rounded-full flex items-center justify-center mb-6 mx-auto">
<span class="text-xl">👥</span>
</div>
<h3 class="text-xl font-semibold mb-4 text-center text-lasd-accent">Communauté Unie</h3>
<p class="text-gray-300 text-center">
Une petite communauté soudée où chaque membre compte et participe activement à l'évolution
du serveur.
</p>
</div>
</div>
</div>
</div>
</section>
<section id="etapes" class="py-20 bg-gray-800">
<div class="max-w-7xl mx-auto px-4 sm:px-6 lg:px-8">
<div class="text-center mb-16 fade-in">
<h2
class="text-4xl font-bold mb-4 text-gradient-lasd">
🎯 Étapes du Projet
</h2>
<p class="text-xl text-gray-300 max-w-3xl mx-auto">
Notre roadmap pour créer la meilleure expérience FivePD
</p>
</div>
<div class="relative">
<div
class="absolute left-1/2 transform -translate-x-1/2 w-1 h-full lasd-secondary rounded-full opacity-30">
</div>
<div class="space-y-12">
<!-- Étape 1 -->
<div class="flex items-center fade-in">
<div class="w-1/2 pr-8 text-right">
<div class="glass-effect rounded-2xl p-6 hover-scale">
<div class="flex items-center justify-end mb-4">
<h3 class="text-xl font-semibold text-lasd-accent mr-3">Ouverture du serveur Discord
</h3>
<div class="w-8 h-8 bg-green-500 rounded-full flex items-center justify-center">
<span class="text-sm">✓</span>
</div>
</div>
<p class="text-gray-300">
Nous avons commencé par ouvrir le serveur Discord pour rassembler une communauté
active.
</p>
</div>
</div>
<div
class="w-12 h-12 lasd-primary rounded-full flex items-center justify-center z-10 glow-effect">
<span class="text-xl">1</span>
</div>
<div class="w-1/2 pl-8"></div>
</div>
<!-- Étape 2 -->
<div class="flex items-center fade-in">
<div class="w-1/2 pr-8"></div>
<div
class="w-12 h-12 lasd-primary rounded-full flex items-center justify-center z-10 glow-effect">
<span class="text-xl">2</span>
</div>
<div class="w-1/2 pl-8">
<div class="glass-effect rounded-2xl p-6 hover-scale">
<div class="flex items-center mb-4">
<div
class="w-8 h-8 bg-yellow-500 rounded-full flex items-center justify-center mr-3">
<span class="text-sm">⏳</span>
</div>
<h3 class="text-xl font-semibold text-lasd-accent">Développement du serveur de jeu</h3>
</div>
<p class="text-gray-300">
Une fois que nous avons eu suffisamment de membres, nous avons commencé le
développement du serveur de jeu.
Nous continuons de travailler dessus pour ajouter toujours plus de nouveautés.
</p>
</div>
</div>
</div>
<!-- Étape 3 -->
<div class="flex items-center fade-in">
<div class="w-1/2 pr-8 text-right">
<div class="glass-effect rounded-2xl p-6 hover-scale">
<div class="flex items-center justify-end mb-4">
<h3 class="text-xl font-semibold text-lasd-accent mr-3">Participation de la communauté
</h3>
<div class="w-8 h-8 bg-purple-500 rounded-full flex items-center justify-center">
<span class="text-sm">🗳️</span>
</div>
</div>
<p class="text-gray-300">
Nous impliquons la communauté dans les décisions importantes, comme le choix de la
première station à ouvrir, via des votes.
</p>
</div>
</div>
<div
class="w-12 h-12 lasd-primary rounded-full flex items-center justify-center z-10 glow-effect">
<span class="text-xl">3</span>
</div>
<div class="w-1/2 pl-8"></div>
</div>
<!-- Étape 4 -->
<div class="flex items-center fade-in">
<div class="w-1/2 pr-8"></div>
<div
class="w-12 h-12 lasd-primary rounded-full flex items-center justify-center z-10 glow-effect">
<span class="text-xl">4</span>
</div>
<div class="w-1/2 pl-8">
<div class="glass-effect rounded-2xl p-6 hover-scale">
<div class="flex items-center mb-4">
<div class="w-8 h-8 bg-teal-500 rounded-full flex items-center justify-center mr-3">
<span class="text-sm">🗂</span>
</div>
<h3 class="text-xl font-semibold text-lasd-accent">Création du site WEB</h3>
</div>
<p class="text-gray-300">
Nous développons l'aspect web de notre communauté. Cela passe par la création d'un
MDT servant à gérer les suspects, les interventions, les rapports et les effectifs.
Nous maintenons également notre site web de présentation afin de vous tenir informé
des dernières nouveautés.
</p>
</div>
</div>
</div>
</div>
</div>
</div>
</section>
<section id="team" class="team reveal bg-gray-900 py-16">
<div class="container mx-auto px-6 text-center">
<h2
class="text-center mb-16 fade-in visible">
<span
class="text-4xl font-bold mb-4 text-gradient-lasd">
Équipe
</span>
</h2>
<div class="flex flex-wrap justify-center gap-12">
<!-- Card example -->
<div
class="team-member bg-gray-800 rounded-3xl p-8 shadow-lg max-w-xs w-full hover:scale-105 transition-transform duration-300">
<img src="Bastien.png" alt="Avatar de toi"
class="mx-auto rounded-full w-40 h-40 object-cover mb-6 border-4 border-lasd-secondary">
<h3 class="text-2xl font-semibold text-white mb-2">L'Œuil Vert</h3>
<p class="text-lasd-accent text-lg font-medium">Développeur</p>
</div>
<div
class="team-member bg-gray-800 rounded-3xl p-8 shadow-lg max-w-xs w-full hover:scale-105 transition-transform duration-300">
<img src="clara.png" alt="Avatar d'Oolol"
class="mx-auto rounded-full w-40 h-40 object-cover mb-6 border-4 border-lasd-secondary">
<h3 class="text-2xl font-semibold text-white mb-2">Oolol</h3>
<p class="text-lasd-accent text-lg font-medium">Développeur</p>
</div>
<div
class="team-member bg-gray-800 rounded-3xl p-8 shadow-lg max-w-xs w-full hover:scale-105 transition-transform duration-300">
<img src="peyton.png" alt="Avatar de Peyton"
class="mx-auto rounded-full w-40 h-40 object-cover mb-6 border-4 border-lasd-secondary">
<h3 class="text-2xl font-semibold text-white mb-2">Peyton</h3>
<p class="text-lasd-accent text-lg font-medium">Développeur</p>
</div>
<div
class="team-member bg-gray-800 rounded-3xl p-8 shadow-lg max-w-xs w-full hover:scale-105 transition-transform duration-300">
<img src="Miles.png" alt="Avatar d'Otak"
class="mx-auto rounded-full w-40 h-40 object-cover mb-6 border-4 border-teal-400">
<h3 class="text-2xl font-semibold text-white mb-2">Otak</h3>
<p class="text-teal-400 text-lg font-medium">Intégrateur web</p>
</div>
<div
class="team-member bg-gray-800 rounded-3xl p-8 shadow-lg max-w-xs w-full hover:scale-105 transition-transform duration-300">
<img src="welson.png" alt="Avatar de Rara_fr"
class="mx-auto rounded-full w-40 h-40 object-cover mb-6 border-4 border-purple-400">
<h3 class="text-2xl font-semibold text-white mb-2">Rara_fr</h3>
<p class="text-purple-400 text-lg font-medium">Graphiste</p>
</div>
<div
class="team-member bg-gray-800 rounded-3xl p-8 shadow-lg max-w-xs w-full hover:scale-105 transition-transform duration-300">
<img src="tom.png" alt="Avatar de Soën"
class="mx-auto rounded-full w-40 h-40 object-cover mb-6 border-4 border-purple-400">
<h3 class="text-2xl font-semibold text-white mb-2">Soën</h3>
<p class="text-purple-400 text-lg font-medium">Graphiste</p>
</div>
<div
class="team-member bg-gray-800 rounded-3xl p-8 shadow-lg max-w-xs w-full hover:scale-105 transition-transform duration-300">
<img src="bobby.png" alt="Avatar de Maax"
class="mx-auto rounded-full w-40 h-40 object-cover mb-6 border-4 border-red-400">
<h3 class="text-2xl font-semibold text-white mb-2">Maax</h3>
<p class="text-red-400 text-lg font-medium">Modérateur</p>
</div>
</div>
</div>
</section>
<section class="py-20 bg-gray-900">
<div class="max-w-4xl mx-auto text-center px-4 sm:px-6 lg:px-8">
<div class="fade-in">
<h2
class="text-4xl font-bold mb-6 text-gradient-lasd">
Rejoignez-nous dès maintenant !
</h2>
<p class="text-xl text-gray-300 mb-8">
Faites partie de cette aventure unique et participez à la création d'une
communauté exceptionnelle
🚀
</p>
<div class="flex flex-col sm:flex-row gap-4 justify-center">
<a href="https://cfx.re/join/pmpddm" target="_blank"
class="w-full sm:w-auto lasd-primary hover-lasd-primary text-white font-semibold py-4 px-8 rounded-lg transition-all duration-300 hover-lift glow-effect text-center block">
🎮 Rejoindre le serveur
</a>
<a href="https://discord.gg/JdJu3V5RND" target="_blank" rel="noopener noreferrer"
class="w-full sm:w-auto border-2 border-lasd-secondary hover-lasd-secondary text-lasd-accent hover:text-white font-semibold py-4 px-8 rounded-lg transition-all duration-300 hover-lift block text-center">
💬 Rejoindre Discord
</a>
</div>
</div>
</div>
</section>
<footer id="contact" class="bg-gray-900 border-t border-gray-800 py-12">
<div class="max-w-7xl mx-auto px-4 sm:px-6 lg:px-8">
<div class="grid md:grid-cols-3 gap-8">
<div class="fade-in">
<div class="flex items-center mb-4">
<div class="w-8 h-8 bg-blue-600 rounded-full flex items-center justify-center mr-3">
<img src="ade033f6aa026c0100098168b0404193.png" alt="Logo du serveur"
class="w-full h-full object-cover rounded-full">
</div>
<h3 class="text-xl font-bold text-white">LSSD Community</h3>
</div>
<p class="text-gray-400">
Le serveur FivePD de référence pour les passionnés du LASD et du
roleplay
policier authentique.
</p>
</div>
<div class="fade-in">
<h4 class="text-lg font-semibold text-white mb-4">Liens Rapides</h4>
<ul class="space-y-2">
<li><a href="#accueil" class="text-gray-400 hover:text-blue-400 transition-colors">Accueil</a>
</li>
<li><a href="#presentation"
class="text-gray-400 hover:text-blue-400 transition-colors">Présentation</a>
</li>
<li><a href="#vision" class="text-gray-400 hover:text-blue-400 transition-colors">Vision</a>
</li>
<li><a href="#etapes" class="text-gray-400 hover:text-blue-400 transition-colors">Étapes</a>
</li>
</ul>
</div>
<div class="fade-in">
<h4 class="text-lg font-semibold text-white mb-4">Contact</h4>
<div class="space-y-2">
<p class="text-gray-400">
Discord : <a href="https://discord.gg/JdJu3V5RND" target="_blank" rel="noopener noreferrer"
class="text-blue-500 hover:underline">LSSD
Community</a>
</p>
<p class="text-gray-400">Serveur: FivePD US</p>
<p class="text-gray-400">Type: PVE & RP Sérieux</p>
</div>
</div>
</div>
<div class="border-t border-gray-800 mt-8 pt-8 text-center">
<p class="text-gray-400">
© 2025 LSSD Community. Tous droits réservés.
Fait avec ❤️ par L'Œuil Vert et Peyton pour la communauté LSSD Community.
</p>
</div>
</div>
</footer>
</head>
</body>
</html>